/* CSS Document */


/*
	Extra small devices (portrait phones, less than 576px)
	No media query since this is the default in Bootstrap

	Small devices (landscape phones, 576px and up)
	@media (min-width: 576px) { ... }

	Medium devices (tablets, 768px and up)
	@media (min-width: 768px) { ... }

	Large devices (desktops, 992px and up)
	@media (min-width: 992px) { ... }

	Extra large devices (large desktops, 1200px and up)
	@media (min-width: 1200px) { ... }
*/


/*
	Google Font
*/

@import url('https://fonts.googleapis.com/css?family=Josefin+Sans|Open+Sans:400,600,700,800');

/*
font-family: 'Open Sans', sans-serif;
font-family: 'Istok Web', sans-serif;
*/

html {
    font-size: 1rem;
}

@include media-breakpoint-up(sm) {
    html {
        font-size: 1.2rem;
    }
}

@include media-breakpoint-up(md) {
    html {
        font-size: 1.4rem;
    }
}

@include media-breakpoint-up(lg) {
    html {
        font-size: 1.6rem;
    }
}

body {
    font-family: 'Open Sans', sans-serif;
}


/*
    COLORS
    green               -   #bed146
    blue                -   #012857
    grey                - RGBA (44, 49, 110, 0.10)
*/


/*
	Background Colors
*/

.bgc-1 {
    background: #EFEFEF;
}

.bgc-2 {
    background: #D3DBE3;
}

.bgc-3 {
   background: #E1E4E5;
}


/*
	Text Styling
*/

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
    outline: none !important;
}

h1 {
    text-align: center;
    color: #244974;
	font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
	font-size: 29px;
    font-size: 10vw;
	padding: 25px 0;
	padding: 3vw 0;
}

h1 span {
	display: block;
	font-size: 15px;
	font-size: 5vw;
}

@media (min-width: 576px) {
	h1 {
		font-size: 99px;
		font-size: 8vw;
	}

	h1 span {
		font-size: 48px;
		font-size: 4vw;
	}
}

p {
    text-align: left;
    color: #000000;
    font-weight: 400;
    font-size: 16px;
}

a,
a:hover {
    text-decoration: none;
}


/*
	Header Block
*/

.header {
    
}

.header .header-section {
    height: 74px;
}

.header-section .logo a {
    float: left;
}

.header-section .logo span {
    color: #ffffff;
    font-size: 26px;
    /*font-family: 'Istok Web', sans-serif;*/
    text-align: left;
    height: 150px;
    vertical-align: middle!important;
    display: table-cell;
    padding-left: 20px;
}

.call-to-action {
    padding-top: 10px;
}

.call-to-action span {
    margin-left: 10px;
}

.call-to-action span,
.call-to-action span a {
    color: #ffffff;
    font-size: 14px;
}

.top-navigation {
    background: #bed146;
    height: 37px;
    z-index: 5;
}

.top-navigation .container {
    background: #bed146;
}


/*
	Banner Block
*/

.banner {
    /* margin-bottom: 34px; */
}


/*
	Heading Block
*/

.heading {
    /* margin-bottom: 34px; */
}

/*
	Intro
*/
.intro {
	padding-top: 3vw;
	padding-bottom: 3vw;
}

.intro p {
	font-size: 9px;
	font-size: 3.6vw;
	font-weight: 600;
}

.intro strong {
	font-size: 11px;
	font-size: 3.8vw;
	font-weight: 700;
}

@media (min-width: 576px) {
	.intro p {
		font-size: 20px;
		font-size: 1.5vw;
	}
	.intro strong {
		font-size: 21px;
		font-size: 1.8vw;
	}
}

/*
	Benefits
*/
.benefits {
	
}

.benefits h2 {
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 18px;
	font-size: 6.5vw;
	color: #228080;
	padding: 20px 0;
	padding: 2.5vw 0;
	margin: 0;
}

.benefits p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 9px;
	font-size: 3.6vw;
	color: #807F80;
	text-align: center;
}

.benefits a {
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	font-size: 28px;
	padding: 10px;
	background: #228080;
	color: white;
	
}

.benefits .benefit {
	padding: 20px 0;
	border-top: 1px solid #807F80;
}
.benefits .benefit.benefit-row-1 {
	padding-bottom: 0;
}
.benefits .benefit.benefit-row-2 {
	padding-top: 0;
}
.benefits .benefit.first-benefit {
	padding-top: 0;
	border-top: none;
}
.benefits .benefit.last-benefit {
	padding-bottom: 40px;
}

.benefits .benefit h2 {
	font-size: 16px;
	font-size: 5.8vw;
}

@media (min-width: 768px) {
	.benefits h2 {
		font-size: 49px;
		font-size: 3.9vw;
	}
	.benefits .order-first h2 {
		text-align: right;
	}	
	.benefits .order-last h2 {
		text-align: left;
	}
	.benefits .benefit {
		padding: 20px 0;
		border: none;
	}
	.benefits .benefit.benefit-row-1 {
		padding-bottom: 20px;
	}
	.benefits .benefit.benefit-row-2 {
		padding-top: 20px;
	}	
	.benefits .benefit h2 {
		padding-bottom: 0;
		font-size: 47px;
		font-size: 3.7vw;
	}
	.benefits p {
		font-size: 18px;
		font-size: 1.4vw;
	}
	.benefits .order-first p {
		text-align: right;
	}	
	.benefits .order-last p {
		text-align: left;
	}	
}

