/*
Theme Name: NaFB
Author: Helium Studio
Author URI: https://heliumstudio.com/
Text Domain: NaFB

NaFB WordPress Theme © 2020 Helium Studio
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}body{line-height:1}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}




/* ========================================== 

    Gravity Reset 

========================================== */

.gform_wrapper { width: 100%; }

.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name span,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span,
.gform_wrapper .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name span {
    width: 48.5% !important; 
}
.gfield_required { display: none!important;}
.gform_wrapper .field_sublabel_above .ginput_complex label,
.gform_wrapper .field_sublabel_above .gfield_time_hour label,
.gform_wrapper .field_sublabel_above .gfield_time_minute label,
.gform_wrapper .field_sublabel_above .gfield_time_ampm label,
.gform_wrapper .field_sublabel_above .gfield_date_month label,
.gform_wrapper .field_sublabel_above .gfield_date_day label,
.gform_wrapper .field_sublabel_above .gfield_date_year label,
.gform_wrapper .field_sublabel_above .instruction {
    display: none;
}
.gform_wrapper .ginput_complex label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .gfield_time_ampm label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .instruction {
    display: none!important;
}

.gform_wrapper .top_label .gfield_label {
    font-size: 16px;
    color: #777777;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	  padding: 0 15px!important;
	  line-height: 45px;
	  line-height: 4.5rem;
	  outline: none;
}
.gform_wrapper textarea {
	padding: 15px!important;
	outline: none;
	border: none;
}

.gform_wrapper ul.gform_fields li.gfield span.name_first,
.gform_wrapper ul.gform_fields li.gfield span.name_middle,
.gform_wrapper ul.gform_fields li.gfield span.name_last {
    padding: 0!important;
}
.gform_wrapper .ginput_complex .ginput_full input[type=text],
.gform_wrapper .ginput_complex .ginput_full input[type=url],
.gform_wrapper .ginput_complex .ginput_full input[type=email],
.gform_wrapper .ginput_complex .ginput_full input[type=tel],
.gform_wrapper .ginput_complex .ginput_full input[type=number],
.gform_wrapper .ginput_complex .ginput_full input[type=password] {
    width: 100%!important;
}
.gform_wrapper .field_sublabel_above .ginput_complex label,
.gform_wrapper .field_sublabel_above .gfield_time_hour label,
.gform_wrapper .field_sublabel_above .gfield_time_minute label,
.gform_wrapper .field_sublabel_above .gfield_time_ampm label,
.gform_wrapper .field_sublabel_above .gfield_date_month label,
.gform_wrapper .field_sublabel_above .gfield_date_day label,
.gform_wrapper .field_sublabel_above .gfield_date_year label,
.gform_wrapper .field_sublabel_above .instruction {
    margin: 0!important;
}
.gform_wrapper li.field_sublabel_above .ginput_complex input[type=text] { margin-bottom: 15px!important;}
.gform_wrapper .top_label .gfield_description { display: none;}

/* ------------------------------------------ 

    Name Styles 

------------------------------------------ */

.gform_wrapper div.ginput_container_name span {
	margin-right: 0px;
}

.gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_1,
.gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_2,
.gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
	width: 100%;
}
.gform_wrapper .ginput_complex.ginput_container.has_first_name span.name_first,
.gform_wrapper .ginput_complex.ginput_container.has_first_name span.name_first {
	margin-right: 2.5%!important;
}

/* ------------------------------------------ 

    Checkbox + Radio Styles 

------------------------------------------ */

.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
	position: relative!important;
	float: left!important;
	width: auto!important;
  margin: 0 35px 15px 0!important;
}

.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio] {
	margin-top: 0!important;
	position: absolute;
	top: 0px;
	left: 0px;
}

.gform_wrapper .gfield_checkbox li label, 
.gform_wrapper .gfield_radio li label {
    margin: 0 0 0 24px!important;
    max-width: 100%!important;
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label,
.gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
    font-weight: normal!important;
}


