/*
Theme name: Alignment Resources
Description: Custom Theme
*/

/*/////GLOBAL/////*/
html,body {
    overflow-x: hidden;
}

body {
	background-color: #FFFDFD;
	padding: 0;
	margin: 0;
    position: relative;
}

ul {
	padding-inline-start: 0;
	list-style: none;
}

h1, h2, h3, h4, h5, h6, p {
	margin-block-start: 0;
	margin-block-end: 0;
	font-style: normal;
}

h1, h2, h3 {
	font-family: adobe-jenson-pro, serif;
	font-style: normal;
	line-height: 1.1;
	color: #1E3572;
}

h1 {
	font-weight: 700;
	font-size: 80px;
	margin-block-start: .125em;
	margin-block-end: .125em;
}

h2 {
	font-size: 90px;
	font-weight: 300;
	margin-block-start: .25em;
	margin-block-end: .25em;
}

h3 {
	font-size: 64px;
	font-weight: 400;
	margin-block-start: .5em;
	margin-block-end: .5em;
}

h4 {
	font-family: owners-wide, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 36px;
	margin-block-start: .75em;
	margin-block-end: .75em;
}

h5 {
	font-family: owners-wide, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	margin-block-start: .75em;
	margin-block-end: .75em;
	letter-spacing: 0.05em;
}

h6 {
	font-family: owners-wide, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	letter-spacing: 0.05em;
	margin-block-start: .75em;
	margin-block-end: .75em;
}

