﻿@import 'defaults.css';

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.eot);
    src: url(//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.woff) format('woff'), url(//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}

:root {
    --primary: #ec2659;
    --secondary: #041e41;
    --yellow: #f2cd5b;
	--green: #56876d;
	--purple: #8c86aa;
}

html{
    font-size:62.5%;
}

#bgImage {
    overflow-x: hidden; /* Hides the horizontal scrollbar at the bottom of the screen */
}

#preHeader {
    font-size: 3.1rem;
    padding: 8px 0px;
}

    #preHeader a {
        color:#fff;
    }

/*this was 768 but increased for earlier hamburger breakpoint*/
@media screen and (min-width:1200px) {
    #preHeader {
        display: none;
    }
}

/* -------------------- Header -------------------- */
header {
    padding: 10px 0px;
}

#promoBanner {
    display:grid;
}

.promoBannerContent{
    display:grid;
}

    .promoBannerContent *{
        padding:0px;
        margin:0px;
    }

    #promoBanner .promoBannerContent {
        animation: rise;
        animation-duration: 9s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
        transform: translateY(120%);
    }

@keyframes rise {
    0% {transform: translateY(120%)}
    10% {transform: translateY(120%)}
    20% {transform: translateY(0%)}
    80% {transform: translateY(0%)}
    90% {transform: translateY(-140%)}
    100% {transform: translateY(-140%)}
}

#phone {
    font-size: 2.4rem;
}


.AccountStatus { /* for sites that enable the account login in the config */
    font-size: 1rem;
    position: absolute;
    top: 0px;
    right: 0px;
}

/* -------------------- Nav -------------------- */
#mainNav {
    font-size:1.8rem;
    text-transform: uppercase;
	position: sticky;
	padding: 10px 7%;
}

#mainNav.navbar-default {
    background-color: #fff;
    border-color: #fff;
}

#logo img {
    padding: 10px 0px 10px 10px;
}


#mainNav.navbar{
    margin-bottom:unset;
}

#mainNav .navbar-nav > .open > a, #mainNav .navbar-nav > .open > a:focus, #mainNav .navbar-nav > .open > a:hover {
    color: #303030;
    background-color: #efefef;
}

#mainNav .dropdown-menu{
    border:none;
    border-radius:0px;
}

#mainNav .dropdown-menu>li>a{
    font-weight:300;
}

#mainNav .caret {
    margin-left: 5px;
}


#mainNav .navbar-collapse{
    border:none;
}

@media(min-width:768px) {
    #mainNav .navbar-nav {
        padding-right: 10px;
    }

    #mainNav #nav-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #mainNav .navbar-nav > li > a {
        color: #000;
		padding: 10px 15px;
    }

        #mainNav .navbar-nav > li > a:hover {
            color: var(--primary);
        }
}

/*@media(max-width:767px){
    nav#mainNav {
        font-size: 2.5rem;
        font-weight:400;
    }

        nav#mainNav .navbar-nav {
            min-height: 100vh;
        }

        nav#mainNav li {
            padding: 10px 0px;
        }

        #logo img{
            margin:auto;
        }

    #mainNav .dropdown-menu {
        text-align: center;
        font-size:1.8rem;
        font-weight:300;
    }
}*/


/*this increases the breakpoint for the hamburger menu ---------------- */

/*added to fix dropdowns on early nav collapse*/
/*@media(max-width:1507px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #mainNav .dropdown-menu {
        text-align: center;
        font-size: 1.8rem;
        font-weight: 300;
        background: #000;
    }
}*/

@media (max-width: 1200px) {
    #mainNav #nav-container {
        display: block;
        /*background: #161616;*/
    }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        /*box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);*/
		box-shadow: none;
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }

    nav .navbar-nav {
        float: none;
        text-align: center;
    }

    nav.navbar li a {
        padding: 14px 15px;
    }
}

.page-186 {
	background: var(--primary);
	border-radius: 50px;
	padding: 0px 0px 0px 20px;
	margin-left: 15px;
}