/* ------------------------------------------ 

    Select Field Styles 

------------------------------------------ */

.gform_wrapper  ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
.gform_wrapper  ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
.gform_wrapper ul.gform_fields li.gfield select,
.gform_wrapper .ginput_complex.ginput_container_address .ginput_right select {
	height: 49px;
  -webkit-appearance: none;
  margin: 0!important;
  border-radius: 0;
  color: #777777;
  width: 100% !important;
  padding: 0 0 0 15px;
  border: none;
  background: transparent;
  outline: none;
  z-index: 20;
  position: relative;
}
.gform_wrapper  ul.gform_fields li.gfield .ginput_container.ginput_container_select,
.gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
	position: relative;
	background-color: #ffffff;
}
.gform_wrapper  ul.gform_fields li.gfield .ginput_container.ginput_container_select::after,
.gform_wrapper .ginput_complex.ginput_container_address .ginput_right::after {
  content: "";
  position: absolute;
  z-index: 10;
  right: 20px;
  top: 22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #cccccc transparent transparent transparent;
}

/* ------------------------------------------ 

    Address Styles 

------------------------------------------ */

.gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
	margin-right: 0!important;
	padding-right: 0!important;
}
.gform_wrapper .ginput_complex .ginput_left,
.gform_wrapper .ginput_complex .ginput_right {
    width: 49.5%!important;
    margin: 0!important;
    padding: 0!important; 
}
.gform_wrapper .ginput_complex .ginput_left {margin-right: 1%!important}
.gform_wrapper .ginput_complex.ginput_container input {border: none!important;}
.gform_wrapper .ginput_complex.ginput_container span {
	display: inline-block;
	width: 100%;
  margin-bottom: 10px!important;
}
.gform_wrapper .ginput_complex .ginput_left input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gform_wrapper .ginput_complex .ginput_right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gform_wrapper .ginput_complex .ginput_right select,
.gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gform_wrapper .ginput_complex select {
	line-height: 49px;
	line-height: 4.9rem;
}
body .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right+span.ginput_left {padding-right: 0!important}

/* ------------------------------------------ 

    Submit Button Styles 

------------------------------------------ */

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
	border: none;
	background-color: #19d315;
	color: #ffffff;
	padding: 15px 30px!important;
	margin-right: 0!important;
	font-size: 16px!important;
	font-size: 1.6rem!important;
	outline: none;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.25);
	        box-shadow: 0 2px 5px rgba(0,0,0,.25);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type=submit]:hover {
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.5);
	        box-shadow: 0 2px 5px rgba(0,0,0,.5);
}




/* ------------------------------------------ 

    Error Styles 

------------------------------------------ */

.gform_wrapper div.validation_error { display: none!important;}
.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper li.gfield_error ul.gfield_checkbox,
.gform_wrapper li.gfield_error ul.gfield_radio {
	color: #d42027 !important;
}

.gform_wrapper .gfield_description.validation_message, 
.gform_wrapper .top_label .gfield_description.validation_message {
    height: auto !important;    
}
.gform_wrapper .gfield_error .gfield_label { color: #fff !important;}
body .gform_wrapper li.gfield.gfield_error, 
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    margin-bottom: 0!important;
    padding: 0;
    border-top: none !important;
    border-bottom: none !important;
}
.gform_wrapper .gfield_description.validation_message, 
.gform_wrapper .top_label .gfield_description.validation_message {
    padding: 0 !important;
}
.gform_wrapper .gfield_description+.gform_wrapper .gfield_description.validation_message,
.gform_wrapper .ginput_container+.gfield_description.validation_message {
    margin: 0 !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}