@media (min-width: 1200px) {
	.benefits .order-first h2 {
		padding-left: 74px;
	}	
	.benefits .order-last h2 {
		padding-right: 74px;
	}
	.benefits .order-first p {
		padding-left: 74px;
	}	
	.benefits .order-last p {
		padding-right: 74px;
	}
}

/*
	Saferspacer
*/

.saferspacer {
	padding-top: 3vw;
	padding-bottom: 3vw;
}

.saferspacer h3 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #244974;
}

.saferspacer p {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #807F80;
}

.saferspacer a {
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	font-size: 28px;
	padding: 10px;
	background: #244974;
	color: white;	
}

.further-information {
	padding-top: 3vw;
	padding-bottom: 3vw;	
}

.further-information h3 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #244974;
}

.further-information .address-usa {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	color: #2D9D4A;
	font-size: 16px;
}

.further-information .address-row {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	color: #1782CD;
	font-size: 16px;
}

.further-information p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #807F80;
	font-size: 16px;
}

/*
	Contact Form
*/

.contact {
	padding-top: 3vw;
	padding-bottom: 3vw;	
}

.contact h3 {
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #244974;	
}
.contact p {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #807F80;
	font-size: 16px;	
}

.btn-primary,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	font-size: 28px;
	padding: 10px;
	background: #244974;
	color: white;
	line-height: 28px;
}

p.standard_text {
	color: #244974;
}

span.error {
    color: red;
}

/* 
	Benefits Pages
*/

.pn-benefits h1 {
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 18px;
	font-size: 5.5vw;
	color: #228080;
	padding: 0;
	padding: 0;
	padding-top: 20px;
	padding-top: 2.5vw;
	margin: 0;	
}

.pn-benefits h2 {
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
	font-size: 3.5vw;
	color: #228080;
	padding: 15px 0;
	padding: 2.5vw 0;
	padding-top: 0;
	margin: 0;	
}

.pn-benefits p {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #807F80;
	font-size: 16px;	
}

/* 
	Footer 
*/

.footer {
   /* border-bottom: 7px solid #bed146; */
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-address {
    padding-top: 10px;
}

.footer-address p {
    text-align: center;
    font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	color: #807F80;
	padding: 0 30px;
}

.footer-navigation {
    padding-bottom: 20px;
}

.footer-navigation nav a {
    color: #000000;
    font-size: 14px;
}

.footer-navigation nav a.nav-link {
    border-right: 1px solid black;
    padding: 0;
    line-height: 16px;
    padding-left: 10px;
    padding-right: 10px;
}

.footer-navigation nav a.nav-link.first {
    padding-left: 0;
}

.footer-navigation nav a.nav-link.last {
    border-right: none;
    padding-right: 0;
}


/*
	NavBar
*/

.navbar { padding-left: 0; }

.bgc-db .navbar,
.bgc-db .navbar a {
   /* color: white!important; */
}

#main-nav {
    /* margin-top: 40px; */
}

#number-nav {
    position: absolute;
    right: 26px;
    top: 20px;
}

#number-nav span {
    font-weight: 800;
}

#number-nav span .fa-phone {
    position: relative;
    top: 3px;
}

.bgc-db .navbar-toggler {
    border-color: rgba(1, 40, 87, 0.5)!important;
}

.bgc-db .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(1, 40, 87, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")!important;
}

#main-nav .nav-item {
    /* border-right: 1px solid #012857; */
    line-height: 5px;
    /* padding-left: 8px; */
    padding-right: 8px;
}

#main-nav .nav-item.first {
    padding-left: 0;
}

#main-nav .nav-item.last {
    border-right: unset;
    padding-right: 0;
}

#main-nav .nav-item a {
    color: #1E4065;
	font-weight: 700;
    /* font-family: 'Josefin Sans', sans-serif; */
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
}

@media (max-width: 991.98px) {
    #main-nav {
        margin-top: unset;
    }
    #main-nav .nav-item {
        border-right: unset;
        line-height: unset;
    }
    #number-nav {
        position: unset;
        right: unset;
        top: unset;
    }
}


/*
	Bootstrap 4 Additions
*/

.carousel-indicators li {
    border-radius: 12px;
    width: 18px;
    height: 18px;
    background-color: transparent;
    border: 3px solid white;
}

.carousel-indicators .active {
    background: #bed146!important;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='#bed146' viewBox='0 0 8 8'><path d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/></svg>");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='#bed146' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-color: #012857;
    border-radius: 18px;
    width: 30px;
    height: 30px;
    border: 3px solid #012857;
}

.navbar {
    z-index: 5;
}

@media (max-width: 991.98px) {
    .top-navigation {
        height: 48px;
    }
}

.navbar-toggler {
    padding: 0;
}

.card {
    border-radius: 0;
    border: 0;
    background: #5377b9;
}

.card .btn-link {
    color: white;
}

.card .btn-link:hover {
    text-decoration: none;
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: none;
}

@media (min-width: 576px) {
    /* sm */
    .footer {
        /* border-bottom: 5px solid red; */
    }
}

@media (min-width: 768px) {
    /* md */
    .footer {
      /*  border-bottom: 5px solid green; */
    }
}

@media (min-width: 992px) {
    /* lg */
    .footer {
       /* border-bottom: 5px solid blue; */
    }
}

@media (min-width: 1200px) {
    /* xl */
    .footer {
      /*  border-bottom: 5px solid yellow; */
    }
}

/* 
IE10+ CSS styles go here 
*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}	
	

}