/*
	Theme Name: Office of Higher Education - Minnesota Measures
	Description: Office of Higher Education - Minnesota Measures
	Version: 1.0
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
	Author: Framework
	Author URI: http://frameworkmn.com
*/

/* Reset */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h5,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h5,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Fonts */

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('includes/fonts/BrandonGrotesque-Medium.woff2') format('woff2'),
        url('includes/fonts/BrandonGrotesque-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('includes/fonts/BrandonGrotesque-Bold.woff2') format('woff2'),
        url('includes/fonts/BrandonGrotesque-Bold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('includes/fonts/BrandonGrotesque-Regular.woff2') format('woff2'),
        url('includes/fonts/BrandonGrotesque-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Headings */

h1, h5, h5, h2, h5, h6 {
	margin: 20px 0px 10px 0;
	font-weight: normal;
}

h1 {
	font-size: 32px;
	font-weight: 500;
	text-transform: uppercase;
	color: #013865;
	margin: 0 0 20px 0;
	line-height: 1.35em;
	letter-spacing: 1.3px;
}

h2 {
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	color: #013865;
	margin: 0 0 15px 0;
	line-height: 1.35em;
	letter-spacing: 1.3px;
}

h3 {
	font-size: 20px;
	font-weight: 700;
	color: #013865;
	margin: 0 0 10px 0;
	line-height: 1.35em;
}

h4 {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #153862;
	line-height: 1.35em;
	letter-spacing: 0.5px;
	margin: 0 0 5px 0;
}

/* Links */

a:link, a:visited, a:active {
	color: #153862;
	text-decoration: none;
	-webkit-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

a:hover, a:focus {
	color: #000;
	outline: none;
}

/* Paragraphs */

p {
	line-height: 1.45em;
	margin: 0 0 27px 0;
}

p:empty {
	display: none;
}

.alignleft, .wp-caption.alignleft {
	float: left;
	display: inline;
	margin: 0 25px 15px 0;
}

.alignright, .wp-caption.alignright {
	float: right;
	display: inline;
	margin: 0 0 15px 25px;
}

.aligncenter {
	display: block;
}

.aligncenter, .wp-caption.aligncenter {
	margin: 0 auto 30px auto;
}

/* Lists */

ul {
	margin: 5px 0 30px 40px;
}

ul li {
	list-style: disc;
	margin: 0 0 6px 0;
	line-height: 1.45em;
}

ol {
	margin: 5px 0 30px 40px;
}

ol li {
	list-style: decimal;
	margin: 0 0 6px 0;
	line-height: 1.45em;
}

/* Clearfix */

.cf:before, .cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* Layout */

body {
	font: 14px 'Brandon Grotesque', Arial, Helvetica, sans-serif;
	color: #000;
}

.all {
	width: 100%;
	overflow: hidden;
}

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

iframe {
	max-width: 100%;
}

.frame {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 210;
	height: 95px;
	background: #FFF;
	border-bottom: 2px solid #e5e5e5;
}

.admin-bar .header {
	top: 32px;
}

.page-content {
	width: 100%;
	overflow: hidden;
	padding: 95px 0 0 0;
}

.white-text, .white-text * {
	color: #fff;
}

.white-text a:link, .white-text a:visited {
	color: #fff;
}

.header .frame {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	position: static;
}

.logo {
	width: 30%;
}

.logo a, .footer-logo a {
	display: block;
}

.logo a:focus {
	outline: dotted 1px #003865;
}

.footer-logo a:focus {
	outline: dotted 1px #fff;
}

.logo img {
	display: block;
	overflow: visible;
	width: 100%;
	height: auto;
}

.mobile-search-button {
	display: none;
}
/*
.main-nav {
	height: 100%;
}
*/

.main-nav>ul {
	display: flex;
	flex-flow: row nowrap;
	height: 100%;
	margin: 0;
}

.main-nav>ul>li {
	font-size: 14px;
	font-weight: 700;
	color: #153862;
	list-style: none;
	margin: 0;
	white-space: nowrap;
	height: 100%;
}

.main-nav>ul>li>a:link, .main-nav>ul>li>a:visited {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	height: 100%;
	padding: 0 10px;
}

.main-nav>ul>li:hover>a:link, .main-nav>ul>li:hover>a:visited,
.main-nav>ul>li>a:focus,
.main-nav>ul>li.nav-highlight>a:link, .main-nav>ul>li.nav-highlight>a:visited {
	background: #78be20;
}

.menu-button {
	display: block;
	font-size: 30px;
	margin: 0;
	width: 27px;
	height: 30px;
	text-indent: -999em;
	overflow: hidden;
	position: relative;
}
.menu-button i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-indent: 0;
}
a.menu-button:focus {
	outline: none;
}
.open-menu {
	width: 100%;
	height: auto;
	display: block;
}
.close-menu {
	display: none;
}
.menu-open .open-menu {
	display: none;
}
.menu-open .close-menu {
	display: block;
}
.main-nav {
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 350ms ease-in-out;
	transition: opacity 350ms ease-in-out;
	background-color: #fff;
	position: absolute;
	top: calc(100% + 1px);
	left: -25px;
	right: -25px;
	width: calc(100% + 50px);
	margin: 0;
	z-index: 220;
	padding: 20px 0 0 0;
	text-align: center;
	height: auto;
}
.menu-open .main-nav {
	opacity: 1;
	pointer-events: inherit;
	border-bottom: 1px solid #57575b;
}
.main-nav>ul {
	flex-flow: column nowrap;
}
.main-nav>ul>li {
	margin: 0 0 20px 0;
	height: auto;
}
.main-nav>ul>li>a:link, .main-nav>ul>li>a:visited {
	padding: 0;
	height: auto;
	display: inline;
}
.main-nav>ul>li:hover>a:link, .main-nav>ul>li:hover>a:visited,
.main-nav>ul>li>a:focus,
.main-nav>ul>li.nav-highlight>a:link, .main-nav>ul>li.nav-highlight>a:visited {
	background: transparent;
	color: #000;
}
.main-nav>ul>li {
	font-size: 18px;
	margin-bottom: 14px;
}

.hero {
	margin: 0 0 39px 0;
}

.hero .frame {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
}

.hero-image {
	width: 91.66%;
	margin: 0 -30.25% 0 0;
	position: relative;
}

.hero-narrow .hero-image {
	width: 58.75%;
	margin: 0 38px 0 0;
}

.hero-image:after {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	background: #f4f4f4;
	top: 0;
	left: 38px;
	right: -38px;
	bottom: -38px;
	-webkit-border-radius: 0 0 24px 24px;
	border-radius: 0 0 24px 24px;
}

.hero-image img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-border-radius: 0 0 24px 24px;
	border-radius: 0 0 24px 24px;
}

.hero-text {
	width: 28.33%;
	margin: 45px 0 0 0;
}

.hero-text>:last-child {
	margin-bottom: 0;
}

ul.highlights {
	margin: 42px 0 0 0;
}

ul.highlights li {
	list-style: none;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	color: #013865;
	display: flex;
	align-items: center;
}

.highlights li a {
	display: flex;
	align-items: center;
}

.highlight-icon {
	width: 47px;
	margin: 0 10px 0 0;
	text-align: center;
}

.highlight-icon i {
	font-size: 32px;
}

.highlight-icon img {
	display: inline-block;
}

.content {
	padding: 20px 0 40px 0;
}

.content .frame>:last-child {
	margin-bottom: 0;
}

.findings-area {
	background: #e5f2fa;
	padding: 30px 0;
}

.finding-slider, .tc-slider {
	position: relative;
}

.finding-slide, .tc-slide {
	position: absolute;
	width: 100%;
}

.slider-prev, .slider-next {
	position: absolute;
	top: 50%;
	font-size: 24px;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	z-index: 110;
}

.slider-prev {
	left: -40px;
}

.slider-next {
	right: -40px;
}

.slider-prev:focus, .slider-next:focus {
	outline: none;
}

a.tc-prev:link, a.tc-prev:visited,
a.tc-next:link, a.tc-next:visited {
	color: #013865;
}

.tc-prev i, .tc-next i {
	color: inherit !important;
}

.slider-nav {
	display: flex;
	justify-content: center;
	margin: 40px 0 0 0;
}

.text-callout .slider-nav {
	margin-top: 20px;
}

.slider-nav span {
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #153862;
	cursor: pointer;
	margin: 0 7px;
	text-indent: -100em;
	overflow: hidden;
	-webkit-transition: background-color 350ms ease-in-out;
	transition: background-color 350ms ease-in-out;
}

.slider-nav span.cycle-pager-active {
	background-color: #153862;
}

ul.findings-horizontal {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -42px;
	width: calc(100% + 84px);
}

ul.findings-horizontal>li {
	list-style: none;
	width: calc(25% - 84px);
	margin: 0 42px;
	position: relative;
}

ul.findings-horizontal>li:not(:first-child):before {
	content: '';
	display: block;
	position: absolute;
	left: -42px;
	top: -10px;
	bottom: -10px;
	width: 1px;
	background: #ccc;
}

.value {
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #013865;
	margin: 0 0 15px 0;
}

.findings-horizontal li p {
	margin-bottom: 28px;
}

.key {
	font-weight: 700;
	color: #003865;
	letter-spacing: 0.5px;
}

.key img {
	vertical-align: baseline;
	margin: 0 15px 0 0;
}

.callouts-area {
	position: relative;
	padding: 25px 0 38px 0;
}

.findings-area + .callouts-area:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	height: 242px;
	background: #e5f2fa;
}

ul.callouts {
	width: calc(100% + 20px);
	margin: 0 -10px;
	display: flex;
	flex-flow: row wrap;
}

ul.callouts>li {
	list-style: none;
	width: calc(33.33% - 20px);
	margin: 0 10px;
	background: #003865;
	-webkit-border-radius: 0 0 14px 14px;
	border-radius: 0 0 14px 14px;
}

.callout-link {
	display: flex;
	flex-flow: column nowrap;
	height: 100%;
	color: #FFF;
}

.callout-link span {
	display: block;
}

.callout-text {
	padding: 20px 29px 25px 29px;
	display: flex !important;
	flex-flow: column nowrap;
	flex: 1 0 auto;
}

.callout-text>p {
	margin-bottom: 20px;
}

.callout-title {
	line-height: 1.2em;
	margin: 0 0 8px 0;
}

.thumbnail {
	position: relative;
}

.thumbnail:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: opacity 350ms ease-in-out;
	transition: opacity 350ms ease-in-out;
	background: #003865;
}