body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100%!important;
}
.gform_wrapper ul.gform_fields li.gfield {padding-right: 0!important}
body .gform_wrapper .top_label .gfield_error {width: 100%!important;}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top: 8px!important;
}
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 3px solid #d42027 !important;
  background: #fff;
}
.gform_wrapper .gfield_error input[type=email],
.gform_wrapper .gfield_error input[type=number],
.gform_wrapper .gfield_error input[type=password],
.gform_wrapper .gfield_error input[type=tel],
.gform_wrapper .gfield_error input[type=text],
.gform_wrapper .gfield_error input[type=url],
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error textarea,
.gform_wrapper li.gfield_error.field_sublabel_above .ginput_complex input[type=text] {
     margin-bottom: 0px!important; 
}

/*Toggle on to Remove Labels*/
/*.gform_wrapper .top_label .gfield_label { display: none!important;}*/

@media only screen and (max-width: 641px) {
	.gform_wrapper .ginput_complex .ginput_left,
	.gform_wrapper .ginput_complex .ginput_right { width: 100%!important;}
	.gform_wrapper .ginput_complex .ginput_left { margin-right: 0!important;}
}

@media only screen and (max-width: 568px) {
	.gform_wrapper .gfield_checkbox li,
	.gform_wrapper .gfield_radio li {
		float: none!important;
		width: 100%!important;
		margin: 0 0 10px 0!important;
	}
}


/* NAfB form styling */


.gform_wrapper form {
	display: block;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.gform_wrapper h3 {
    font-size: 28px!important;
    }
.gform_wrapper .gform_heading,
.gform_wrapper .gform_body,
.gform_wrapper .gform_footer {
	flex-basis: calc(50% - 30px);
	width:  calc(50% - 30px); 
}
.gform_wrapper .gform_heading {
	margin-right: 30px;
}
/*
.gform_wrapper .gform_body {
	margin-left: 29px;
}  */
.gform_wrapper .gform_footer {
	justify-self: flex-end;
}



.form .gform_wrapper .gsection,
.form .gform_wrapper li.gfield.field_description_below+li.gsection,
#gform_fields_1 {
	margin-top: 60px !important;
}
.form .gform_wrapper h2.gsection_title {
    font-size: 48px;
    line-height: 60px;
}

.form .gform_wrapper .top_label .gfield_label {
	display: none;
}
.form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, 
.gform_wrapper ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, 
.gform_wrapper ul.gform_fields li.gfield select, 
.gform_wrapper .ginput_complex.ginput_container_address .ginput_right select,
.gform_wrapper textarea,
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	background: #fff;
	border: none !important;
	padding: 15px 20px !important;
	-webkit-box-sizing: border-box !important;
	        box-sizing: border-box !important;
	border-radius: 2px;
	font-size: 16px;
	line-height: 16px;
	height: 60px;
	color: rgb(21, 80, 147);
	font-weight: 200;
}
.gform_wrapper .top_label .gfield_label {
	color: #fff;
}

.gform_wrapper ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: rgba(21, 80, 147, .65);
}
.gform_wrapper ::-moz-placeholder { /* Firefox 19+ */
	color: rgba(21, 80, 147, .65);
}
.gform_wrapper :-ms-input-placeholder { /* IE 10+ */
	color: rgba(21, 80, 147, .65);
}
.gform_wrapper :-moz-placeholder { /* Firefox 18- */
	color: rgba(21, 80, 147, .65);
}





.entry-content .gform_wrapper .top_label .gfield_label {
	display: none;
}

.gform_wrapper .ginput_complex.ginput_container.has_first_name span.name_first, 
.gform_wrapper .ginput_complex.ginput_container.has_first_name span.name_first {
	margin-right: 1% !important;
}
.gform_wrapper textarea {
	height: inherit;
}

#gform_wrapper_1 .ginput_container_email input,
#gform_wrapper_1 .ginput_container_phone input {
	width: 100%;
}


/* checkboxes/radio */
body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox ul, 
body .gform_wrapper ul li.field_description_below div.ginput_container_radio ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, 
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], 
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
	-webkit-appearance: none !important;
}