.page-186 a {
	background: var(--primary) url(../image/paw_icon_red.jpg) center left no-repeat;
	border-radius: 50px;
	color: #fff !important;
	padding: 10px 20px 10px 30px !important;
}

/*end hamburger breakpoint modification ---------------------*/

/* -------------------- Page -------------------- */

.mainJumbotron .container-fluid, .mainJumbotron {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
}

.formTitle { /* Title element of forms */
    font-size: 2.7rem;
    font-weight: normal;
}

body {
    /*font-family: Montserrat, sans-serif;*/
	font-family: "Poppins", sans-serif;
}

/* Use this to change the default site font size for the site so it doesn't affect titanium admin interfaces*/
.module {
    font-size: 1.8rem;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5em;
    margin-top: 0em;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--secondary);
}

.pageHeader h1, h1 {
    font-size: clamp(4.25rem, 3.1667rem + 5vw, 8rem);
	margin-bottom: .15em;
}

.hero h2 {
	font-size: clamp(3.25rem, 2.1667rem + 5vw, 8rem);
	color: #fff;
}

h2 {
    font-size: clamp(3.25rem, 2.1667rem + 3.5vw, 6rem);
}

h3 {
    font-size: clamp(2.5rem, 1.8rem + 2.5vw, 4.5rem);
}

h4 {
    font-size: clamp(1.7rem, 1.4593rem + 2.5vw, 3.5rem);
}

h5 {
    font-size: clamp(1.55rem, 1.3333rem + 1.7vw, 2.5rem);
	color: var(--primary);
	font-family: "Poppins", sans-serif;
	font-weight: 700;
}

h6 {
    font-size: clamp(1.5rem, 1.3556rem + 0.5926vw, 1.8rem);
}

a {
    color: var(--secondary);
}

    a:hover {
		color: var(--primary);
    }