.callout-link:hover .thumbnail:before, .callout-link:focus .thumbnail:before {
	opacity: 0.25;
}

.thumbnail img {
	display: block;
	width: 100%;
	height: auto;
}

.callout-title {
	font-size: 20px;
	font-weight: 500;
}

.button {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin: 0 0 25px 0;
}

.button:not(:first-child) {
	margin-top: 20px;
}

p:first-child:empty + .button {
	margin-top: 0;
}

.centered-button {
	text-align: center;
}

.callout-text .button {
	margin: auto 0 0 0;
}

.button a:link, .button a:visited, .button span {
	display: inline-block;
	background: #fff;
	border: 2px solid #003865;
	color: #003865;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	padding: 6px 18px;
}

.button a:hover, .button a:focus {
	background: #003865;
	color: #FFF;
}

button {
	font: 700 16px 'Brandon Grotesque', Arial, Helvetica, sans-serif !important;
	letter-spacing: 0.5px !important;
	margin: 0 !important;
	background: #fff !important;
	border: 2px solid #003865 !important;
	color: #003865 !important;
	-webkit-border-radius: 9px !important;
	border-radius: 9px !important;
	padding: 6px 18px !important;
	-webkit-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

button:hover, button:focus {
	background: #003865 !important;
	color: #FFF !important;
}

.pdf-button a:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin: 0 10px 0 -9px;
	background: url('i/ico-pdf.svg') no-repeat;
}

