@charset "utf-8";
/* CSS Document */

html, body {
	font-family: "montserrat", sans-serif;
	font-style: normal;
	font-weight: 400;
	margin: 0;
	padding: 0;
	color: #303030;
}

#survey {
	position: fixed;
	left: -60px;
	top: 500px;
	rotate: 90deg;
	background: rgba(247,148,29,0.9);
	width: 150px;
	height: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-size: 1em;
	padding: 10px 0;
	border-radius: 20px 20px 0 0;
	box-shadow: 5px 0 15px rgba(0,0,0,0.4);	
}
.survey {
	Width: 100%;
	background: rgba(247,148,29,0.9);
	padding: 50px 20%;
	text-align: center;
	color: #fff;
}


button {
	border: none;
}
button:focus {
	border: none;
}

.navbar .megamenu {
    position: static;
}

.megamenu .dropdown-menu {
    width: 100%;
	margin: 30px 0 10px 0;
    left: 0;
    right: 0;
    padding: 10px;
	-webkit-box-shadow: 4px 4px 5px -1px rgba(0,0,0,0.22); 
	box-shadow: 4px 4px 5px -1px rgba(0,0,0,0.22);
	background: rgba(255,255,255,1);
}

.megamenu .dropdown-menu h6 {
    font-weight: 700;
	font-size: .9em;
	line-height: 1.5em;
}
.megamenu .dropdown-menu p {
  	margin: 5px 0;
	font-size: .9em;
	line-height: 1.5em;
}

.megamenu .dropdown-menu a {
    color: #f7941d;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: underline;
}
.megamenu .dropdown-menu hr {
	margin: 5px;
}
.megamenu .dropdown-menu a:hover {
    text-decoration: none;
    color: #f7941d;
}
.mm-section {
	padding: 8px;
	
}
.mm-section:hover {
	background: rgba(0,0,0,0.05);
	
}
.dropdown-toggle:focus {
	background: #eaeaea;
}

/** Banner **/
#banner {
	width: 100%;
	padding: 10px 0 10px 0;
	border-bottom: 2px solid #f7941d;
}
#banner-logo {
	width: 80px;
	height: 80px;
	text-align: center;
	margin: 0 auto;
}
#banner-logo img {
	height: 100%;
}
#banner-content {
	width: 100%;
	height: 130px;
	z-index: 200;
}
#banner-social {
	width: 100%;
	height: 80px;
	text-align: center;
	margin-top: 20px;
}
#banner-social-underline {
	display: inline-block;
	height: 30px;
}
#banner-email {
	text-align: right;
	display: inline-block;
}
#banner-email a {
	text-transform: uppercase;
	font-weight: 900;
	color: #f7941d;
	font-size: 1em;
}
#banner-social-icons {
	text-align: center;
	width: 100px;
	height: 30px;
	display: inline-block;
	margin: 0;
	position: relative;
	top: -2px;
}
#banner-social-icons .social-icon {
	width: 24px;
	height: 24px;
	display: inline-block;
}
#banner-navigation {
	width: 100%;
	z-index: 100;
}
@media (min-width: 992px) {
#banner {
	padding: 30px 0 10px 2%;
}
#banner-content {
	width: 100%;
	height: 70px;
	z-index: 200;
}
#banner-logo {
	width: 140px;
	height: 140px;
	text-align: center;
	float: left;
	margin-top: -10px;
}
#banner-logo img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}
#banner-social {
	width: 100%;
	height: 50px;
	text-align: right;
	padding: 10px 30px 0 0;
}
#banner-social-underline {
	height: 50px;
	border-bottom: 1px solid #f7941d;
}
#banner-email {
	text-align: right;
	display: inline-block;
}
#banner-email a {
	font-size: 1.5em;
	text-decoration: none;
}
#banner-social-icons {
	text-align: right;
	margin-top: -10px;
	position: relative;
	top: -5px;
}
#banner-social-icons .social-icon {
	width: 22px;
	height: 22px;
	display: inline-block;
	margin-top: -15px;
}
#banner-social-icons .social-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#banner-social-icons .social-icon img:hover {
	opacity: 50%;
}
#banner-navigation {
	width: 100%;
	padding: 0;
	margin: 20px 0 0 0;
}
}
@media (min-width: 1200px) {
#banner {
	padding: 10px 1% 10px 3%;
}
}
@media (min-width: 1400px) {
#banner {
	padding: 10px 4% 10px 6%;
}
}
@media (min-width: 1600px) {
#banner {
	padding: 10px 6% 10px 8%;
}
}
@media (min-width: 1800px) {
#banner {
	padding: 10px 10% 10px 11%;
}
}