.gform_wrapper ul.gfield_checkbox > li,
.gform_wrapper ul.gfield_radio > li {
	display: inline-block;
	position: relative;
	margin: 30px 30px 10px 0px !important;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-ms-flex-preferred-size: calc(50% - 31px);
	    flex-basis: calc(50% - 31px);
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	overflow: visible !important;
}
	.gform_wrapper ul.gfield_checkbox li label, 
	.gform_wrapper ul.gfield_radio li label {
		display: block;
		position: relative;
		width: auto;
	    margin-top: 5px;
	    margin-left: 0px;
	    padding-left: 25px;
	    -webkit-box-sizing: border-box;
	            box-sizing: border-box;
	}
	.gform_wrapper ul.gfield_checkbox li input[type=checkbox] + label:before,
	.gform_wrapper ul.gfield_radio li input[type=radio] + label:before {
		font-family: "Font Awesome 5 Pro";
		font-weight: 400;
		font-size: 36px;
		content: '\f0c8';
		display: inline;
		position: absolute;
		top: -16px;
		left: -22px;
		color: #acacac;
	}
	.gform_wrapper ul.gfield_checkbox li input[type=checkbox] + label:before {
		content: '\f0c8';
	}
	.gform_wrapper ul.gfield_radio li input[type=radio] + label:before {
		content: '\f111';
	}
	.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label:before {
		content: '\f14a';
		color: #323232;
	}
	.gform_wrapper ul.gfield_radio li input[type=radio]:checked + label:before {
		content: '\f192';
		color: #323232;
	}

/* submit */
.form .gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit], 
.form .gform_wrapper .gform_page_footer input.button, 
.gform_wrapper .gform_page_footer input[type=submit] {
	display: inline-block;
	position: relative;
	margin: 30px auto;
	padding: 10px 40px;
	border-radius: 19px;
	background: #fff;
	
	font-family: 'Lato', sans-serif;
	color: rgb(21, 80, 147);
	font-weight: 700;
	font-size: 14px !important;
	line-height: 14px !important;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	
	-webkit-transition: color .25s ease-in-out, background .25s ease-in-out, box-shadow .25s ease-in-out;	
	-o-transition: color .25s ease-in-out, background .25s ease-in-out, box-shadow .25s ease-in-out;
	transition: color .25s ease-in-out, background .25s ease-in-out, box-shadow .25s ease-in-out;
}
.form .gform_wrapper .gform_footer input.button:hover, 
.gform_wrapper .gform_footer input[type=submit]:hover, 
.form .gform_wrapper .gform_page_footer input.button:hover, 
.gform_wrapper .gform_page_footer input[type=submit]:hover {
	cursor: pointer;
	color: #fff;
	background: rgb(21, 80, 147);;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.25); 
	box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.25);
} 

.confirmation-message {
	padding-top: 70px;
	font-size: 24px;
    line-height: 30px;
    font-weight: 100;
}


body img.gform_ajax_spinner {
    display: none !important;
}




/* animations */
@-webkit-keyframes slideInBottom {
from {
	-webkit-transform: translate(0, 25%);
	transform: translate(0, 25%);
	opacity: 0;
}
to {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
	}
}	


@-webkit-keyframes pageFeatLoad {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
                transform: translateY(20px);
    }
    100% {
	    opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}	


@keyframes pageFeatLoad {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
                transform: translateY(20px);
    }
    100% {
	    opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}





/* general */


/*
html {
  scroll-behavior: smooth;
}
*/

body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: rgb(104, 104, 104);
	font-size: 17px; 
	line-height: 25px;
}
p {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 20px;
}
p strong,
b,
h2,
h3,
a {
	font-weight: 900;
}
em {
	font-style: italic;
}
h1,
h2,
h3,
h4 {
	flex-basis: 100%;
	padding-bottom: 10px;
}