.pdf-button a:hover:before, .pdf-button a:focus:before {
	background-image: url('i/ico-pdf-white.svg');
}

.button span {
	-webkit-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

.white-text .button a:link, .white-text .button a:visited, .white-text .button span {
	border-color: #FFF;
	background: #FFF;
}

.white-text .button a:hover {
	background-color: #003865;
	color: #FFF;
}

.text-callout {
	margin: 15px 0 70px 0;
}

.text-callout .frame:after {
	content: '';
	display: block;
	position: absolute;
	top: 28px;
	right: 0;
	bottom: -28px;
	left: 37px;
	z-index: -1;
	background: #f4f4f4;
	-webkit-border-radius: 14px;
	border-radius: 14px;
}

.tc-columns {
	background: #003865;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	padding: 25px 35px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin: 0 18px 0 0;
}

.tc-icon {
	width: 75px;
}

.tc-icon img {
	width: 100%;
	height: auto;
}

.tc-text {
	margin: 0 84px 0 0;
	width: calc(100% - 184px);
}

.tc-text>:last-child {
	margin-bottom: 0;
}

.tc-text h2 {
	margin-bottom: 10px;
}

.footer {
	background: #003865;
	padding: 31px 0;
}

.footer .frame {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: center;
}

.footer-logo {
	margin: 0 auto 0 0;
}

.footer-logo img {
	display: block;
}

.footer-nav ul {
	display: flex;
	flex-flow: row nowrap;
	margin: 0;
}

.footer-nav ul li {
	list-style: none;
	margin: 0 7px 0 0;
	padding: 0 8px 0 0;
	position: relative;
}

.footer-nav ul li:after {
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	right: 0;
	width: 1px;
	height: 15px;
	background: #FFF;
}

.footer-nav a:hover, .footer-nav a:focus {
	text-decoration: underline;
}

.copyright p {
	margin: 0;
}

.page-title-area {
	background: #e5f2fa;
	padding: 20px 0 0 0;
}

.page-title-area .frame {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
}

.page-title {
	width: 100%;
	background: #FFF;
	-webkit-border-radius: 24px 24px 0 0;
	border-radius: 24px 24px 0 0;
	text-align: center;
	padding: 23px 0 3px 0;
}

.indented-page-title .page-title {
	width: 66.66%;
}

.page-title h1 {
	margin-bottom: 0;
}

.columns {
	padding: 26px 0;
}

.columns .frame {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.sidebar {
	width: 30.1%;
	order: 1;
}

.content-area {
	width: 66.66%;
	order: 2;
}

.widget {
	border-bottom: 1px solid #cccccc;
	margin: 0 0 41px 0;
    padding: 0 0 22px 0;
}

.widget:last-child {
	border-bottom: none;
}

.widget-title {
	display: block;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	color: #003865;
	margin: 0 0 14px 0;
	cursor: pointer;
}

.widget-title:after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #ccf url('i/ico-chevron.svg') no-repeat;
	vertical-align: middle;
	margin: -3px 0 0 15px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: transform 350ms ease-in-out;
	transition: transform 350ms ease-in-out;
}

.widget-title:hover:after, .widget-title:focus:after {
	background-image: url('i/ico-chevron-black.svg');
}

.open .widget-title:after {
	-webkit-transform: none;
	transform: none;
}

.summary-widget .widget-title {
	font-size: 18px;
}

.widget-title img {
	vertical-align: middle;
	margin: 0 9px 0 0;
}

.widget-content {
	max-height: 0;
	overflow: hidden;
	visibility: hidden;
	-webkit-transition: none;
	transition: none;
	
}

.open .widget-content {
	visibility: visible;
	max-height: 9999px;
	-webkit-transition: max-height 350ms ease-in-out;
	transition: max-height 350ms ease-in-out;
}

.widget-content>:last-child {
	margin-bottom: 0;
}

ul.findings-vertical {
	margin: 0;
	padding: 12px 0 5px 0;
}

ul.findings-vertical>li {
	list-style: none;
	margin: 0 0 34px 0;
}

ul.findings-vertical>li:last-child {
	margin-bottom: 0;
}

.indent {
	margin-left: 40px;
}

.findings-vertical .value {
	margin-bottom: 12px;
}

.findings-vertical p {
	margin-bottom: 13px;
}

.share {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}

.share p {
	margin: 0 12px 0 0;
	font-weight: 700;
	letter-spacing: 0.6px;
}

.share ul {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	margin: 0;
}

.share ul li {
	list-style: none;
	margin: 0 16px 0 0;
	font-size: 13px;
}

.share li a:link, .share li a:visited {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #000;
	color: #FFF;
	text-align: center;
	line-height: 16px;
}

.share li a:hover, .share li a:focus {
	background-color: #003865;
}


.a2a_svg {
	width: 20px !important;
	height: 20px !important;
	background: transparent !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

.a2a_svg:before {
	font: 400 13px 'Font Awesome 5 Brands' !important;
	color: #fff !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	width: 20px !important;
	height: 20px !important;
	-webkit-border-radius: 2px !important;
	border-radius: 2px !important;
	background: #000 !important;
	color: #FFF !important;
	text-align: center !important;
	line-height: 16px !important;
	-webkit-transition: background-color 350ms ease-in-out !important;
	transition: background-color 350ms ease-in-out !important;
}

.addtoany_list a:hover .a2a_svg:before {
	background-color: #003865 !important;
}

.a2a_s_facebook:before {
	content: '\f39e' !important;
}

.a2a_s_twitter:before {
	content: '\f099' !important;
}

.a2a_s_linkedin:before {
	content: '\f0e1' !important;
}

.a2a_svg svg {
	display: none !important;
}

.addtoany_list a, .widget .addtoany_list a {
	padding: 0 !important;
	font-size: 1px !important;
	margin: 0 16px 0 0 !important;
	line-height: 1em !important;
}

.addtoany_list a:hover, .addtoany_list a:hover * {
	opacity: 1 !important;
}

.reference {
	background: #f4f4f4;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 20px 30px;
}

.reference>:last-child {
	margin-bottom: 0;
}

.reference ul, .reference ol {
	margin-top: 12px;
	margin-left: 20px;
}

/* 960px */
@media (max-width: 1290px) {
	.page-content {
		overflow: hidden;
	}
	iframe {
		height: auto;
	}
	.frame {
		width: calc(100% - 50px) !important;
		margin-left: 25px !important;
		margin-right: 25px !important;
		position: relative;
	}
	.logo {
		width: auto;
		max-width: 245px;
	}
	h1, .value {
		font-size: 28px;
	}
	h2 {
		font-size: 19.25px;
	}
	h3 {
		font-size: 17.5px;
	}
	h4 {
		font-size: 12.25px;
	}
	ul.highlights li {
		font-size: 14px;
	}
	.hero {
		margin-bottom: 20px;
	}
	.hero-text {
		margin-top: 25px;
	}
	.findings-horizontal .value {
		margin-bottom: 15px;
	}
	ul.findings-horizontal {
		margin: 0 -15px;
		width: calc(100% + 30px);
	}
	ul.findings-horizontal>li {
		list-style: none;
		width: calc(25% - 30px);
		margin: 0 15px;
	}
	ul.findings-horizontal>li:not(:first-child):before {
		left: -20px;
	}
	.finding-slider, .tc-slider {
		margin-left: 40px;
		margin-right: 40px;
	}
	.text-callout .frame:after {
		right: 40px;
	}
}

/* Tablet */
@media (max-width: 959px) {
	h1, .value {
		font-size: 22px;
	}
	h2 {
		font-size: 15.12px;
	}
	h3 {
		font-size: 13.75px;
	}
	h4 {
		font-size: 12px;
	}
	ul.highlights li {
		font-size: 12px;
	}
	.hero .frame {
		flex-flow: column nowrap;
	}
	.hero-image {
		order: 1;
		width: 100% !important;
		margin-bottom: 40px !important;
	}
	.hero-narrow .hero-image {
		max-width: 705px;
		margin-left: auto;
		margin-right: auto;
	}
	.hero-text {
		order: 2;
		width: 100%;
	}
	.key img {
		margin: 0 7px 0 0;
		max-width: 20px;
	}
	.callout-text {
		padding: 15px;
	}
	.button {
		font-size: 14px;
	}
	.button a:link, .button a:visited, .button span {
		padding-left: 10px;
		padding-right: 10px;
	}
	.pdf-button a:before {
		margin-left: 0;
	}
	.tc-text {
		margin-right: 0;
		width: calc(100% - 100px);
	}
	.footer .frame {
		flex-flow: column nowrap;
		align-items: flex-start;
	}
	.footer-nav {
		margin: 30px 0 15px 0;
	}
	.footer-nav ul li:last-child:after {
		display: none;
	}
	.widget-title {
		font-size: 14px !important;
	}
	.widget-title img {
		max-width: 20px;
		margin-right: 10px;
	}
	.widget-title:after {
		width: 15px;
		height: 15px;
		font-size: 8px;
		margin: -4px 0 0 8px;
		background-size: cover;
	}
	.indent {
		margin-left: 0;
	}
	.content-area, .indented-page-title .page-title {
		width: 64%;
	}
	.page-title {
		padding: 17px 0 9px 0;
	}
}

/* Mobile */
@media (max-width: 599px) {
	.logo {
		max-width: calc(100% - 100px);
	}
	.hero-image {
		margin-bottom: 30px !important;
	}
	.hero-image:after {
		bottom: -28px;
	}
	ul.findings-horizontal, ul.callouts {
		width: 100%;
		margin: 0;
		flex-flow: column nowrap;
	}
	ul.findings-horizontal>li, ul.callouts>li {
		width: 100%;
		margin: 0 0 40px 0;
	}
	ul.findings-horizontal>li:last-child, ul.callouts>li:last-child {
		margin-bottom: 0;
	}
	ul.findings-horizontal>li:not(:first-child):before {
		display: none;
	}
	.indented-page-title .page-title, .content-area, .sidebar {
		width: 100%;
	}
	.columns .frame {
		flex-flow: column nowrap;
	}
	.sidebar {
		order: 2;
		margin: 30px 0 0 0;
	}
	.widget:last-child {
		margin-bottom: 0;
	}
	.tc-slider {
		margin-left: 0;
		margin-right: 0;
	}
	.tc-prev {
		left: -20px;
	}
	.tc-next {
		right: -20px;
	}
	.tc-columns {
		padding: 20px;
	}
	.tc-icon {
		width: 25px;
	}
	.tc-text {
		width: calc(100% - 45px);
	}
	.text-callout .frame:after {
		right: 0;
	}
}