.banner-strap {
	width: 100%;
	height: 140px;
	background: #f7941d;
}
.banner-strap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/** Jumbo **/
#jumbo {
	width: 100%;
	position: relative;
	background-size: cover;
	background-image: url("../images/jumbo03.jpg");
}
#jumbo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}
#jumbo-text {
	width: 100%;
	padding: 60px 50px 40px 50px;
	z-index: 100;
	text-align: center;
}
#jumbo-text h1 {
	text-transform: uppercase;
	color: #fff;
	font-weight: 900;
	font-size: 2em;
	line-height: 1em;
	letter-spacing: 0.5px;
}
#jumbo-text p {
	color: #fff;
	font-weight: 500;
	font-size: 1em;
	line-height: 1.4em;
	letter-spacing: 0.5px;
}
#jumbo-teasers {
	width: 95%;	
	background: rgba(0,0,0,0.4);
	border-radius: 20px 20px 0 0;
	padding: 20px 20px 20px 20px;
	display: block;
	margin: 0 auto;
}
.jumbo-teaser {
	width: 100%;
}
.jumbo-teaser-icon-container {
	width: 85px;
	height: 85px;
	margin: 0 auto;
}
.jumbo-teaser-icon {
	width: 85px;
	height: 85px;
}
.jumbo-teaser-icon img {
	width: 40%;
	height: 40%;
	object-fit: contain;
}
.jumbo-teaser-text {
	width: 100%;
	margin: 10px 0;
	text-align: center;
}
.jumbo-teaser-text h2 {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #1d96b7;
	font-weight: 900;
	margin: 0 0 5px 0;
}
.jumbo-teaser-text p {
	font-size: .9em;
	line-height: 1.35em;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.5px;
}
@media (min-width: 420px) {
#jumbo-text {
}
#jumbo-text h1 {
	font-size: 2.5em;
	line-height: 1em;
}
#jumbo-text p {
	font-size: 1.2em;
	line-height: 1.4em;
}
#jumbo-teasers {
	width: 90%;	
}
}
@media (min-width: 576px) {
#jumbo-teasers {
	width: 70%;	
}
}
@media (min-width: 768px) {
#jumbo {
	background-image: url("../images/jumbo03.jpg");
}
#jumbo-text {
	width: 100%;
	padding: 60px 100px 40px 100px;
}
#jumbo-text h1 {
	font-size: 3em;
	line-height: 1em;
}
#jumbo-teasers {
	width: 95%;	
}
.jumbo-teaser-icon-container {
	float: left;
}
.jumbo-teaser-icon {
	width: 85px;
	height: 85px;
}
.jumbo-teaser-text {
	text-align: left;
}
}
@media (min-width: 992px) {
#jumbo-text {
	width: 65%;
	padding: 80px 20px 80px 60px;
	z-index: 100;
	text-align: left;
}
#jumbo-text h1 {
	font-size: 4em;
	line-height: 1em;
}
#jumbo-text p {
	font-size: 1.35em;
	line-height: 1.45em;
}
#jumbo-teasers-container {
	width: 100%;
	padding: 0 3%;
}
.jumbo-teaser-icon-container {
	width: 95px;
	height: 180px;
}
.jumbo-teaser-icon {
	width: 90px;
	height: 115px;
}
.jumbo-teaser-text {
	text-align: left;
}
.jumbo-teaser-text h2 {
	font-size: 1.4em;
	line-height: 1em;
}
.jumbo-teaser-text p {
	font-size: 1em;
	line-height: 1.35em;
}
}
@media (min-width: 1200px) {

#jumbo-text {
	width: 58%;
	padding: 80px 20px 80px 60px;
}
#jumbo-teasers {
	width: 92%;	
}
.jumbo-teaser-icon-container {
	width: 95px;
	height: 145px;
	float: left;
}
.jumbo-teaser-icon {
	width: 95px;
	height: 95px;
}
.jumbo-teaser-text h2 {
	font-size: 1.6em;
}
.jumbo-teaser-text p {
	font-size: 1em;
	line-height: 1.35em;
}
}
@media (min-width: 1400px) {
#jumbo-text {
	width: 60%;
	padding: 80px 20px 80px 100px;
}
#jumbo-text h1 {
	font-size: 4.75em;
	line-height: 1em;
}
#jumbo-text p {
	font-size: 1.35em;
	line-height: 1.4em;
}
#jumbo-teasers {
	width: 86%;	
	padding: 20px;
	margin: 0 auto;
}
.jumbo-teaser-text h2 {
	font-size: 1.5em;
	margin: 0 0 10px 0;
}
.jumbo-teaser-text p {
	font-size: 1em;
	line-height: 1.35em;
}
}
@media (min-width: 1600px) {
#jumbo-text {
	width: 55%;
	padding: 120px 20px 120px 170px;
}
#jumbo-teasers {
	width: 78%;	
	padding: 20px;
	margin: 0 auto;
}
}
@media (min-width: 1800px) {
#jumbo-text {
	width: 55%;
	padding: 70px 20px 70px 240px;
}
#jumbo-teasers {
	width: 75%;	
	padding: 20px;
	margin: 0 auto;
}
}