@font-face { 
font-family: Avenir; 
src: url(https://alignment-resources.com/wp-content/themes/alignment-resources/resources/fonts/avenir.ttf); 
font-weight: normal; 
}

p, ul, ol{
	color: #080808;
	font-size: 17px;
	font-family: Avenir, sans-serif;
	font-weight: 350;
	line-height: 1.6;
	margin-block-start: 1em;
	margin-block-end: 1em;
}

img {
	width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	color: #1E3572;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

a:hover {
	text-decoration: underline;
}

a::visited{
	text-decoration: none;
	color: #1E3572;
}

nav {
	padding: 1.5vw 0;
}

nav a {
	color: #080808;
	text-decoration: none;
}

.enllax {
	padding: 0!important;
}

.home-logo img {
	max-width: 180px;
}

.menu li {
	float: left;
	letter-spacing: .05rem;
}

/*BUTTONS*/

.button-container {
	padding: 30px 0;
}

.button-container-simple {
	padding: 10px 0 30px 0;
}

.button-arrow, .button-arrow-yellow, .button-arrow-white-on-blue {
	font-family: owners-wide, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	color: #1E3572;
	padding: 12px 18px 12px 18px;
	text-decoration: none;
	background-image: url(https://alignment-resources.com/wp-content/themes/alignment-resources/resources/images/arrow-sprite-alt.svg);
	background-repeat: no-repeat;
	/*background-position: bottom -2px right 12px;
	background-size: 18px 32px;*/
	background-position: center right -22px;
	background-size: 54px 18px;
	padding-right: 50px;
	border: 2px solid #1E3572;
	-webkit-transition: all .2s ease-in-out, border .2s ease-in-out;
  	-moz-transition: all .2s ease-in-out, border .2s ease-in-out;
  	-o-transition: all .2s ease-in-out, border .2s ease-in-out;
  	transition: all .2s ease-in-out, border .2s ease-in-out;
}

.button-arrow-yellow {
	color: #FFB115;
	border: 2px solid #FFB115;
	background-image: url(https://alignment-resources.com/wp-content/themes/alignment-resources/resources/images/arrow-sprite-yellow.svg);
}

.button-arrow-white-on-blue {
	color: #fefefe;
	border: 2px solid #fefefe;
	background-image: url(https://alignment-resources.com/wp-content/themes/alignment-resources/resources/images/arrow-sprite-white-on-blue.svg);
}

.button-arrow-featured{
	background-image: url(https://alignment-resources.com/wp-content/themes/alignment-resources/resources/images/arrow-sprite-featured.svg);
}

.button-arrow:hover {
	background-position: center right 16px;
	background-color: #1E3572;
	color: #FFFFFF;
}

.button-arrow-yellow:hover {
	background-color: #FFB115;
	color: #1E3572;
}

.button-arrow-white-on-blue:hover {
	background-color: #fefefe;
	color: #1E3572;
}

.button-arrow-white{
	font-family: owners-wide, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	color: #FFFFFF;
	padding: 12px 18px 12px 18px;
	text-decoration: none;
	background-image: url(https://alignment-resources.com/wp-content/themes/alignment-resources/resources/images/single-arrow-white.svg);
	background-repeat: no-repeat;
	background-position: top 5px right 12px;
	background-size: 18px 32px;
	padding-right: 50px;
	border: 2px solid #FFFFFF;
}


.button-arrow-white-filled{
	font-family: owners-wide, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	color: #1E3572;
	background-color: #FFFFFF;
	padding: 12px 18px 12px 18px;
	text-decoration: none;
	background-image: url(https://alignment-resources.com/wp-content/themes/alignment-resources/resources/images/single-arrow.svg);
	background-repeat: no-repeat;
	background-position: top 5px right 12px;
	background-size: 18px 32px;
	padding-right: 50px;
}

.button-blue{
	font-family: owners-wide, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	padding: 12px 18px 12px 18px;
	text-decoration: none;
	border: 2px solid #1E3572;
	color: #1E3572;
}

.button-blue-filled {
	font-family: owners-wide, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	padding: 12px 18px 12px 18px;
	text-decoration: none;
	border: 2px solid #1E3572;
	color: #FFFFFF;
	background-color: #1E3572;
}

.button-yellow-filled {
	font-family: owners-wide, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	padding: 12px 18px 12px 18px;
	text-decoration: none;
	border: 2px solid #FFB115;
	color: #FFFFFF;
	background-color: #FFB115;
}

.arrow-blue{
	padding: 12px 18px 12px 18px;
	text-decoration: none;
	background-image: url(https://alignment-resources.com/wp-content/themes/alignment-resources/resources/images/single-arrow.svg);
	background-repeat: no-repeat;
	background-position: left 2px;
	background-size: 21px 16px;
	-webkit-transition: all .2s ease-in-out, border .2s ease-in-out;
  	-moz-transition: all .2s ease-in-out, border .2s ease-in-out;
  	-o-transition: all .2s ease-in-out, border .2s ease-in-out;
  	transition: all .2s ease-in-out, border .2s ease-in-out;
}

.arrow-white{
	padding: 12px 18px 12px 18px;
	text-decoration: none;
	background-image: url(https://alignment-resources.com/wp-content/themes/alignment-resources/resources/images/single-arrow-white.svg);
	background-repeat: no-repeat;
	background-position: left 2px;
	background-size: 21px 16px;
	-webkit-transition: all .2s ease-in-out, border .2s ease-in-out;
  	-moz-transition: all .2s ease-in-out, border .2s ease-in-out;
  	-o-transition: all .2s ease-in-out, border .2s ease-in-out;
  	transition: all .2s ease-in-out, border .2s ease-in-out;
}

.arrow-blue:hover, .arrow-white:hover{
	background-image: url(https://alignment-resources.com/wp-content/themes/alignment-resources/resources/images/single-arrow-yellow.svg);
}

h2 span.red {
	color: #D60000;
}

.background-blue {
	background-color: #1E3572;
}

.background-blue h1, .background-blue h2, .background-blue h3, .background-blue h4, .background-blue h5, .background-blue p, .background-blue li, .background-blue-text {
	color: #FFFDFD;
}

.call-to-action h2, .call-to-action-custom h2, .columns-text h5{
	color: #FFB115;
}

.border-blue{
	border: 2px solid #1E3572;
}

/*PARTNERS*/

.partners img {
	padding: 4%;
}

/*SECTIONS*/

.featured-article h4, .articles h4 .workshops-association h4{
	font-family: adobe-jenson-pro, serif;
}

.featured-article h4, .workshop-association h4{
	font-size: 48px;
}

.call-to-action h3, .call-to-action-custom h3{
	color: #FFB115;
}

.call-to-action-img{
	margin-top:-20px;
	margin-bottom:-20px;
}

.column-border{
	border-top: 3px solid #FFB115;
}

.columns-text-inline{
	font-family: adobe-jenson-pro, serif;
	color: #FFFFFF;
	font-weight: 400;
	font-style: italic;
	padding-left: 10px;
}

.columns ul{
	list-style: inside;
}

.featured-article{
	background-color: #FAFAFC;
}

.contact-us img{
	max-width: 24px;
	height: auto;
	margin-right: 12px;
}

.img-flush{
	vertical-align:bottom;
}

.img-flush img, .intro-image img{
	vertical-align:bottom;
}

.intro-image h5{
	color: #FFFDFD;
	font-weight: 500;
}

.intro-image{
	align-items: stretch;
    justify-content: center;
}

.intro-image-img{
	display: flex;
    align-items: flex-end;
}

.intro-image-text{
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.image-bio ul{
	font-family: Avenir, sans-serif;
	list-style-type: disc;
	list-style-position: inside;
}

.image-bio-crop {
	max-height: 400px;
    max-width: 400px;
    object-position: top;
    object-fit: cover;
}

.quote{
	background: #FFD88A;
	padding: 10px;
}

.quote h3{
	color: #000000;
}

.services-blue-text h4, .services-blue-text p, .columns h4{
	color: #1E3572;
}

.background-blue .columns h4 {
	color: #FFFDFD;
}

.workshop-arrow{
	width:16px;
	height:12px;
}

.workshop-association h6{
	font-size: 16px;
}

.workshops-association-square{
	background-color: #FFF7E8;
	padding-top: 5px;
	border-top: 3px solid #FFB115;
	min-height: 215px;
	display:flex;
	justify-content: space-between; 
	flex-direction: column;
	padding-left: 15px;
}

.workshops-association-alt-square{
	background: #FFFDFD;
	padding: 20px;
	min-height: 280px;
	display:flex;
	justify-content:space-between; 
	flex-direction: column;
}

.workshops-association-alt-square h5{
	margin-block-end: 0em;
}

.workshops-association-alt{
	background: #FFD88A;
	color: #1E3572;
}

.workshops-association-alt h4, .workshops-association-alt h5{
	color: #1E3572;
	font-weight: 500;
}

.event-featured-association-alt-content{
	background: #FFF7E8;
	z-index: 2;
 	background-size:200%
}


/*404*/

.error404 .section__content {
	text-align: center;
	padding: 10%;
}

/*VIDEOS*/

.video-container {
	position: relative;
	padding-bottom: 54.85%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}

.video-container embed, .video-container iframe, .video-container object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sharing-box img {
	max-width: 24px;
}

.sharing-box h5 {
	color: #1E3572;;
}

.single-post .section__aside, .blog .section__aside {
	display: none;
}

/*OWL CAROUSEL*/

.owl-nav {
	text-align: center;
	margin-top: 3vw;
}

.owl-prev, .owl-next {
	width: 30px;
	height: 30px;
	border-left: solid 3px #fffbfa!important;
	border-top: solid 3px #fffbfa!important;
	transform: rotate(-45deg);
}

.owl-next {
	transform: rotate(135deg);
}

/*GRAVITY FORMS*/

.gform_wrapper.gravity-theme .gfield_label, .gform_wrapper.gravity-theme .gfield-choice-input+label, .gform_wrapper.gravity-theme .ginput_complex label {
	color: #9e9e9e;
}

.gform_wrapper, .gform_validation_errors h2, .hide_summary, .gform_wrapper, .gravity-theme, .gfield_description{
	font-family: Avenir, sans-serif;
}

.gform_confirmation_message_13, .gform_confirmation_message_12{
	font-family: Avenir, sans-serif;
	font-size: 17px;
	color: #FFB115;
}

.gform_confirmation_message_12 {
	color: #D60000;
}

#gform_wrapper_7 .gform_body {
	width: calc(100% - 100px);
	float: left;
}

#gform_wrapper_7 .gform_footer {
	width: 100px;
	float: left;
	clear: none;
}

.gform_button {
	font-family: Avenir, sans-serif;
}

.gform_button:hover {
	cursor: pointer;
}


#gform_fields_12 input, #gform_fields_13 input {
	border: none;
}

#gform_fields_10 input, .gform_wrapper.gravity-theme .gfield textarea.large {
	border-radius: 4px;
	font-family: commuters-sans, sans-serif;
	border: solid 1px #fefefe;
	padding: 12px 10px;
}

fieldset.form-columns-2, fieldset.form-columns-1 {
	max-width: 600px!important;
}

#gform_submit_button_12, #gform_submit_button_13 {
	font-family: owners-wide, sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #FFB115;
	border: none;
	min-height: 47px;
	background-image: url(https://alignment-resources.com/wp-content/themes/alignment-resources/resources/images/single-arrow-white.svg);
	background-repeat: no-repeat;
	background-position: calc(50% + 50px) 45%;
	background-size: 24px 18px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

#gform_submit_button_13 {
	border: 2px solid #FFB115;
	background-color: transparent;
}

#gform_submit_button_12:hover, nav .button-yellow-filled:hover {
	background-color: #1E3572;
}

nav .button-yellow-filled:hover {
	border-color: #1E3572;
}

#gform_submit_button_13:hover {
	background-color: #FFB115;
}

.button-blue-filled:hover {
	background-color: transparent;
	color: #1E3572;
}

.gform_wrapper.gravity-theme .gfield_label, .gform_wrapper.gravity-theme * {
	font-weight: 300;
}

.gform_wrapper.gravity-theme .gfield input.small {
	width: 100%!important;
}

.gform_wrapper.gravity-theme .gfield select.large {
	font-size: 17px;
}

.gform_wrapper .gfield_required {
	display: none!important;
}

.gform_wrapper.gravity-theme .gfield_label {
	font-weight: 300!important;
}

.subscribe h4 {
	color: #fefefe;
}

/*GLOBAL FOOTER*/

footer ul {
	margin-block-start: 0;
}

footer {
	background-color: #161314;
	color: #fefefe;
}

footer a {
	color: #fefefe;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

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

footer img{
	height: auto;
	margin-right: 12px;
}

.footer-socials img{
	max-width: 24px;
}

.footer-address p {
	font-size: 20px;
	font-weight: 300;
	color: #fefefe;;
}

.footer-address p a {
	color: #de193a;
}

.footer-menu li {
	padding-left: 0!important;
	width: 100%;
	margin-bottom: 12px;
	font-family: 'Avenir';
}

.footer-menu li a:hover {
	text-decoration: underline;
}

/*MENUS*/

.sub-menu li {
	margin-bottom:10px;
}

.sub-menu li a {
	border-radius: 6px;
	width: calc(100% - 24px);
	-webkit-transition: all .2s ease-in-out, border .2s ease-in-out;
  	-moz-transition: all .2s ease-in-out, border .2s ease-in-out;
  	-o-transition: all .2s ease-in-out, border .2s ease-in-out;
  	transition: all .2s ease-in-out, border .2s ease-in-out;
	z-index:5;
}

.header-menu{
	z-index: 5;
}
	
.menu-item-has-children .sub-menu {
	display: none;
  	position: absolute;
	left: 0;
	top: 11px;
  	min-width: 190px;
  	z-index: 5;
	border: 2px solid #1E3572;
	background-color: white;
	padding-top: 10px;
}

#menu-main-menu li a {
	font-family: owners-wide, sans-serif;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
}

.menu-item-has-children .sub-menu li a:hover {
	font-weight: 800;
	text-decoration: none;
}
	
.menu-item-has-children {
	position: relative;
  	display: inline-block;
}

@media screen and (min-width: 768px) {
	
	.menu-item-has-children:hover .sub-menu {
		display: block;
	}
	
	nav {
		padding: 2.5vw;
		z-index: 3!important;
	}
	
	.menu {
		float: right;
	}
	
	#menu-footer-quick-links {
		float: left;
	}
	
	.menu li {
		padding: 0 18px 0 18px;
	}
	
	.menu-container {
		padding-right: 18px;
	}
	
	.columns .grid-33, .columns .grid-25 {
		padding-right: 24px;
	}
	
	.a-btn {
		font-size: 42px;
	}
	
	/*FORMS*/
	.gform_wrapper.gravity-theme .gfield input.small {
		width: 100%!important;
	}

	#field_11_2, #field_11_5 {
		grid-column: span 6;
		float: left;
	}
	
	.sharing-box img {
		margin-left: 9px;
	}
	
	.sticky {
  		position: fixed;
  		top: 0;
  		width: 100%;
  		z-index: 3;
	}
	
	/*CALLOUT*/

	.callout p {
		padding-left: 60px;
		padding-right: 60px;
	}
	
	.paging {
    	display: flex;
		align-items: stretch;
    	justify-content: center;
	}
	
	/*CONTACT CALL-TO-ACTION*/

	#call-to-action img {
		margin-top: -100px;
	}

}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	
	h1, .single-post h1 {
		font-size: 36px;
	}
	
	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 16px;
	}
	
	.intro-alt .jumbo h1 {
		font-size: 108px;
	}
	
	.tab button {
		padding: 24px 6px;
	}
	
	#call-to-action img {
		margin-top: -100px;
	}
	
	.call-to-action-alt img{
		max-width:20px;
	}
	
	.subscribe {
		background-size: 10vw;
	}
	
	.workshops-association-square{
		min-height:280px;
	}
	
}