a {
	text-decoration: none;
	color: rgb(21, 80, 147);
}
a:hover,
a:visited {
	color: rgb(21, 80, 147);
}

.row {
	display: flex;
	position: relative;
	width: 100%;
	flex-basis: 100%;
	flex-grow: 1;
	flex-wrap: wrap;
	margin: 0px;
	justify-content: center;
}

section.row.full,
footer.row.full {
	-webkit-transform: translateY(20px);
	    -ms-transform: translateY(20px);
	        transform: translateY(20px);
	-webkit-transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
	transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out, transform 1s ease-in-out;
	transition: opacity 1s ease-in-out, transform 1s ease-in-out;
	transition: opacity 1s ease-in-out, transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}
section.row.full.visible,
footer.row.full.visible {
	opacity: 1;
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

.row.inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 60px 0px;
	justify-content: flex-start;
}
.row.inner.section-intro {
	padding-top: 90px;
	padding-bottom: 0px;
}

.section-intro h2 {
	font-size: 28px;
	line-height: 33px;
	padding-bottom: 15px;
}

.bg-img {
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-attachment: fixed !important;
	background-position: center !important;
}

.pattern {
	background-image: url(https://noappetiteforbullying.com/wp-content/themes/NaFB/style.css?ver=6.0.3);
	background-size: 100% auto;
	background-repeat: repeat-y;
	background-position: left top;
	color: #fff;
}
.pattern p a {
	color: #fff;
	background: none !important;
	text-decoration: underline !important;
}
.pattern a:visited,
.pattern a:hover {
	color: #fff;
	
}
.pattern.grey {
	background: url('images/patterns/pattern-grunge-steelgrey.png'), #3b5465;
}
.pattern.blue {
	background: #446376;
}
.pattern.green {
	background: #0D4381;
}


a.button {
	display: inline-block;
	position: relative;
	text-align: center;
	margin: 10px auto;
	padding: 12px 20px;
	text-decoration: none;
	color: #fff;
	background: #0D4381;
	text-transform: uppercase;
	font-weight: 500;
}


/* page feature */

#page-feature {
	display: flex;
	position: relative;
	align-content: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: auto;
	min-height: 75vh;
	padding: 60px 30px;
}
	#feature-content {
		display: block;
		position: relative;
		z-index: 2;
		width: auto;
		height: auto;
	}
	
	
/* intro  */

#intro {
	z-index: 3;
}

#title-menu,
#intro-partners,
#the-content {
	width: calc(100% - 120px);
	margin: 0px 60px auto 60px;
	justify-content: center;
}
#title-menu {
	margin-top: -120px;
}

#title-menu {
	padding: 0px;
}
#title-menu > div {
/* 	padding: 90px; */
	flex-basis: 100%;
	text-align: center;
}
#intro-partners > h2 {
	font-size: 28px;
	line-height: 32px;
	color: #0D4381;
	text-align: center;
}
#title-menu .text-wrap {
	padding: 90px;
}
	#title-menu .text-wrap h1 {
		font-size: 42px;
		line-height: 45px;
		font-weight: 500;
	}
	#title-menu .text-wrap p {
		color: rgb(221, 221, 221);
		font-size: 18px;
		font-weight: 900;
		margin-top: 15px;
	}
#title-menu #menu-wrap {
	background: rgba(246,246,246,1);
	padding: 15px 30px;
	border-top: 10px solid #0D4381;
}
	#title-menu #menu-wrap #menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		
	}
	#title-menu #menu-wrap li {
		display: inline-block;
		position: relative;
		margin: 5px;
	}
	#title-menu #menu-wrap li a {	
		display: block;
		position: relative;
		color: #0D4381;
		padding: 10px;
		transform: translateY(0px);
		transition: color .25s ease-in-out, transform .25s ease-in-out;
	}
	#title-menu #menu-wrap li a:hover {	
		color: #3b5465;
		transform: translateY(-3px);
	}
	