/** Sections **/
.text-sec {
	width: 100%;
	padding: 0 1%;
	margin: 40px 0;
	text-align: center;
}
.intro {
	width: 100%;
	padding: 0 2%;
	margin: 0 auto;
	text-align: center;
}
@media (min-width: 768px) {
.text-sec {
	padding: 0 2%;
	margin: 30px 0;
	text-align: left;
}
.intro {
	padding: 0 4%;
}
}
@media (min-width: 992px) {
.text-sec {
	padding: 0 2%;
	margin: 40px 0;
}
.intro {
	padding: 0 8%;
}
}
@media (min-width: 1200px) {
.text-sec {
	padding: 0 8%;
	margin: 50px 0;
}
.intro {
	padding: 0 12%;
}
}
@media (min-width: 1600px) {
.text-sec {
	padding: 0 15%;
	margin: 80px 0;
}
.intro {
	padding: 0 12% 50px 12%;
}
}

/** Stats **/
#stats {
	width: 100%;
	padding: 30px 0;
	background: #f7941d;
	text-align: center;
	color: #fff;
}
.stat {
	margin: 20px 0;
	padding: 0 20px;
}
p.stat-head {
	font-weight: 900;
	font-size: 2.25em;
	margin: 0;
	line-height: 1.2em;
}
p.stat-text {
	font-weight: 500;
	font-size: .9em;
	line-height: 1.2em;
}
@media (min-width: 768px) {
.stat {
	margin: 0;
}
p.stat-head {
	font-weight: 900;
	font-size: 3em;
	margin: 0;
	line-height: 1.2em;
}
p.stat-text {
	font-weight: 500;
	font-size: 1em;
	line-height: 1.4em;
}
}
@media (min-width: 1400px) {
#stats {
	padding: 50px 10%;
}
}

/** Resources **/
.resource-category {
	margin: 0 0 30px 0;
}
.resource-category h3 {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #f7941d;
;
}
.resource {
	padding: 15px 0;
	border-bottom: 1px dotted #f7941d;
}
.resource-icon {
	width: 80px;
	height: 100px;
	float: left;
	margin: 0 10px 0 0;
}
.resource-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.resource-text p {
	font-size: 1em;
	line-height: 1.4em;
	margin: 10px 0 0 0;
	font-weight: 500;
}

