html,
body {
	height: 100%;
	font-family: 'Montserrat', sans-serif;
	color: #666;
	font-size: 16px;
}
/* Wrapper for page content to push down footer */
      #wrap {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        /* Negative indent footer by it's height */
		/* ----- Margin for Single Column Sticky Footer -----*/
        /*margin: 0 auto -90px;*/
		/* ----- Margin for Two Column Sticky Footer -----*/
        margin: 0 auto -220px;
      }

      /* Set the fixed height of the footer here */
      #push/*, #footer*/ {
		  /* ----- Height for Single Column Sticky Footer -----*/
       /* height: 90px;*/
		/* ----- Height for Two Column Sticky Footer -----*/
        height: 220px;
      }
h1 {
    color: #005cd4;
    padding: 0px 0px 10px;
    margin: 0px 0px 10px 0px;
}
h2, h3 {
    color: #005cd4;
}
   
header {
	background: #005cd4;
}
.navbar-header {
    text-align: center;
}
.navbar-brand {
    color: #fff;
	height: 100%;
	float: none;
	display: block;
	line-height: 26px;
}
.upper-head {
	font-size: 22px;
	margin-bottom: 5px;
	display: block;
	color: #fff;
	text-transform: uppercase;
}
.lower-head {
	font-size: 18px;
	color: #fd0;
	margin: 0 auto;
	display: block;
	font-family: 'Delius', cursive;
}

.lower-head:before,
.lower-head:after {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 11%;
}
.lower-head:before {
  right: 0.5em;
  margin-left: -50%;
}
.lower-head:after {
  left: 0.5em;
  margin-right: -50%;
}
.navbar-brand:focus, .navbar-brand:hover {
    color: #fff;
}
.navbar-brand > img {
	margin: 0 auto 15px;
	height: 110px;
	position: relative;
}

@media (min-width: 370px) {
	.upper-head {
    font-size: 24px;
	}
	.lower-head {
		font-size: 20px;
	}
}
@media (min-width: 470px) {
	.lower-head {
    font-size: 24px;
	}
}
@media (min-width: 576px) {
	.container > .navbar-header {
    padding-right: 70px;
	}
	.navbar-brand {
	float: left !important;
	line-height: 20px;
	width: 100%;
	}
	.navbar-brand > img {
	padding-right: 20px;
	margin: 0;
	float: left;
	height: 90px;
	}
	.upper-head {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 21px;
	}
	.lower-head {
	font-size: 20px;
	}
}
@media (min-width: 768px) {
	.navbar-header {
	float: none;
	}
	.navbar-brand {
	line-height: 26px;
	}
	.upper-head {
    font-size: 30px;
	margin-top: 12px;
	}
	.lower-head {
    font-size: 30px;
	}
}
@media (min-width: 1024px) {
	header.other-page {
		display: none;
	}
	.navbar-brand {
	line-height: 34px;
	}
	.navbar-brand > img {
		height: 110px;
	}
	.other-page .navbar-brand {
		line-height: 18px;
	}
	.other-page .navbar-brand > img {
		height: 80px;
	}
	.other-page .upper-head {
		font-size: 32px;
		margin-top: 14px;
	}
	.other-page .lower-head {
		font-size: 23px;
	}
	.other-page .lower-head::before, .other-page .lower-head::after {
		content: "";
		width: 8%;
	}
	.upper-head {
	font-size: 40px;
	margin-top: 15px;
	}
	.lower-head {
    font-size: 40px;
	}	
}
@media (min-width: 1280px) {
	.upper-head {
    font-size: 46px;
	margin-bottom: 12px;
	}
	.lower-head {
	font-size: 42px;
	}
	.other-page .upper-head {
		margin-bottom: 0;
	}
	.other-page .lower-head::before, .other-page .lower-head::after {
		content: "";
		width: 7%;
	}
}        

/* ----- HEADER END ----- */