@media screen and (max-width: 767px) {
	
	h1 {
		font-size: 36px;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 18px;
	}
	
	.mobile-bmg{
		background-image: none !important;
	}
	
	.mobile-hide-img img{
		display: none;
	}
	
	.article h4, .blog-snippet h4{
		font-size: 24px;
	}
	
	.workshops-association-square{
		min-height:150px;
	}
	
/*MENU*/
	
	.menu-item-has-children .sub-menu {
		padding-bottom: 21px;
		left: auto;
		background-color: #1E3572;
		border: 2px solid black;
    	padding-right: 10px;
	}
	
	.menu-item-has-children:hover .sub-menu {
		display: block;
	}
	
	.menu-item-has-children ul {
		width: 220px;
		right: 0;
	}
	
	#menu {
  		position: fixed;
  		left: calc(100% - 662px);
  		top: 61px;
  		display: none;
		margin-right: 60px;
  		text-decoration: none;
  		font-weight: 100;
  		font-size: 40px;
  		color: #161314;
  		padding: 12px 24px;
  		width: 600px;
  		text-align: right;
  		z-index: 70;
	}
	
	#footer-logo img {
		max-width: 20%;
	}
	#mobile-logo {
		max-width: 40%;
	}
	
	footer .mobile-grid-50 {
		padding-left: 0;
		padding-right: 0;
	}
	
	.mobile-footer-flex{
		display: flex;
    	align-items: center;
    	justify-content: flex-start;
    	flex-wrap: wrap;
	}
	
	.gform_legacy_markup_wrapper .gform_footer {
		padding-top: 0!important;
		margin-top: 0!important;
		padding-bottom: 0!important;
	}
	
	.gform_legacy_markup_wrapper, #gform_wrapper_7 input#input_7_1 {
		margin-top: 0!important;
		margin-bottom: 0!important;
	}
	
	#gform_wrapper_7 .gform_footer {
		width: 100%;
	}
	
	nav ul {
		font-size: 36px;
	}
	
	.menu-bg-cover {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #1E3572;
		z-index: 0;
		transition: all 350ms ease;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}

	.prompt {
  		position: fixed;
  		width: 100%;
  		text-align: center;
  		line-height: 114px;
  		color: #666;
	}

	.reveal {
 		 opacity: .95;
  		display: block;
  		pointer-events: auto;
  		visibility: visible;
  		z-index: 50;
	}

	.hamburger-shell {
 		margin: 0;
  		position: fixed;
  		overflow: hidden;
  		width: 80px;
  		height: 64px;
  		overflow: auto;
  		top: 0;
  		right: 0;
  		cursor: pointer;
  		padding: 0;
  		background: transparent;
  		border: none;
  		z-index: 100;
  		background-color: #1E3572;
  		padding-left: 16px;
	}

	.top, .middle{
  		position: absolute;
  		width: 50px;
  		height: 3px;
  		background-color: #fefefe;
  		transition: all 350ms ease-in-out;
  		top: 24px;
	}

	.middle {
  		top: 36px;
	}

	#menu {
  		position: fixed;
  		left: calc(100% - 662px);
  		top: 61px;
  		display: none;
  		margin-right: 60px;
  		text-decoration: none;
  		font-weight: 100;
  		font-size: 40px;
  		color: #161314;
  		padding: 12px 24px;
  		width: 600px;
  		text-align: right;
  		z-index: 70;
	}

	#menu li {
  		text-decoration: none!important;
  		list-style: none;
  		color: #fefefe;
  		transition: all 150ms ease;
	}

	#menu li:hover {
  		padding-right: 3px;
	}

	#menu a {
  		text-decoration: none;
  		color: inherit;
  		font-family: owners-wide, sans-serif;
		font-weight: 400;
  		font-size: 22px;
	}
	
	#menu .button {
		color: #FFFDFD;
	}
	
	#menu .button:hover {
		color: #161314;
	}

	.menu-open .top {
  		transform: rotate(225deg);
  		-webkit-transform: rotate(225deg);
  		top: 30px;
  		background-color: #fefefe;;
  		height: 2px;
	}

	.menu-open .middle {
 		 transform: rotate(-225deg);
 		 -webkit-transform: rotate(-225deg);
  		top: 30px;
  		background-color: #fefefe;;
  		height: 2px;
	}

	.menu-name {
  		font-family: commuters-sans, sans-serif;
  		font-weight: 900;
  		color: #4A4E10;
  		font-size: 16.3px;
  		text-decoration: none;
  		position: absolute;
  		top: 40px;
  		left: -1px;
  		transition: all 350ms;
	}

	.menu-open .menu-name {
  		top: 64px;
  		color: #fefefe;;
	}

	.social-icons {
  		float: right;
  		text-align: right;
  		margin-top: 80px;
		padding-top: 40px;
	}
	
	nav img {
		width: 75%;
		float: right;
	}

	a.social-icon {
  		float: left;
  		width: 30px;
  		height: 30px;
  		margin-left: 10px;
	}

	.social-icons img {
		margin-left: 12px;
		height: 30px;
	}
	
	.social-icons a {
		margin-left: 12px;
	}
	
	#mobile-logo {
		margin: 0!important;
		padding-top: 18px;
		padding-bottom: 11px;
	}
	
	#mobile-logo .mobile-grid-100 {
		padding-left: 4px;
	}

	.article__head {
  		padding-bottom: 18px;
	}
	
	nav li {
		width: 100%;
		float: right;
	}
	
	.mobile-apply-button .button-orange {
		color: #de193a!important;
		margin-top: 18px;
		background-position: bottom 1px right 12px;
		padding-right: 80px;
	}

	.mobile-apply-button .button-orange:hover {
		color: #00161B!important;
		background-position: bottom 17px right 12px;
		cursor: pointer;
	}
	
	#menu-main-menu-1 li:last-child {
		margin-bottom: 18px;
	}
	
	/*BLOG*/
	
	.sharing-box img {
		margin-right: 9px;
	}
	
	#gform_wrapper_7 .gform_body {
		width: 100%;
	}

}


/* PAGING LINKS */

.paging__link {
    display: inline-block;
    float: left;
}

span.page-numbers {
	color: #fefefe;
}

.more-articles-thumbnail {
	width: 100%;
	height: 240px;
	background-size: cover;
	background-position: 50% 25%;
}

.horizontal-scroll .httl {
	min-width: 2500px;
}