/** Latest **/
#latest {
	width: 100%;
	background: #1d96b7;
	margin: 0 0 50px 0;
	padding: 60px 0 20px 0;
	color: #fff;
}
.latest-category {
	text-transform: uppercase;
	color: #333;
	padding: 5px;
	font-weight: 600;
}
.latest-article {
	margin: 0 0 20px 0;	
}
.latest-article-teaser {
	text-align: center;	
	padding: 0 0 40px 0;
}
.latest-article-teaser p {
	font-size: 1em;
}
.latest-article-teaser-pic {
	width: 150px;
	height: 150px;
	background: #eaeaea;
	margin: 10px auto;
	border-radius: 20px;
	overflow: hidden;
}
.latest-article-pic {
	width: 280px;
	height: 220px;
	background: #eaeaea;
	margin: 20px auto;
	border-radius: 20px;
}
.latest-article-label {
	text-transform: uppercase;
	background: #f7941d;
	color: #fff;
	padding: 5px;
	border-radius: 10px;
}
.latest-article-label a {
	color: #fff;
}
.latest-article-label a:hover {
	color: rgb(255,255,255,0.6);
}
.latest-article-date {
	font-weight: 500;
	font-size: .9em;
	padding-bottom: 5px;
}
#latest-archive ul {
	list-style: none;
	margin-left: -40px;
}
#latest-pagination {
	text-align: center;
	margin: 0 auto;
	width: 400px;
}
ul.pagination {
	mrgin: 0 auto;
}
@media (min-width: 442px) {
.latest-article-pic {
	width: 350px;
	height: 250px;
	margin: 20px auto;
}
}
@media (min-width: 768px) {
.latest-article-teaser {
	text-align: left;	
}
.latest-article-teaser-pic {
	margin: 10px 0;
}
.latest-article-pic {
	width: 350px;
	height: 250px;
	margin: 20px 0;
}
}
@media (min-width: 992px) {
#latest {
	margin: 0 0 100px 0;
	padding: 100px 0;
}
.latest-article-teaser {
	text-align: left;	
	padding: 0 0 50px 0;
}
.latest-article-teaser-pic {
	width: 200px;
	height: 200px;
}
.latest-article-pic {
	width: 600px;
	height: 400px;
	margin: 20px 0;
}
}
@media (min-width: 1200px) {
#latest {
	padding: 100px 5% 70px 5%;
}
}
@media (min-width: 1400px) {
#latest {
	padding: 100px 8% 70px 8%;
}
}

/** Contact **/
#contact-list ul {
	list-style: none;
	text-align: right;
}


/** Text **/
h1 {
	font-weight: 900;
	font-size: 2.25em;
	line-height: 1.1em;
}
h2 {
	font-weight: 900;
	font-size: 1.5em;
}
h3 {
	font-weight: 900;
	font-size: 1.35em;
}
h1+p {
	font-weight: 600;
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0 0 5px 0;
}
p {
	font-weight: 300;
	font-size: .9em;
	line-height: 1.6em;
	margin: 0 0 5px 0;
}
ul, ol {
	font-weight: 300;
	font-size: .9em;
	line-height: 1.6em;
	margin: 0 0 10px 0;
}
strong {
	font-weight: 500;
}
@media (min-width: 442px) {
h2 {
	font-size: 2em;
}
}
@media (min-width: 768px) {
h2 {
	font-size: 2.25em;
}
h4 {
	font-size: 1.25em;
	font-weight: 600;
	margin: 10px 0 0 0;
}
h1+p {
	font-weight: 600;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 0 5px 0;
}
p {
	font-size: 1.1em;
}
ul, ol {
	font-size: 1.1em;
}
}
@media (min-width: 1200px) {
h1 {
	font-size: 3em;
}
h2 {
	font-size: 2.5em;
}
}