section#main-text {
	background-color: #fff;
	line-height: 1.6;
}
section#main-text a {
    color: #d04603;
}
section#main-text.home-text {
	border-top: 3px solid #fd0;
}
section#main-text h1 {
	border-bottom: 3px solid #fd0;
    display: table;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
section#main-text.home-text h1 {
	overflow: hidden;
	font-size: 21px;
	display: block;
	text-align: center;
	border-bottom: none;
}
section#main-text.home-text h1 span {
	text-transform: uppercase;
	font-size: 28px;
	color: #fd0;
	margin-bottom: 10px;
	border-bottom: none;
	display: block;
	line-height: 1.1em;
}
section#main-text.home-text #content h1 {
    display: none;
}
section#main-text.home-text h1 span:before,
section#main-text.home-text h1 span:after {
  background-color: #fd0;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  width: 15%;
}
section#main-text.home-text h1 span:before {
  right: 0.5em;
  margin-left: -50%;
}
section#main-text.home-text h1 span:after {
  left: 0.5em;
  margin-right: -50%;
}
section#main-text #content p, section#main-text #content p span, section#main-text #content li{
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}

/* ----- Logo Section ----- */
section#logo-section img{
    height: 90px;
    display: block;
    margin: 10px auto;
}	
/* ----- Logo Section END ----- */


/* ----- Contact Large -----*/

section#contact-large {
	background-color: #005cd4;
	color: #fff;
	padding-top: 40px;
}
section#contact-large.other-page {
	margin-top: 0;
	display: none;
	border-bottom: 1px solid #1a7dff;
}
.contact-upper {
	font-size: 15px;
	padding: 0 15px;
	margin-bottom: 20px;
}
#contact-large h1 {
	font-size: 17px;
	color: #fff;
	margin-top: 0;
	padding-bottom: 0;
	text-transform: uppercase;
}
#contact-large h2 {
	color: #fff;
	font-size: 17px;
	margin-top: 0;
	text-transform: uppercase;
}
.contact-lower {
	font-size: 18px;
	padding: 0 15px 20px;
	position: relative;
}
.contact-lower a {
	color: #fff;
}
.contact-lower a.twitter-link:active, .contact-lower a.twitter-link:hover {
	text-decoration: none;
}
.contact-lower a.twitter-link:hover span.fa-twitter {
	color: #fd0;
}
.contact-lower span {
	display: table;
	margin-bottom: 8px;
}
.contact-lower span.fa-twitter {
	display: block;
	margin-bottom: 0;
	color: #fff;
	font-size: 22px;
}
.map-wrap {
    margin-bottom: -6px;
    padding-right: 0;
    padding-left: 0;
}
.map-wrap a.circle-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 102, 204, 0.0);
	-webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -ms-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
	display: none;
}
.map-wrap a.circle-link:hover {
	background-color: rgba(0, 102, 204, 0.1);
}

/* ----- Contact Large END -----*/

section#bottom-logos {
	
}
section#bottom-logos img {
	height: 75px;
	margin-bottom: 22px;
}

/* Triangles */
.divi-triangles::before,
.divi-triangles::after {
	left: 50%;
	width: 50px;
	height: 50px;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}
.divi-triangles::before {
	top: -25px;
	z-index: 1;
	background: #900;
}
.divi-triangles::after {
	bottom: -25px;
	z-index: 9;
	background: #005cd4;
}
.contact-lower.divi-triangles::after {
	position: absolute;
	content: '';
	pointer-events: none;
	display: none;
}
.other-page .contact-lower.divi-triangles::after {
	display: none;
}
/*** END ***/

/* ----- Common Styles -----*/

.top-buffer {
	padding-top: 40px;
}
.bottom-buffer {
	padding-bottom: 20px
}

/*----- Responsive Styles -----*/