#intro-partners {
	padding-bottom: 0px;
}
.partner-list {
	padding-bottom: 15px;
}
#intro-partners .partner-list {
	border-bottom: 1px solid rgb(216 214 214);
}
	
#the-content a.button {
	margin-left: 0px;
}	
#the-content p {
	line-height: 25px;
}
p sup {
	line-height: 12px;
}
#the-content p sup a {
	color: rgb(104, 104, 104);
}
	
	
	
/* partner list */

#partners-full h3 {
	font-size: 20px;
	line-height: 24px;
}

.partner-list,
.resource-list,
.numbers-list {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	flex-basis: 100%;
	justify-content: space-between;
	margin-bottom: 20px;
}
.numbers-list {
	padding-left: 60px;
}
.row.inner.resource-list {
	justify-content: flex-start;
	padding: 0px 0px 60px 0px;
}
.partner-list > li,
.resource-list > li,
.numbers-list > li {
	display: flex;
	position: relative;
	justify-content: center;
	align-content: center;
	align-items: center;
	opacity: 1;
	transform: translateY(0px);
	transition: all .25s ease-in-out;
	-webkit-animation-name: slideInBottom;
	        animation-name: slideInBottom;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	        animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: backwards;
	        animation-fill-mode: backwards;
    -webkit-animation-play-state: paused;
	        animation-play-state: paused;
}
#partners-full .partner-list {
	justify-content: flex-start;
}
.partner-list > li {
	flex-basis: calc(20% - 41px);
	max-width: calc(20% - 41px);
	min-width: calc(20% - 41px);
	margin: 20px 30px 20px 0;
}
#partners-full .partner-list > li {
	flex-basis: auto;
	max-width: inherit;
	min-width: inherit;
}
.resource-list > li {
	flex-basis: calc(25% - 21px);
	max-width: calc(25% - 21px);
	min-width: calc(25% - 21px);
	margin: 10px;
    align-content: flex-start;
}
#social-resources .resource-list > li {
	flex-basis: calc(33.33333% - 21px);
	max-width: calc(33.33333% - 21px);
	min-width: calc(33.33333% - 21px);
	margin: 10px;
	align-items: stretch;
	padding-top: 20px;
}
.numbers-list > li {
	flex-basis: calc(50% - 61px);
	max-width: calc(50% - 61px);
	min-width: calc(50% - 61px);
	margin: 30px;
	padding: 50px 80px;
	background: rgba(247,247,247,1);
	border-bottom: 10px solid #25E7C6;
}
.partner-list > li > img {
	width: auto;
	height: auto;
}

.partner-list > li > a {
	display: block;
	position: absolute;
	opacity: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.partner-list > li:hover {
	opacity: .8;
	transform: translateY(-5px);
}
#resources {
	padding-bottom: 60px;
}
#resources-photo .bg-image {
	width: 100%;
	min-height: 75vh;
	background-repeat: no-repeat;
	background-attachment: fixed !important;
	background-position: center !important;

}
#resources .resource-list + .inner {
	padding: 0px;
}
#resources .section-intro,
#resources .resource-list + .inner .text {
	padding-top: 90px;
	padding-left: 10px;
	padding-bottom:  20px;
	padding-left: 10px;
	justify-content: flex-start;
}
#resources .resource-list + .inner .text {
	padding-top: 0px;
	padding-bottom: 0px;
}

.resource {
	flex-wrap: wrap;
	background: #fff;
	text-align: center;
	align-content: flex-start;
	align-items: flex-start;
}
.resource h3 {
	padding-bottom: 5px;
	color: rgb(18, 81, 147);
}
.resource .text-wrap {
	display: block;
	position: relative;
	flex-basis: 100%;
	height: auto;
	padding: 20px 10px 80px;
	align-self: stretch;
	z-index: 1;
}
.resource.social .text-wrap {
	padding-bottom: 40px;
}
.resource .text-wrap > div {
	padding: 0px 10px 10px 10px;
	color: rgb(104, 104, 104);
	font-size: 15px;
	line-height: 19px;
}

