/*
Theme Name: Dr. Matthew Fasullo
Author: 2nd Street Creative
Author URI: https://www.2ndst.com
Description: A custom WordPress theme for Dr. Matthew Fasullo.
Version: 1.0
*/

/* =Reset
-------------------------------------------------------------- */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	background: #fff;
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 400;
	font-style: normal;
	width: auto;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}




/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
	color: #023744;
	font-family: sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
ul li, ol li {
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1em;
	color: #023744;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	height: auto;
	vertical-align: middle;
}
img,
object,
embed {
  max-width: 100%;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 900;
	font-style: normal;
	color: #fff;
	background: #023744;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0.75em 1.5em;
	border-radius: 15px;
	outline: none;
	border: none;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	outline: none;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border: none;
	box-shadow: none;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"],
textarea {
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1em;
	color: #023744;
	border: 2px solid #f0f1ed;
	border-radius: 15px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #023744;
	outline: none;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"] {
	padding: 12px !important;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 12px !important;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}
form legend, form labal {
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1em;
	color: #023744;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
/* .clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
} */

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}


/*********************************
	Global Styles
*********************************/
p {
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1em;
	color: #023744;
	line-height: 1.65;
	margin-bottom: 1.65em;
}
p.page-intro {
	font-weight: 300;
	font-size: 1.5em;
	line-height: 1.35;
}
a, a:visited {
	color: #023744;
	outline: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover, a:focus, a:active {
	outline: none;
	text-decoration: none;
}
a.button {
	display: inline-block;
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 900;
	font-style: normal;
	color: #fff;
	background: #75bbcc;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0.75em 1.5em;
	border-radius: 15px;
	outline: none;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.button:hover, a.button:focus, a.button:active {
	background: #d38e33;
	outline: none;
}
a.arrow-link {
	position: relative;
	display: inline-block;
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 900;
	font-style: normal;
	color: #d38e33;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	outline: none;
	padding-left: 35px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.arrow-link:hover {
	padding-left: 45px;
}
a.arrow-link:before {
	content: '';
	position: absolute;
	left: 0;
	top: calc(50% - 1px);
	width: 20px;
	height: 2px;
	background: #d38e33;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.arrow-link:after {
	content: '';
	position: absolute;
	top: calc(50% - 5px);
	left: 10px;
	border: solid #d38e33;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 4px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.arrow-link:hover:before {
	width: 30px;
}
a.arrow-link:hover:after {
	left: 20px;
}
a.text-link {
	position: relative;
	display: inline-block;
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 1em;
	color: #023744;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom: 2px solid #023744;
	text-decoration: none;
}
a.text-link:hover {
	border-color: transparent;
}
h1 {
	font-family: ivypresto-display, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 6.5em;
	color: #023744;
	line-height: 1;
	margin-bottom: 0.25em;
}
h2 {
	font-family: ivypresto-display, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 4em;
	color: #023744;
	line-height: 1.25;
	margin-bottom: 0.25em;
}
h3 {
	font-family: ivypresto-display, serif;
	font-weight: 600;
	font-style: normal;
	font-size: 2.75em;
	color: #023744;
	line-height: 1.25;
	margin-bottom: 0.5em;
}
h4 {
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 2em;
	color: #023744;
	line-height: 1.25;
	margin-bottom: 0.5em;
}
h5 {
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.15em;
	color: #023744;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 1.25;
	margin-bottom: 0.5em;
}
h6 {
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 1em;
	color: #023744;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.25;
	margin-bottom: 0.5em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #023744;
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	opacity: 0.6;
}
.two-column {
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.three-column {
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.navy {
	color: #023744;
}
.navyBG {
	background: #023744;
}
.blue {
	color:  #75bbcc;
}
.blueBG {
	background: #75bbcc;
}
.orange {
	color: #c65330;
}
.orangeBG {
	background: #c65330;
}	
.yellow {
	color: #d38e33;
}
.yellowBG {
	background: #d38e33;
}
.tan {
	color: #e9e8dd;
}
.tanBG {
	background: #f0f1ed;
}
.white {
	color: #fff;
}
.whiteBG {
	background: #fff;
}
.flex-wrap {
	display: flex;
	flex-wrap: wrap;
}
.gap {
	gap: 20px;
}
.index-wrap {
	position: relative;
	z-index: 3;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.bold {
	font-weight: 600;
}
.margin {
	border: 20px solid #fff;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.video-container iframe, .video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*********************************
	Header Styles
*********************************/
.mobile-menu {
	position: fixed;
	top: 0;
	right: -100%;
	width: 50%;
	height: 100vh;
	padding: 6em 4em 8em;
	z-index: 99;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.mobile-menu.active {
	right: 0;
}
.menu-top {
	padding-bottom: 1em;
	border-bottom: 2px solid #023744;
	margin-bottom: 4em;
}
.menu-top .logo {
	max-width: 300px;
}
.close {
	position: absolute;
	top: 1em;
	right: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.close .left, .close .right {
	position: absolute;
	top: 0;
	width: 20px;
	height: 2px;
	background: #023744;
	border-radius: 4px;
	z-index: 999;
}
.close .left {
	left: 0;
	transform: rotate(45deg);
}
.close .right {
	right: 0;
	transform: rotate(-45deg);
}
nav.mobile ul {
	margin: 0;
}
nav.mobile ul li {
	position: relative;
	list-style: none;
	display: block;
	border-bottom: 1px solid #023744;
	padding: 0.5em 0;
}
nav.mobile ul li.menu-button {
	border: none;
	padding: 0;
	margin-top: 4em;
}
nav.mobile ul li a {
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 1.375em;
	color: #023744;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
}
nav.mobile ul li a:hover {
	color: #fff;
}
nav.mobile ul li.menu-button a {
	color: #fff;
	background: #023744;
	font-size: 1em;
	padding: 0.5em 1.5em;
	border-radius: 15px;
}
nav.mobile ul li.menu-button a:hover {
	background: #fff;
	color: #023744;
}
.mobile-menu ul.social {
	position: absolute;
	bottom: 2em;
	left: 4em;
}
ul.social {
	margin: 0;
}
ul.social li {
	position: relative;
	list-style: none;
	display: inline-block;
	margin: 0 2px;
}
ul.social li img {
	max-width: 30px;
	background: #d38e33;
	border-radius: 50%;
	padding: 2px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.mobile-menu ul.social li img {
	background: #023744;
}
ul.social li:hover img {
	background: #c65330;
}
.mobile-menu ul.social li:hover img {
	background: #ddddce;
}
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 4em 0;
	z-index: 98;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.site-header.active {
	padding: 1em 0 1.25em;
	background: #fff;
}
.site-header a {
	text-decoration: none;
}
.site-header .logo {
	display: inline-block;
	vertical-align: middle;
	width: 300px;
}
nav.main {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 305px);
	text-align: right;
}
nav.main ul {
	margin: 0;
}
nav.main ul li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-left: 2.5em;
	line-height: 1;
}
nav.main ul li.home-link {
	display: none;
}
nav.main ul li a {
	position: relative;
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 1em;
	color: #023744;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 0.25em 0.75em 0.25em;
}
nav.main ul li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	width: 0;
	height: 2px;
	background: #023744;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
nav.main ul li a:hover:after {
	width: 100%;
}
nav.main ul li.menu-button a {
	color: #fff;
	background: #75bbcc;
	font-size: 1em;
	padding: 0.75em 1.5em;
	border-radius: 15px;
}
nav.main ul li.menu-button a:after {
	display: none;
}
nav.main ul li.menu-button a:hover, nav.main ul li.menu-button.current_page_item a {
	background: #023744;
}
.nav-button {
	display: none;
	position: absolute;
	top: calc(50% - 8px);
	right: 1em;
	height: 16px;
	width: 26px;
	cursor: pointer;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
.nav-button .first, .nav-button .second, .nav-button .third {
	position: absolute;
	right: 7px;
	width: 100%;
	height: 2px;
	background: #c65330;
	border-radius: 4px;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
.nav-button .first {
	top: 0;
}
.nav-button .second {
	top: 7px;
}
.nav-button .third {
	bottom: 0;
}
.header-space {
	height: 10em;
}

/*********************************
	Banner Styles
*********************************/
.home-banner {
	position: relative;
	padding: 10em 0 6em;
}
.home-banner .content-slides {
	width: 50%;
}
.home-banner .content-slides li {
	position: relative;
	height: 100%;
}
.home-banner .slick-list {
	height: 100% !important;
}
.home-banner .slick-track {
	display: flex !important;
	height: 100% !important;
}
.home-banner .slick-slide {
	height: inherit !important;
}
.home-banner .content-slides li .background-image {
	display: block;
	width: 100%;
	padding-bottom: 62.5%;
	border-top: 20px solid #fff;
	border-right: 20px solid #fff;
	border-bottom: 20px solid #fff;
}
.home-banner .banner-content {
	width: 50%;
	text-align: left;
	padding:  2em 6em; 
}
.home-banner h1 {
	font-size: 5em;
}
.home-banner h5 {
	max-width: 600px;
}
.home-banner img.scroll {
	position: absolute;
	bottom: 3em;
	left: calc(50% - 6px);
	width: 12px;
}
.home-banner img.accolade {
	display: inline-block;
	vertical-align: middle;
	width: 135px;
	margin-right: 35px;
}
.home-banner ul.social {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 175px);
}
.home-banner ul.social li img {
	background: #75bbcc;
}
.page-banner {
	padding: 7em 0 4em;
	border-top: 20px solid #fff;
	border-left: 20px solid #fff;
	border-right: 20px solid #fff;
}
.banner-image {
	width: 50%;
	margin-left: -20px;
	padding-bottom: 50%;
}
.page-banner .banner-content {
	padding: 6em 4em 4em;
}
.page-banner .banner-content h1 {
	font-size: 4.5em;
	line-height: 1.15;
	margin: 0.5em 0 0.75em;
}
.blog-banner {
	margin-top: 10em;
	border-top: 2px solid #f0f1ed;
	border-bottom: 2px solid #f0f1ed;
}
.blog-banner ul.cats {
	position: relative;
	margin: 0;
	width: 50%;
	border-right: 2px solid #f0f1ed;
	padding: 0.875em 2em 0.75em;
}
.blog-banner ul.cats li { 
	position: relative;
	list-style: none;
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 0.875em;
	color: #023744;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.blog-banner ul.cats li.title-li:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	height: 22px;
	background: url('img/arrow-down.png') no-repeat right center;
	background-size: 100%;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
.blog-banner ul.cats:hover li.title-li:after {
	transform: rotate(-180deg);
}
.blog-banner ul.cats li a {
	font-weight: 400;
	text-decoration: none;
}
.blog-banner ul.cats li a:hover {
	color: #c65330;
}
.blog-banner ul.cats li.current-cat a {
	color: #c65330;
	font-weight: 900;
}
.blog-banner ul.sub-menu {
	display: none;
	margin: 0;
	position: absolute;
	top: 100%;
	left: 0;
	width: calc(100% + 2px);
	max-height: 15em;
	z-index: 95;
	background: #fff;
	padding: 1em 2em;
	overflow: scroll;
	border-top: 2px solid #f0f1ed;
	border-right: 2px solid #f0f1ed;
	border-bottom: 2px solid #f0f1ed;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
.blog-banner ul.cats:hover ul.sub-menu {
	display: block;
}
.blog-search {
	width: 50%;
}
.blog-search form {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.blog-search form input[type="search"] {
	position: relative;
	list-style: none;
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 0.875em;
	color: #023744 !important;
	width: 78%;
	margin: 0;
	border: none;
	border-radius: 0;
}
.blog-search form input[type="submit"] {
	width: 14%;
	margin: 0;
	background: url('img/search-icon.png') no-repeat 98% center;
	background-size: 22px;
	color: transparent;
	border-radius: 0; 
}
.cat-spot {
	font-weight: 400;
}
.search-banner {
	padding: 12em 0 2em;
}
ul.search-posts {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
ul.search-posts li {
	position: relative;
	list-style: none;
	width: calc(33.33% - 6.66px);
	padding: 4em 2em;
}
ul.search-posts li h3 {
	font-size: 2em;
	margin-bottom: 1em;
}
ul.search-posts li a {
	color: #fff;
	border-color: #fff;
}
ul.search-posts li a:hover {
	border-color: transparent;
}
#nav-below {
	clear: both;
	margin:  2em 0;
}
#nav-below a {
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1em;
	color: #023744;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
}
.nav-previous {
	float: left;
	text-align: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.post-banner {
	padding: 12em 2em 4em;
}
.post-banner h6 {
	margin-bottom: 2em;
}
.post-banner h6 a {
	color: #d38e33;
}
.post-banner h1 {
	font-size: 4.25em;
	max-width: 850px;
	line-height: 1.15;
	margin: 0 auto;
}
.post-image-wrap {
	position: relative;
}
.post-image-wrap .bg-block {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	z-index: 1;
}
.post-image {
	display: block;
	padding-bottom: 52.5%;
}

/*********************************
	Content Styles
*********************************/
.home-content {
	position: relative;
	border-left: 20px solid #fff;
}
.home-content .bg-block {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20%;
	z-index: 1;
}
ul.content-slides {
	margin: 0;
}
ul.content-slides li {
	position: relative;
	list-style: none;
}
ul.content-slides li img {
	margin-left: 20%;
	width: 80%;
	border-top: 20px solid #f7f7f7;
	border-left: 20px solid #f7f7f7;
	border-bottom: 20px solid #f7f7f7;
}
ul.content-slides li .caption {
	position: absolute;
	bottom: 0.5em;
	left: 1em;
	width: 80%;
	padding: 2em;
	text-align: left;
	z-index: 3;
}
ul.content-slides li .caption h6 {
	margin: 0;
}
ul.content-slides li .caption p {
	font-style: italic;
	line-height: 1.25;
	margin: 0;
}
.home-content .content-content {
	position: relative;
	padding: 6em 6em 6em 20%;
}
.home-content .content-content .content-head {
	display: inline-block;
	vertical-align: middle;
	width: calc(40% - 3px);
	padding-right: 4em;
}
.home-content .content-content .content-head ul.social {
	margin-top: 1.5em;
}
.home-content .content-content .content-head ul.social li img {
	max-width: 34px;
	background: #75bbcc;
}
.home-content .content-content .content-content-content {
	display: inline-block;
	vertical-align: middle;
	width: calc(60% - 3px);
}
.blog-content {
	position: relative;
	padding: 2em 0 1em;
}
.archive-content {
	padding: 6em 0 1em;
}
.view-wrap {
	display: none;
}
.view-wrap.active {
	display: block;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
ul.posts {
	margin: 0;
}
.grid-view ul.posts {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.grid-view ul.posts li {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	list-style: none;
	width: calc(33.33% - 6.66px);
	background: #023744;
	margin: 0;
}
.grid-view ul.posts li.no-img {
	display: block;
}
.grid-view ul.posts li:nth-child(2n+2) {
	flex-direction: column-reverse;
}
.grid-view ul.posts li .post-image {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 90%;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
.grid-view ul.posts li .post-image:hover {
	-webkit-filter: brightness(75%);
}
.grid-view ul.posts li .post-image a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid-view ul.posts li .post-info {
	width: 100%;
	position: relative;
	padding: 4em 2em; 
}
.grid-view ul.posts li h3 {
	font-weight: 400;
	font-size: 2em;
	margin-bottom: 1em;
}
.grid-view ul.posts li h3 a {
	color: #fff;
}
.grid-view ul.posts li a.text-link {
	color: #fff;
	border-color: #fff;
}
.grid-view ul.posts li a.text-link:hover {
	border-color: transparent;
}
.alm-btn-wrap {
	position: relative;
	text-align: center;
	padding: 2em 0 1em;
}
.alm-btn-wrap button {
	color: #d38e33;
	background: transparent;
	border: 2px solid #d38e33;
}
.alm-btn-wrap button.done {
	color: #f0f1ed;
	background: transparent;
	border: 2px solid #f0f1ed;
}
.list-view ul.posts li {
	position: relative;
	list-style: none;
	background: #f0f1ed;
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.list-view ul.posts li .post-image {
	position: relative;
	width: 40%;
	padding-bottom: 33%;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
.list-view ul.posts li .post-image:hover {
	-webkit-filter: brightness(75%);
}
.list-view ul.posts li .post-image a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.list-view ul.posts li .post-info {
	width: 60%;
	padding: 4em;
}
.list-view ul.posts li.no-img .post-info {
	width: 100%;
}
.view-sort {
	margin-bottom: 2em;
}
.view-sort h6 {
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
	font-size: 0.875em;
	margin-right: 0.25em;
}
.view-sort .grid, .view-sort .list {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	margin-left: 0.5em;
	cursor: pointer;
}
.view-sort .grid .sec {
	position: absolute;
	width: 8px;
	height: 8px;
	background: #023744;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
.view-sort .grid:hover .sec, .view-sort .grid.active .sec {
	background: #75bbcc;
}
.view-sort .grid .one {
	top: 0;
	left: 0;
}
.view-sort .grid .two {
	top: 0;
	right: 0;
}
.view-sort .grid .three {
	bottom: 0;
	left: 0;
}
.view-sort .grid .four {
	bottom: 0;
	right: 0;
}
.view-sort .list .sec {
	position: absolute;
	width: 100%;
	left: 0;
	height: 5px;
	background: #023744;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
.view-sort .list:hover .sec, .view-sort .list.active .sec {
	background: #75bbcc;
}
.view-sort .list .one {
	top: 0;
}
.view-sort .list .two {
	top: 6.5px;
}
.view-sort .list .three {
	bottom: 0;
}
.error-content {
	padding: 12em 2em 4em;
}
#searchform input[type="search"] {
	min-width: 250px;
}
.post-content {
	position: relative;
	padding: 4em 0 2.5em;
}

/*********************************
	Module Styles
*********************************/
.basic-content {
	position: relative;
	padding: 4em 0 2.5em;
}
.basic-content form {
	padding: 4em;
	border-radius: 15px;
	background: #023744;
}
.basic-content form input[type="submit"] {
	background: #75bbcc;
}
.basic-content form input[type="submit"]:hover {
	background: #d38e33;
}
.video-module {
	position: relative;
	padding: 4em 0 6em;
}
.video-module .bg-block {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 75%;
}
.video-module .video-content {
	padding-top: 6em;
}
.video-module .video-content .video-head {
	display: inline-block;
	vertical-align: middle;
	width: calc(60% - 3px);
}
.video-module .video-content .video-head h2 {
	margin-bottom: 0.5em;
}
.video-module .video-content .video-content-content {
	display: inline-block;
	vertical-align: middle;
	width: calc(40% - 3px);
}
.accordion {
	position: relative;
	padding: 6em 0; 
	border-bottom: 1px solid #e9e8dd;
}
.accordion h2.module-title {
	text-align: center;
	max-width: 850px;
	margin: 0 auto 1em;
}
.accordion ul.accordion-items {
	margin: 0;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	column-gap: 20px;
}
.accordion ul.accordion-items li.accordion-item {
	position: relative;
	list-style: none;
	padding: 1.5em;
	margin-bottom: 20px;
	break-inside: avoid;
}
.accordion ul.accordion-items li.accordion-item h5.accordion-title {
	position: relative;
	font-size: 1.375em; 
	padding-right: 60px;
	font-weight: 900;
	margin: 0;
}
.accordion ul.accordion-items li.accordion-item h5.accordion-title span.indicator {
	position: absolute;
	top: -8px;
	right: 0;
	height: 44px;
	width: 44px;
	border-radius: 50%;
	background: #023744;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.accordion ul.accordion-items li.accordion-item h5.accordion-title span.indicator span.first {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 18px;
	width: 2px;
	background: #75bbcc;
	transform: translate(-50%,-50%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.accordion ul.accordion-items li.accordion-item h5.accordion-title span.indicator span.second {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 2px;
	width: 18px;
	background: #75bbcc;
	transform: translate(-50%,-50%);
}
.accordion ul.accordion-items li.accordion-item h5.accordion-title.active span.indicator span.first {
	transform: translate(-50%,-50%) rotate(-90deg);
}
.accordion ul.accordion-items li.accordion-item .accordion-hide {
	padding-top: 3em;
	display: none;
}
.featured-resources {
	position: relative;
	padding: 6em 0 0;
}
.featured-resources ul.resources {
	margin: 0;
}
.featured-resources ul.resources li.resource {
	position: relative;
	list-style: none;
	display: block;
	margin-bottom: 6em;
}
.featured-resources ul.resources li.resource:nth-child(2n+1) {
	direction: rtl;
}
.featured-resources ul.resources li.resource .resource-image {
	width: 50%;
}
.featured-resources ul.resources li.resource .resource-info {
	width: 50%;
	padding: 6em 6em 4em;
	direction: ltr;
}
.featured-resources ul.resources li.resource .resource-info h6 {
	font-weight: 400;
	margin-bottom: 2em;
}
.featured-resources ul.resources li.resource .resource-info h3 {
	font-size: 2.35em;
	font-weight: 400;
	margin-bottom: 0.75em;
}
.subscribe-bar {
	position: relative;
	padding: 3em 0 2em;
}
.subscribe-bar h5 {
	font-weight: 900;
	margin-bottom: 0;
}
.subscribe-bar input {
	border: none;
}
.testimonials {
	position: relative;
	padding: 2em 0 6em;
}
.testimonials h6.mod-title {
	position: relative;
	text-align: center;
	margin-bottom: 4em;
}
.testimonials h6.mod-title:after {
	content: '';
	position: absolute;
	top: 49%;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,0.6);
	z-index: 1;
}
.testimonials h6.mod-title span {
	position: relative;
	padding: 0 2em;
	z-index: 2;
}
ul.tests {
	margin: 0;
	padding: 0 6em;
}
ul.tests li.testimonial {
	position: relative;
	list-style: none;
	display: inline-block !important;
	vertical-align: middle;
	float: none !important;
}
ul.tests li.testimonial img { 
	display: inline-block;
	vertical-align: middle;
	width: 350px;
	border-radius: 50%;
}
ul.tests li.testimonial .test-info {
	display: inline-block;
	vertical-align: middle;
}
ul.tests li.testimonial .test-info p {
	font-size: 2em;
}
.content-list {
	position: relative;
	padding: 6em 0 4em;
}
.content-list .mod-head {
	max-width: 850px;
	margin: 0 auto 1em;
}
ul.list-items {
	margin: 0;
}
ul.list-items li.list-item {
	position: relative;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	padding: 0 2em;
	width: calc(33.33% - 3px);
}
ul.list-items li.list-item h5.blue {
	font-size: 3.5em;
	font-weight: 900;
	margin-bottom: 0.25em;
}
ul.list-items li.list-item h5.list-head {
	font-size: 1.25em;
	margin-bottom: 1em;
	font-weight: 900;
}
.tabbed-content {
	position: relative;
	padding: 6em 0;
}
ul.tabs {
	margin: 0;
	width: 40%;
	border-right: 2px solid #023744;
	padding: 0 4em 2em 0;
}
ul.tabs li {
	position: relative;
	list-style: none;
	display: block;
	cursor: pointer;
}
ul.tabs li h2 {
	opacity: 0.35;
}
ul.tabs li.active h2 {
	opacity: 1;
}
ul.tab-content {
	margin: 0;
	width: 60%;
	padding: 2em 0 0.5em 4em;
}
ul.tab-content li {
	position: relative;
	list-style: none;
	opacity: 0;
	height: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
ul.tab-content li.active {
	opacity: 1;
	height: auto;
}
ul.tab-content li .desktop-hide {
	display: none;
}
.image-carousel {
	position: relative;
	padding: 20px 0;
	background: #fff;
}
.image-carousel .slick-list {
	overflow: visible;
}
.image-carousel ul {
	position: relative;
	margin: 0;
	padding: 0 17.47%;
	z-index: 2;
}
.image-carousel ul li {
	position: relative;
	list-style: none;
	display: inline-block !important;
	vertical-align: middle;
}
.image-carousel ul li img {
	max-height: 550px;
	min-height: 550px;
	padding: 0 10px;
	width: auto;
	height: auto;
}
.content-columns {
	position: relative;
	padding: 4em 0;
}
ul.columns {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
ul.columns li {
	position: relative;
	list-style: none;
	width: 25%;
	padding: 0 2em;
	border-right: 1px solid #e9e8dd;
}
ul.columns li:last-child {
	border: none;
}
ul.columns li h4 {
	font-size: 5em;
	margin: 0;
}
ul.columns li h5 {
	font-weight: 900;
}
.image-collage {
	position: relative;
	padding: 2em 0;
}
.collage-image:nth-child(3n+1) {
	display: block;
	padding-bottom: 75%;
	width: 100%;
}
.collage-image:nth-child(3n+2) {
	display: block;
	padding-bottom: 45%;
	width: calc(60% - 10px);
}
.collage-image:nth-child(3n+3) {
	display: block;
	padding-bottom: 45%;
	width: calc(40% - 10px);
}


/*********************************
	Footer Styles
*********************************/
.site-footer {
	position: relative;
	padding: 6em 0;
}
.site-footer .logo {
	width: 300px;
	margin-bottom: 1.5em;
}
h6.phone {
	font-size: 1.25em;
}
nav.footer ul {
	margin: 0;
	text-align: right;
}
nav.footer ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(33.33% - 5px);
}
nav.footer ul li a {
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 1em;
	color: #023744;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
}
nav.footer ul li ul {
	margin-top: 1em;
}
nav.footer ul li ul li {
	display: block;
	width: 100%;
	text-align: right;
	margin-bottom: 0.5em;
}
nav.footer ul li ul li a {
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
}
nav.footer ul li ul li a:hover {
	opacity: 0.6;
}
.sub-footer {
	padding: 1em 0;
}
.sub-footer h6 {
	font-size: 0.875em;
	display: inline-block;
	vertical-align: middle;
	width: calc(75% - 3px);
}
.sub-footer p {
	font-size: 0.75em;
	display: inline-block;
	vertical-align: middle;
	width: calc(25% - 3px);
	margin: 0;
}
.sub-footer p a {
	color: #023744;
}

/***************************************************************************************************
									Responsive Styles
***************************************************************************************************/
@media all and (max-width: 1385px) {
	.site-header, .search-banner, .search-content, .featured-resources, .content-list, .subscribe-bar, .view-wrap, .site-footer, .sub-footer { padding-left: 2em !important; padding-right: 2em !important; }
	ul.tests { margin-left: 2em; margin-right: 2em; }
	.home-banner h1 { font-size: 4.5em; }
}
@media all and (max-width: 1205px) {
	.page-banner .banner-content { padding-right: 0; }
	.home-content .content-content .content-head, .home-content .content-content .content-content-content { width: 100%; }
	.home-content .content-content .content-head { padding-right: 0; margin-bottom: 1.5em; }
	.home-banner h1 { font-size: 4em; }
	
	.content-wrap { padding-left: 2em !important; padding-right: 2em !important; }
}
@media all and (max-width: 1065px) {
	nav.main, .footer-links, ul.tests li.testimonial img, .banner-image, ul.tabs, ul.content-slides li .caption { display: none !important; }
	.mobile-menu { width: 75%; }
	.site-header, .site-header.active { padding: 1em 2em; background: #fff; }
	.nav-button { display: block; }
	.home-banner, .home-content { border: none; }
	.home-banner { padding: 6em 2em 2em; }
	.home-banner h1 { font-size: 3.5em; }
	.home-banner .content-slides { border-left: 20px solid #fff; }
	.home-banner .content-slides, .home-banner .banner-content { width: 100%; }
	.home-banner .content-slides li .background-image { position: relative; display: block; padding-bottom: 65%; }
	.home-banner .banner-content { padding: 4em 0; }
	.page-banner { padding: 8em 2em 4em; border: none; }
	.page-banner .banner-content { width: 100% !important; text-align: center; }
	.page-banner .banner-content { padding: 0; }
	.featured-resources { padding: 2em; }
	.featured-resources ul.resources li.resource .resource-info { padding: 4em 2em; }
	.biz-info { width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; text-align: center; }
	.sub-footer { text-align: center; }
	.sub-footer h6, .sub-footer p { text-align: center; display: block; width: 100%; }
	.testimonials { padding: 2em 0 4em; text-align: center; }
	ul.tests li.testimonial .test-info { width: 100% !important; padding-left: 0 !important; }
	.content-list { padding: 4em 2em 2em; }
	.tabbed-content { padding: 4em 0 2em; }
	ul.tab-content { width: 100%; padding: 0; }
	ul.tab-content li { opacity: 1; height: auto; }
	ul.tab-content li .desktop-hide { display: block; }
	.image-carousel ul li img { max-height: 400px; min-height: 400px; }
	ul.columns li { width: 50%; margin-bottom: 20px; }
	ul.columns li:nth-child(2n+2) { border: none; }
	.blog-banner { margin-top: 4em; }
	.grid-view ul.posts li { width: calc(50% - 5px); }
	.post-banner { padding: 8em 2em 4em; }
	.header-space { height: 4em; }
	.search-banner { padding-top: 8em; }
	ul.search-posts li { width: calc(50% - 5px); }
	ul.list-items li.list-item { width: 100%; border-bottom: 2px solid #f0f1ed; padding-top: 2em; }
	ul.list-items li.list-item:last-child { border: none; }
	
	h1 { font-size: 5.5em; }
	.three-column { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }
	.small-content-wrap { padding-left: 2em !important; padding-right: 2em !important; }
}
@media all and (max-width: 925px) {
	.home-content .bg-block, ul.content-slides li .caption, .scroll, .view-sort, .grid-view { display: none !important; }
	ul.content-slides li img { margin: 0; width: 100%; border: none; }
	.home-content .content-content { padding: 4em 2em 0; }
	.accordion { padding: 4em 0 2em; }
	.accordion ul.accordion-items { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }
	.featured-resources ul.resources li.resource { margin-bottom: 2em; }
	.featured-resources ul.resources li.resource:last-child { margin-bottom: 0; }
	.featured-resources ul.resources li.resource .resource-info, .featured-resources ul.resources li.resource .resource-image { width: 100%; }
	.featured-resources ul.resources li.resource .resource-image { display: block; padding-bottom: 75%; }
	.featured-resources.whiteBG ul.resources li.resource .resource-info { background: #f0f1ed; }
	.featured-resources.tanBG ul.resources li.resource .resource-info { background: #ffff; }
	.list-view { display: block; }
	.list-view ul.posts li { align-items: stretch; }
	.blog-search form input[type="search"] { width: 76%; }
	.basic-content { padding: 4em 0 2.5em; }
	
	.tiny-content-wrap { padding-left: 2em !important; padding-right: 2em !important; }
}
@media all and (max-width: 768px) {
	.blog-banner { display: none !important; }
	.mobile-menu, .video-module .video-content .video-head, .video-module .video-content .video-content-content { width: 100%; }
	.video-module { padding: 4em 0 2em; }
	.video-module .video-content { padding-top: 4em; }
	.video-module .video-content .video-head { padding-bottom: 2em; }
	ul.tests { padding: 0 3em; }
	ul.tests li.testimonial .test-info p { font-size: 1.5em; }
	.image-carousel ul li img { max-height: 250px; min-height: 250px; }
	ul.columns li { width: 100%; border: none; border-bottom: 1px solid #e9e8dd !important; padding-bottom: 2em; }
	ul.columns li:last-child { border: none !important; padding-bottom: 0; }
	.list-view ul.posts li .post-image { width: 100%; padding-bottom: 75%; }
	.list-view ul.posts li .post-info { width: 100%; padding: 4em 2em; text-align: center; }
	.blog-content { padding-top: 4em; }
	.post-banner h1 { font-size: 3.75em; }
	ul.search-posts li { width: 100%; }
	
	h1, .page-banner .banner-content h1 { font-size: 3.75em; }
	.home-banner h1 { font-size: 2.75em; }
	h2 { font-size: 3em; }
	h3, .featured-resources ul.resources li.resource .resource-info h3 { font-size: 2em; }
	.two-column { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }
}