.valign {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn{
    border-radius: 50px;
    padding: .4em 1.7em;
	font-family: "Oswald", sans-serif;
	font-size: 1.8rem;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0px 10px 10px 0px;
}

.btn-primary, .bg-primary { /* Set the primary colors for specific elements such as call to action button in header */
    color: #ffffff;
    background-color: var(--primary);
	border: none;
}

    .btn-primary:hover {
        background-color: var(--yellow);
		color: var(--secondary);
    }

.btn-default, .bg-default {
    color: #ffffff;
    background-color: #575757;
	border: none;
}

    .btn-default:hover {
        background-color: #000;
    }

.btn-ghost-light {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}

	.btn-ghost-light:hover {
		background-color: #fff;
		color: #000;
	}

.btn-ghost-dark {
	background-color: transparent;
	border: 1px solid var(--secondary);
	color: var(--secondary);
}

	.btn-ghost-dark:hover {
		background-color: var(--secondary);
		color: #fff;
	}

.purpleheader, .yellowheader, .greenheader {
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-size: 2.5rem;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 20px;
}

.ddheader, .bheader, .ssheader {
	border-radius: 4px;
	padding: 2px 20px 4px;
}

.ddheader {
	background: var(--purple);
}

.bheader {
	background: var(--yellow);
	color: var(--secondary);
}

.ssheader {
	background: var(--green);
}

.checklist {
	list-style-image: url(../image/check.png);
	margin: 7px 0px 30px;
}

.checklist li {
	padding: 5px 0px;
}

.promises {
	background: var(--secondary);
	color: #fff;
	padding: 30px 7%;
}

.promises h4 {
	color: #fff;
}

/* ------------------ Custom Edges -----------------------------*/
.customEdge:after {
    content: "";
    width: 100%;
    position: absolute;
    aspect-ratio: 16/1;
    background-repeat: no-repeat;
    background-size: cover;
}

.bottom.customEdge:after{
    bottom:0px;
}

.top.customEdge:after{
    top:0px;
}

.customEdge {
    position: relative;
}

.editing .customEdge.module {
    position: static !important;
}

    .editing .customEdge.module:after {
        display: none;
    }


.customEdge.flipY:after {
    transform: rotateY(180deg);
}

.customEdge.flipX:after {
    transform: rotateX(180deg);
}

/*custom edge shapes*/

.bottom.wave:after {
    background-image: url(../../content/image/custom-edges/wave-bottom-right.svg);
    background-position: bottom center;
}

.top.wave:after {
    background-image: url(../../content/image/custom-edges/wave-top.svg);
    background-position: top center;
}

.bottom.curve:after {
    background-image: url(../../content/image/custom-edges/curve-bottom.svg);
    background-position: bottom center;
}

.top.curve:after {
    background-image: url(../../content/image/custom-edges/curve-top.svg);
    background-position: bottom center;
}

.bottom.arrow:after {
    background-image: url(../../content/image/custom-edges/arrow-bottom.svg);
    background-position: bottom center;
}

.top.arrow:after {
    background-image: url(../../content/image/custom-edges/arrow-top.svg);
    background-position: bottom center;
}

.bottom.angle:after {
    background-image: url(../../content/image/custom-edges/angle-bottom.svg);
    background-position: bottom center;
}

.top.angle:after {
    background-image: url(../../content/image/custom-edges/angle-top.svg);
    background-position: bottom center;
}

.bottom.mountain:after {
    background-image: url(../../content/image/custom-edges/mountain-bottom.svg);
    background-position: bottom center;
}

.top.mountain:after {
    background-image: url(../../content/image/custom-edges/mountain-top.svg);
    background-position: bottom center;
}

/* ------------------ Accordion styles -----------------------------*/
.panel-heading a, .panel-default > .panel-heading {
    color: #000;
    font-size: 2rem;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	text-decoration: none;
}

.panel-heading a:hover {
	text-decoration: none;
}

.panel-default > .panel-heading {
	/*background-color: #1d1e1c;*/
	background-color: transparent;
}

.panel {
	box-shadow: none;
	border: none;
}

.panel-heading {
    padding: 20px 10px;
}

.panel-group .panel {
	border-radius: 0px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: transparent;
}

.module .panel-default {
	border-bottom: solid 2px #dbdbd1;
}

.pageHeader h1 { /* this is a class used for the page header h1 */
    font-weight: 100;
    max-width: 1170px;
    margin: auto;
    font-size: 5.5rem;
    padding-bottom: 2px;
}

/* -------------------- Footer -------------------- */
footer {
    background: var(--secondary) url(../image/footer_watermark.png) center left no-repeat;
    color: #fff;
    padding: 6% 7% 5% !important;
	line-height: 40px;
}

    footer a {
        color: #fff;
    }

        footer a:hover {
            color: #fff;
			background-color: transparent !important;
        }

footer {
    font-size: 1.8rem;
}

    footer h5 {
        text-transform: uppercase;
        color:#fff;
        border-bottom: dotted 1px rgba(255,255,255,.7);
        padding-bottom: 5px;
    }

    footer ul {
        padding: 0;
		text-transform: uppercase;
    }

    footer input.form-control, footer textarea.form-control {
        background: transparent;
        padding: 4px 4px;
        margin: 0px 0px 3px 0px;
        border-radius: 0px;
        line-height: 1.2em;
        height: unset;
        border: solid 1px rgba(255,255,255,.3);
    }

    footer button.btn {
        border-radius: 0;
        padding: 3px 15px 4px;
    }

.social i {
    border-radius: 50%; /*Makes the circle*/
    width: 46px; /*sets the width of the circle*/
    height: 46px; /*sets the height of the circle*/
    font-size: 30px; /*sets the size of the icon itself*/
    padding: 8px 3px; /*sets the positioning of the icon within the circle*/
    box-sizing: border-box; /*keeps the dimensions of the circle*/
    text-align: center; /*centers the icon in the circle*/
    margin: 0px 1px; /*gives spacing between the icons*/
}

footer .navbar-collapse.collapse {
	display: block !important;
}

.bottomrow {
	background: #031834;
	color: #fff;
	padding: 15px;
	font-size: 1.8rem;
}

.bottomrow a {
	color: #fff;
}

/* ---------------- icon styles -------------------*/
.iconLink i {
    padding: 5px 6px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    border: solid 1px #cccccc;
    margin-right: 2px;
    transition:all .3s;
}

.iconLink .fa-file-excel {
    color: #3fa024;
}
a.iconLink:hover .fa-file-excel {
    background: #3fa024;
}


.iconLink .fa-file-pdf {
    color: #c70e0e;
}

a.iconLink:hover .fa-file-pdf {
    background: #c70e0e;
}


.iconLink .fa-file-word {
    color: #159ae8;
}
a.iconLink:hover .fa-file-word {
    background: #159ae8;
}


.iconLink .fa-file-powerpoint {
    color: #D24625;
}
a.iconLink:hover .fa-file-powerpoint {
    background: #D24625;
}

.iconLink .fa-file-audio {
    color: #34495E;
}
a.iconLink:hover .fa-file-audio {
    background: #34495E;
}

.iconLink .fa-file-video {
    color: #F39C12;
}
a.iconLink:hover .fa-file-video {
    background: #F39C12;
}

.iconLink .fa-file-archive {
    color: #8E44AD;
}
a.iconLink:hover .fa-file-archive {
    background: #8E44AD;
}

a.iconLink:hover .fas {
    color: #fff;
    border-color: transparent;
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

/* -------------------- Responsive Device CSS -------------------- */

/* Desktops */

@media screen and (min-width:768px) {
    ul.dropdown-menu li:hover > ul.dropdown-menu
    {
        display: block;
        position: absolute;
        top: -8px;
        left: 159px;
    }

    #phone .phoneIcon {
        display: none;
    }
}

@media screen and (min-width:1170px) {		
	nav .mainNav {		
		max-width:1170px;		
		margin:0px auto;		
	}		
}

/* 4k screens */
@media screen and (min-width:1920px) {
	.carousel-inner>.item>img, .carousel-inner>.item>a>img {
			width: 100%;
		}
}

/* Laptops */
@media screen and (max-width:1200px) {
	.sitelogo img {
		margin: 0 auto;
	}
	
	footer .navbar-nav > li {
        float: left;
    }
}

/* Tablets */
@media screen and (max-width:991px) {
    .container {
        width: 100%;
    }

    /*This is to fix the horizontal scroll issue caused by the AOS (animate on scroll) framework that positions items off to the side before fading in*/
    html, body {
    max-width:100%;
    overflow-x:hidden;
    }
    /*end aos horizontal scroll fix*/
	
	.valign {
		display: block;
	}
	
	.promises {
		text-align: center;
	}
	
	.promises img { 
		margin: 0 auto;
		padding: 35px 15px;
	}
}

/* Portrait Tablets */
@media screen and (max-width:768px) {
    nav .navbar-nav {
        float: none;
		text-align:center;
    }

    #phone .phoneNo{
        display: none;
    }
}

@media screen and (max-width:530px) {
	.purpleheader, .yellowheader, .greenheader {
		border-radius: 4px;
		padding: 10px 15px;
		text-align: center;
	}
	
	.purpleheader {
		background: var(--purple);
	}
	
	.yellowheader {
		background: var(--yellow);
	}
	
	.greenheader {
		background: var(--green);
	}
	
	footer .navbar-nav > li {
        float: none;
    }
}

/* Smartphones */
@media screen and (max-width:360px) {
    header {
        text-align: center;
    }

    nav.navbar-nav {
        float: none;
    }
}

/* -- End Device CSS -- */

/* ======= this overrides the jqueryui modal width in titanium admin ==========*/
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable {
    width: 90% !important;
    left: 5% !important;
}
/* ======= end override for the jqueryui modal width in titanium admin ==========*/