.resource .icon-wrap {
	flex-basis: 100%;
	padding: 60px 30px;
	background: rgba(241,241,241,1);
    min-height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.resource .button.download {
	display: block;
	position: absolute;
	width: 100%;
	flex-basis: 100%;
	left: 0;
	bottom: 0;
	margin-bottom: 0px;
	padding: 15px;
	color: #fff;
	background: rgb(18, 81, 147);
	z-index: 2;
}
.resource.social .button.download {
	background: none;
	color: rgb(18, 81, 147);
	font-size: 0px;
}
.icon-download {
	display: inline-block;
	position: relative;
	width: 15px;
	height: 15px;
	margin-left: 5px;
	vertical-align: middle;
	background: url('images/icon-download-white.png') no-repeat center center;
	background-size: contain;
	transform: translateY(-2px);
	transition: transform .25s ease-in-out;
}
.resource.social .icon-download {
	display: block;
	background: url('images/icon-download-grey.png') no-repeat center center;
	background-size: contain;
	margin: 0 auto;
}
.download:hover .icon-download {
	transform: translateY(3px);
}


#danger .section-intro {
	padding-bottom: 90px;
}

#numbers .section-intro h2,
#social-resources .section-intro h2 {
	color: #0D4381;
}
.numbers-list > li {
	align-content: flex-start;
	align-items: flex-start;
}
.numbers-list .number-wrap {
	display: block;
	position: relative;
	margin-left: -120px;
	color: rgb(21, 80, 147);
	width: auto;
}
	.numbers-list .number-wrap .number {
		display: block;
		position: relative;
		font-size: 80px;
		line-height: 80px;
		padding-right: 30px;
	}
	.numbers-list .number-wrap .number span {
		display: block;
		position: absolute;
		top: 10px;
		right: 10px;
		font-size: 22px;
		line-height: 22px;
	}
	
	
#social-resources {
	background: rgba(246,246,246,1);
}	
	.resource .thumb-wrap {
		display: flex;
		align-content: center;
		align-items: center;
		justify-content: center;
		min-height: 210px;
	}
	
	


/* references */

#references,
#footer {
	background: rgba(68,99,118,1);
	font-size: 11px;
	line-height: 15px;
	color: #fff;
}
#footer {
	background: rgb(8 31 56);
}
#references a,
#footer a {
	color: #fff;
	text-decoration: underline;
}
#references ol {
	list-style: decimal;
	flex-basis: 84%;
	max-width: 84%;
	margin-left: 10px;
}
#references .footer-info {
	flex-basis: 15%;
	max-width: 15%;
	padding-left: 10px;
	text-align: right;
}
#references li p {
	padding-bottom: 5px;
}
#footer .footer-info {
	text-align: center;
	justify-content: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
#footer .footer-info > a, 
#footer .footer-info > p {
	display: inline-block;
	text-align: center;
	width: auto;
	padding-bottom: 0px;
}
#footer #copyright {
	margin-left: 7px;
	border-left: 1px solid rgba(255,255,255, .25);
	padding-left: 7px;
}