@media (min-width: 370px) {
	.contact-lower span.fa-twitter {
	font-size: 24px;
	}
}
@media (min-width: 470px) {
	section#main-text.home-text h1 span {
		font-size: 36px;
	}
	section#main-text.home-text h1 {
		font-size: 31px;
	}
	.contact-lower {
		font-size: 17px;
	}
	.contact-lower span {
		display: inline-block;
		margin-bottom: 0;
	}
	.contact-lower span.contact-break::after {
		content: '|';
		color: #fd0;
		padding: 0 6px;
	}
	.contact-lower span.fa-twitter {
		font-size: 17px;
	}
	section#bottom-logos img {
		height: 80px;
	}
}
@media(min-width: 576px) {
	#contact-large h1 {
		font-size: 26px;
	}
	#contact-large h2 {
		font-size: 21px;
	}
	.contact-lower {
		font-size: 20px;
	}
	.contact-lower span.fa-twitter {
		font-size: 21px;
	}
	
	/* ----- Wrap and Push for Two Column Sticky Footer -----*/
	#wrap {
    margin: 0 auto -200px;
    }
    #push {
    height: 200px;
    }
}
@media(min-width: 640px) {
    section#main-text.home-text .welcome-text{
    font-size: 36px;
    }
    section#main-text.home-text .welcome-text span{
    font-size: 28px;
    }        
}
@media(min-width: 768px) {
    section#main-text.home-text h1 span {
		font-size: 38px;
	}
	section#main-text.home-text h1 {
		font-size: 38px;
		margin-bottom: 30px;
	}
    .contact-upper {
		font-size: 16px;
	}
	#contact-large h1 {
		font-size: 32px;
	}
	#contact-large h2 {
		font-size: 24px;
	}
	.contact-lower {
	font-size: 22px;
	}
	.contact-lower span.fa-twitter {
		font-size: 23px;
	}
	/* ----- Wrap and Push for Two Column Sticky Footer -----*/
	#wrap {
		margin: 0 auto -151px;
		}
		#push {
		height: 151px;
		}
}
@media(min-width: 1024px) {
    /*section#main-text .container {
		max-width: 914px;
	}
	section#main-text.home-text .container {
		max-width: 1024px;
	}*/
	section#main-text.home-text h1 span {
		font-size: 48px;
	}
	section#main-text.home-text h1 {
		font-size: 50px;
		margin-bottom: 40px;
	}
    #contact-large h1 {
		font-size: 38px;
	}
	section#contact-large h2 {
		font-size: 32px;
	}
	.contact-upper {
	font-size: 18px;
	}
	.contact-lower {
	font-size: 26px;
	padding: 0 15px 40px;
	}
	.contact-lower span.fa-twitter {
	font-size: 26px;
	}
	.contact-lower.divi-triangles::after {
		display: block;
	}
	section#contact-large.other-page {
		display: block;
	}
	section#contact-large.other-page .map-wrap {
		display: none;
	}
	/*.map-wrap {
		margin-bottom: 0;
		padding-right: 15px;
		padding-left: 15px;
		background: url('img/medium-map.jpg') center 0 no-repeat;
		height: 300px;
		position: relative;
	}
	.map-wrap a.circle-link {
		display: block;
	}
	.map-wrap iframe {
		display: none;
	}*/
	section#bottom-logos img {
		height: 70px;
	}
    /* ----- Wrap and Push for Single Column Sticky Footer -----*/
	#wrap {
    margin: 0 auto -64px;
    }
    #push {
    height: 64px;
    }
    
}
@media(min-width:1280px) {
    /*section#main-text .container {
		max-width: 1170px;
	}
	section#main-text.home-text .container {
		max-width: 1280px;
	}*/
	section#main-text.home-text h1 {
		font-size: 56px;
	}
    section#quote-section h3{
    font-size: 32px;
    }
    .contact-lower {
		font-size: 28px;
	}
	.contact-lower span.fa-twitter {
		font-size: 28px;
	}
	section#bottom-logos img {
		height: 80px;
	}
}
@media(min-width:1400px) {
	section#main-text {
		min-height: 260px;
	}
	/*section#main-text.home-text {
		min-height: auto;
	}
	section#main-text .container {
		max-width: 1280px;
	}*/
}
@media(min-width:1800px) {
	section#main-text {
		min-height: 450px;
	}
}