/** Links **/
a {
	color: #f7941d;
	text-decoration: underline;
	font-weight: 700;
}
a:hover {
	color: #f7941d;
	text-decoration: none;
}
a .jumbo-teaser-text h2 {
	text-decoration: none;
}
a .jumbo-teaser-text:hover {
	text-decoration: none;
}
a.page-link {
	color: #f7941d;
	text-decoration: underline;
	font-weight: 700;
}
a.page-link:hover {
	color: #f7941d;
	text-decoration: none;
}

.align-center {
	text-align: center;
}

/** Rules **/
.shortrule {
	border-bottom: 1px solid #f7941d;
	margin: 20px auto;
	width: 50%;
}
.text-divider {
	margin: 30px 0;
}
@media (min-width: 768px) {
.shortrule {
	border-bottom: 1px solid #f7941d;
	margin: 30px auto;
	width: 50%;
}
}

/** Pics **/
.circle-pic-container {
	border-radius: 50%;
	width: 250px;
	height: 250px;
	border: 1px solid #f7941d;
	position: relative;
	margin: 10px auto;
}
.circle-pic {
	border-radius: 50%;
	width: 235px;
	height: 235px;
	background: #f7941d;
	position: absolute;
	top: 8px;
	left: 8px;
}
.circle-pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	border-radius: 50%;
}
.circle-pic-ring {
	border: 1px solid #1d96b7;
	width: 250px;
	height: 250px;
	position: absolute;
	left: -5px;
	top: -5px;
	border-radius: 50%;
}
@media (min-width: 768px) {
.circle-pic-container {
	width: 300px;
	height: 300px;
}
.circle-pic {
	width: 285px;
	height: 285px;
	top: 8px;
	left: 8px;
}
.circle-pic-ring {
	width: 300px;
	height: 300px;
	top: -5px;
	left: -5px;
}
}
@media (min-width: 992px) {
.circle-pic-container {
	width: 380px;
	height: 380px;
}
.circle-pic {
	width: 360px;
	height: 360px;
	top: 12px;
	left: 12px;
}
.circle-pic-ring {
	width: 380px;
	height: 380px;
	top: -8px;
	left: -8px;
}
}
@media (min-width: 1600px) {
.circle-pic-container {
	width: 420px;
	height: 420px;
}
.circle-pic {
	width: 400px;
	height: 400px;
	top: 12px;
	left: 12px;
}
.circle-pic-ring {
	width: 420px;
	height: 420px;
	top: -8px;
	left: -8px;
}
}

/** Footer **/
#footer {
	border-top: 1px solid #f7941d;
	padding: 50px 0;
	margin: 50px 0;
}
#footer-logo {
	width: 80px;
	height: 80px;
	margin: 0 auto;
}
#footer-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#footer-ulogo {
	width: 150px;
	height: 120px;
	margin: 0 auto;
}
#footer-ulogo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#footer-links {
	text-align: center;
	margin: 20px 0;
}
#footer-links ul {
	list-style: none;
	margin-left: -40px;
}
#footer-text {
	text-align: center;
}
@media (min-width: 768px) {
#footer-logo {
	width: 150px;
	height: 150px;
}
#footer-links {
	text-align: left;
	margin: 0;
}
#footer-text {
	text-align: left;
}
}
@media (min-width: 992px) {
#footer {
	padding: 50px 4%;
}
}
@media (min-width: 1400px) {
#footer {
	padding: 50px 10%;
}
}

Montserrat Light {
	font-family: "montserrat", sans-serif;
	font-weight: 300;
	font-style: normal;
}
Montserrat Regular {
	font-family: "montserrat", sans-serif;
	font-weight: 400;
	font-style: normal;
}
Montserrat Medium {
	font-family: "montserrat", sans-serif;
	font-weight: 500;
	font-style: normal;
}
Montserrat Bold {
	font-family: "montserrat", sans-serif;
	font-weight: 700;
	font-style: normal;
}
Montserrat ExtraBold {
	font-family: "montserrat", sans-serif;
	font-weight: 800;
	font-style: normal;
}
Montserrat Black {
	font-family: "montserrat", sans-serif;
	font-weight: 900;
	font-style: normal;
}