@media only screen and (max-width: 1040px) {

	.row.inner,
	.row.inner.resource-list,
	#resources .resource-list + .inner {
		padding-right: 60px;
		padding-left: 60px;
	}
	#resources .section-intro, 
	#resources .resource-list + .inner .text {
		padding-right: 70px;
		padding-left: 70px;
	}
	
	
	#intro-partners .partner-list {
		justify-content: center;
	}
	.partner-list {
		justify-content: flex-start;
	}
	.partner-list > li {
	    flex-basis: calc(25% - 41px);
	    max-width: calc(25% - 41px);
	    min-width: calc(25% - 41px);
	}
	.resource-list > li {
	    flex-basis: calc(33.333333% - 21px);
	    max-width: calc(33.333333% - 21px);
	    min-width: calc(33.333333% - 21px);
    }
    .numbers-list > li {
	    flex-basis: calc(100%);
	    max-width: calc(100%);
	    min-width: calc(100%);
	    margin-left: 0px;
	    margin-right: 0px;
    }
	#references ol,
	#references .footer-info {
		flex-basis: 100%;
		max-width: 100%;
		text-align: left;
		padding-left: 0px;
	}
	#references .footer-info {
		padding-top: 30px;
	}
	
	
}



@media only screen and (max-width: 840px) {
	
	.resource-list > li,
	#social-resources .resource-list > li {
	    flex-basis: calc(50% - 21px);
	    max-width: calc(50% - 21px);
	    min-width: calc(50% - 21px);
    }
    
    .partner-list > li {
	    flex-basis: calc(33.333333% - 41px);
	    max-width: calc(33.333333% - 41px);
	    min-width: calc(33.333333% - 41px);
	}
	
	.gform_wrapper .gform_heading,
	.gform_wrapper .gform_body,
	.gform_wrapper .gform_footer {
		flex-basis: 100%;
		margin-right: 0px;
		margin-left: 0px;
	}

	
}


@media only screen and (max-width: 640px) {
	
	.partner-list > li {
	    flex-basis: calc(50% - 41px);
	    max-width: calc(50% - 41px);
	    min-width: calc(50% - 41px);
	}
	.resource-list > li,
	#social-resources .resource-list > li {
	    flex-basis: 100%;
	    max-width: 100%;
	    min-width: 100%;
	    margin-left: 0px;
	    margin-right: 0px;
	}
	#resources .section-intro, #resources .resource-list + .inner .text {
	    padding-right: 60px;
	    padding-left: 60px;
	}
	
	#title-menu .text-wrap {
		padding: 30px;
	}
	#title-menu .text-wrap h1 {
		font-size: 30px;
		line-height: 36px;
	}
	
	
	.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name span, .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span, .gform_wrapper .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name span {
		width: 100% !important;
	}
	
	
	
	
	
}



@media only screen and (max-width: 540px) {
	
	.partner-list > li {
	    flex-basis: calc(100% - 41px);
	    max-width: calc(100% - 41px);
	    min-width: calc(100% - 41px);
	}
	
	#partners h3 {
		text-align: center;
	}
	
	
	.row.inner, 
	.row.inner.resource-list,
	#resources .resource-list + .inner,
	#resources .section-intro,
	#resources .resource-list + .inner .text {
		padding-left: 20px;
		padding-right: 20px;
	}
	#resources .resource-list + .inner .text {
		padding-top: 40px;
	}
	.row.inner.numbers-list {
		padding-left: 60px
	}
	.numbers-list > li {
		padding: 30px;
		flex-wrap: wrap;
	}
	.numbers-list .number-wrap {
		flex-basis: 100%;
	}
		.numbers-list .number-wrap .number span {
		    display: inline-block;
		    position: relative;
		    top: -40px;
		}
	.numbers-list > li .text-wrap {
		flex-basis: 100%;
	}
	
	.footer-info > a, 
	.footer-info > p {
		display: block;
		width: auto;
		flex-basis: 100%;
	}
	
	#copyright {
		margin-left: 0px;
		border-left: none;
		border-top: 1px solid rgba(255,255,255, .25);
		margin-top: 7px;
		padding-top: 7px;
		padding-left: 0px;
	}
	
}


@media only screen and (max-width: 440px) {
	
	#title-menu, 
	#intro-partners, 
	#the-content {
	    width: calc(100% - 60px);
	    margin: 0px 30px auto 30px;
    }
    #title-menu {
	    margin-top: -120px;
    }
	
}