/*
Theme Name: crc
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: crc
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

crc is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}


body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #202020;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(html) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Utility Classes
--------------------------------------------------------------*/
.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: end;
}

.center {
	margin: 0 auto;
}

.cena,
.tab-visible,
.m-visible {
	display: none;
}

.visible {
	display: block !important;
}

.full {
	width: 100%;
}

.auto-size {
	width: auto !important;
	height: auto !important;
}

.button-reset {
  border: 0;
  padding: 0;
}

.title-underline {
  border-bottom: 2px solid #4d8ac9;
  padding-bottom: 5px;
}

img.object-fit {
	object-fit: contain;
	font-family: 'object-fit: contain;'
}

.ico-mglass {
  	position:relative;
  	display:inline-block;
  	background: #fff;
  	border-radius: 30px;
  	height: 6px;
  	width: 6px;
  	border: 2px solid #888;
}

.ico-mglass:after {
    content: "";
    height: 2px;
    width: 6px;
    background: #888;
    position:absolute;
    top:7px;
    left:-5px;
    -webkit-transform: rotate(135deg);
     -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
       -o-transform: rotate(135deg);
}


/* flex classes */
.flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.flex-column {
	-ms-flex-direction: column;
	        flex-direction: column;
}

.flex-justify {
	-ms-flex-pack: justify;
	        justify-content: space-between;
}

.flex-around {
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}

.flex-center {
	-ms-flex-pack: center;
	        justify-content: center;
}

.flex-align-center {
	-ms-flex-align: center;
	        align-items: center;
}

.flex-half,
.flex-quarter,
.flex-third,
.flex-main-nav,
.flex-half__highlight-img,
.flex-half__highlight-content,
.flex-half__box ,
.flex-third__box {
	-ms-flex: 0 1 100%;
	        flex: 0 1 100%;
			max-width: 100%;
}

aside.flex-quarter {
	-ms-flex: none;
	        flex: none;
}


.flex-site-branding {
	-ms-flex: 1 1 17%;
	        flex: 1 1 17%;
	    display: -ms-flexbox;
	    display: flex;
			/*max-width: 17%;*/
}

.menu-top-menu-container {
	-ms-flex: 0 1 75%;
	        flex: 0 1 75%;
	    -ms-flex-item-align: center;
	        -ms-grid-row-align: center;
	        align-self: center;
	height: 100%;
	/*max-width: 75%;*/
}

.flex-nav-phone {
	-ms-flex: 0 1 20%;
	        flex: 0 1 20%;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-align: center;
			        align-items: center;
			-ms-flex-pack: end;
			        justify-content: flex-end;
			max-width: 20%;
}

.flex-button-loupe {
	-ms-flex: 0 1 4%;
	        flex: 0 1 4%;
	    -ms-flex-item-align: center;
	        -ms-grid-row-align: center;
	        align-self: center;
					max-width: 4%;
}

.flex-listing-img {
	-ms-flex: 0 1 33%;
	        flex: 0 1 33%;
			max-width: 33%;
}

.flex-listing-content {
	-ms-flex: 0 1 67%;
	        flex: 0 1 67%;
			max-width: 67%;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: 'Hero';
  src: url('fonts/Hero/Hero.eot'); /* IE9 Compat Modes */
  src: url('fonts/Hero/Hero.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Hero/Hero.woff') format('woff'), /* Modern Browsers */
       url('fonts/Hero/Hero.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Hero/Hero.svg#e0a67c8c63f8f7362917abef6ca24c6b') format('svg'); /* Legacy iOS */

  font-style:   normal;
  font-weight:  400;
}


@font-face {
  font-family: 'Hero Light';
  src: url('fonts/Hero-Light/Hero-Light.eot'); /* IE9 Compat Modes */
  src: url('fonts/Hero-Light/Hero-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Hero-Light/Hero-Light.woff') format('woff'), /* Modern Browsers */
       url('fonts/Hero-Light/Hero-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Hero-Light/Hero-Light.svg#bac0bfdf708c058bb145d2a611ac3ff7') format('svg'); /* Legacy iOS */

  font-style:   normal;
  font-weight:  200;
}

.font-hero {
	font-family: 'Hero', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.font-hero--light {
	font-family: 'Hero Light', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.m-font-s,
.font-normal {
	font-size: 16px;
	font-size: 16px;
	font-size: 16px;
	font-size: 1rem;
}

.m-font-m {
	font-size: 18px;
	font-size: 18px;
	font-size: 18px;
	font-size: 1.125rem;
}

.m-font-l {
	font-size: 24px;
	font-size: 24px;
	font-size: 24px;
	font-size: 1.5rem;
}

.m-font-xl {
	font-size:  32px;
	font-size: 32px;
	font-size: 32px;
	font-size: 2rem;
}

.m-font-xxl {
	font-size:36px;
	font-size: 36px;
	font-size: 36px;
	font-size: 2.25rem;
}

.tel-number {
	font-size: 27px;
	font-size: 27px;
	font-size: 27px;
	font-size: 1.6875rem;
}

.m-title {
	font-size: 24px;
	font-size: 24px;
	font-size: 24px;
	font-size: 1.5rem;
}

.m-button {
	font-size:36px;
	font-size: 36px;
	font-size: 36px;
	font-size: 2.25rem;

}


body,
button,
input,
select,
textarea {
	color: #2e2e2e;
	/*font-family: 'Hero', Arial, "Helvetica Neue", Helvetica, sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Hero', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

p {
	/*margin-bottom: 1.5em;*/
	margin-bottom: 0;
	line-height: 1.5;
}


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: 15px;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 15px;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}



/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

body:not(.home) {
	max-width: 1300px;
	margin: 0 auto;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	width: 100%;
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*
article ul {
	counter-reset: item;
	margin: 0;
	padding: 0;
}

article ul li {
	display: block;
}

article ul li:before {
	content: "- ";
	counter-increment: item;
}
*/

article ul, article ol {
  margin: 1em 0 1em 1em;
  padding: 0;
  line-height: 1.5em;
  list-style-position: inside;
}



/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/

.blue,
.blue:visited,
.blue a:visited {
	color: #4d8ac9;
}

.dark-blue,
.dark-blue:visited,
.dark-blue a:visited {
	color: #3f6093;
}

.gray,
.gray:visited,
.gray a:visited {
	color: #e4e5ea;
}

.light-black,
.light-black:visited,
.light-black a:visited {
	color: #2e2e2e;
}

.black,
.black:visited
.black a:visited {
	color: #202020
}

.white,
.white:visited,
.white a:visited {
	color: #fff;
}

.blue-bg  {
	background-color: #4d8ac9;
}

.dark-blue-bg {
	background-color: #3f6093;
}

.gray-bg {
	background-color: #e4e5ea;
}

.light-black-bg {
	background-color: #2e2e2e;
}

.black-bg {
	background-color: #202020
}

.white-bg {
	background-color: #fff;
}

/*
ol {
	counter-reset: item;
	margin: 0;
	padding: 0;
}

ol li {
	display: block;
}

ol li:before {
	content: counter(item) ". ";
	counter-increment: item;
	color: #4d8ac9;
	margin-right: 20px;
}

*/

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #4c8ac9;
	background: #fff;
	color: #4c8ac9;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	height: 55px;
	line-height: 55px;
	padding: 0 45px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #2e2e2e;
	border: 0px solid #ccc;
	padding: 0 23px;
	background-color: #e3e5eb;
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 20px;
	width: 97%;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"] {
	height: 55px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	padding-top: 23px !important;
}

.wpcf7 p {
	margin: 0;
}

.wpcf7-form-control-wrap {
	display: block;
	margin-top: 5px;
}

label {
	font-size: 24px;
	font-size: 1.5rem;
}

.wpcf7 label {
	font-size: 16px;
	font-size: 1rem;
}


input::-webkit-input-placeholder {
	color: #9a9b9f ;
}
input:-moz-placeholder {
	color: #9a9b9f ;
}
input::-moz-placeholder {
	color: #9a9b9f ;
}
input:-ms-input-placeholder {
    color: #9a9b9f ;
}

textarea::-webkit-input-placeholder {
	color: #9a9b9f ;
}
textarea:-moz-placeholder {
	color: #9a9b9f ;
}
textarea::-moz-placeholder {
	color: #9a9b9f ;
}
textarea:-ms-input-placeholder {
    color: #9a9b9f ;
}

.subscribe input {
	margin-right: 10px;
	margin-bottom: 20px;
}

button.button-loupe {
	padding: 0;
	border: 0;
	display: none;
	text-shadow: 0;
}

a[role="button"][class*="btn-"],
span[class*="btn-"] {
	border-width: 1px;
	border-style: solid;
	font-size: 16px;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 20px 30px 20px 20px;

}

span[class*="btn-"] {
	padding: 20px 30px;
}

.btn-blue,
a.btn-blue,
a.btn-blue:visited{
	border-color: #4c8ac9;
	color: #4c8ac9;
}

a.btn-blue:hover {
	background: #4c8ac9;
	color: #fff
}

a.btn-black,
a.btn-black:visited,
a.btn-white:hover {
	background: #202020;
	border-color: #202020;
	color: #fff;
}

a.btn-black:hover {
	color: #202020;
	background: #fff;
}

a.btn-white,
a.btn-white:visited {
	color: #fff;
	border-color: #fff;
	background: transparent;
}

label[for="mce-EMAIL"] {
	width: 100%;
	max-width: 843px;
	margin-top: -25px;
	position: absolute;
}

.accordion-title {
	cursor: pointer
}

/* donation form */
fieldset {
	border: 0;
        padding: 0;
}

#payment-form .fullstripe-form-title {display: none;}

#payment-form .input-xlarge,
#payment-form.form-horizontal input {
  width: 90% !important;
	padding: 0 23px !important;
}

#payment-form.form-horizontal .control-label {
  float: none !important;
  width: auto !important;
  padding-top: 5px !important;
  text-align: left !important;
	margin-bottom: 5px !important;
	display: block !important;
}

.control-group {
  width: 100% !important;
  float: none !important;
  height: 70px !important;
  margin-bottom: 30px !important;
}

.controls select {
  border: 1px solid #ccc;
  height: 53px;
  border-radius: 0;
  padding: 0 23px;
  width: 90%;
}

#payment-form.form-horizontal .controls {
	margin-left: 0 !important;
}

#payment-form input[data-stripe*="exp-"] {
  width: 20% !important;
}

#payment-form input[data-stripe*="cvc"] {
  width: 25% !important;
}

#payment-form label {font-size: 16px; font-size: 1rem;}

#payment-form {margin-top: 10px;}

#payment-form .control-group:last-child {clear:both}

.alert-danger,
.alert-error,
.wpcf7-validation-errors  {
  background-color: #fddddd !important;
  border-color: #c24848 !important;
  color: #cd4444 !important;
  border-radius: 0 !important;
  height: 60px !important;
  line-height: 60px !important;
  width: 95% !important;
	font-size: 16px !important;
	font-size: 1rem !important;
}

.wpcf7-validation-errors {
	line-height: 52px !important;
}

.alert {
  padding: 0px 35px 8px 14px !important;
}

@media (min-width: 64em) {
#payment-form input[type="text"], #payment-form input[type="email"] {
    max-width: 90% !important;
}
}


img#showLoading,
img.ajax-loader, img.loading-animation {
  height: auto;
  width: auto;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
button#navButton {
  box-shadow: none;
  outline: none;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #4d8ac9;
	text-decoration: none;
}

a:visited {
	color: #4d8ac9;
}

a:hover {
text-decoration: underline
}

/*a:hover,*/
a:focus,
a:active {
	color: #4d8ac9;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	height: 100%;
	background: #33507a;
}

.menu.nav-menu {
	display: block;
	height: 100%;
}

.menu.nav-menu  > li:hover a {
	color: #fff;
}

.menu.nav-menu  > li > a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-size: 1.125rem;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	position: relative;


}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #2e2e2e;
	font-size: 17px;
	font-size: 1.0625rem;
}

.main-navigation ul ul {
	left: -999em;
	z-index: 99999;
	color: #fff;

}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	color: #fff;
}

.main-navigation ul ul li {
	padding: 10px 0;
}

.main-navigation ul ul li:not(:last-of-type) {
	border-bottom:  1px solid #4d8ac9;

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

.menu-toggle {
  font-size: 36px;
  font-size: 2.25rem;
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
}

.nav-wrap {
	height: auto;
	display: none;
}

.toggled .nav-wrap {
	display: block;
}

.main-navigation.toggled ul:not(.sub-menu) {
	display: block;
}

.sub-menu {
	display: none;
}

li.focus > .sub-menu {
	display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* sidebar menu */

.sidebar-title {
	margin: 45px 0 20px;
	position: relative;
}

.aside-nav {
	margin: 0 4%;
}

aside ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

aside .menu-item {
	padding: 10px 0;
	position: relative;
}

aside .menu-item:not(:last-of-type) {
	border-bottom:  1px solid #4d8ac9;
}

aside .menu-item a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-size: 1.125rem;
}

aside .menu-item-has-children .sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

aside .menu-item-has-children:not(.side-menu-active) .sub-menu {
	display: none;
}
aside .side-menu-active .sub-menu,
aside .menu-item-has-children:hover .sub-menu {
	display: block !important;
}

.read-more {
	text-transform: uppercase;
	letter-spacing: 2px;
}

/* button & link chevron */
a[role="button"]:after,
.menu-item-has-children:after,
a[rel="prev"]:before,
a[data-label~="newer" i ]:after,
a[data-label~="older" i ]:before,
.read-chevron:after,
.sidebar-title:after,
aside .menu-item-has-children:after {
	border-color: #fff;
  	border-style: solid;
  	border-width: 1px 1px 0 0;
  	content: '';
  	display: inline-block;
  	position: absolute;
  	transform: rotate(45deg);
  	width: 8px;
  	right: 7px;
  	height: 8px;
  	transition: all .25s;
}

a[rel="prev"].btn-blue:after {
	display: none !important;
}

a[role="button"].btn-blue:hover:after {
	border-color: #fff;
}

a[role="button"]:after {
	right: 15px;
	top: 20px;
}

a[role="button"].btn-white:after,
a[role="button"].btn-black:after {
	right: 15px;
	top: 25px;
}

a[role="button"].btn-black:hover:after {
	border-color: #202020;
}

.highlights a[role="button"]:after {
  top: 22px;
  right: 20px;
}

.menu-item-has-children:after,
.main-navigation ul ul li:after {
	top: 14px;
}

.sidebar-title:after {
	top: 3px;
	height: 15px;
	width: 15px;
	transform: rotate(135deg);
	border-width: 2px 2px 0 0;
}

a[data-label="download" i]:after {
	transform: rotate(135deg);
	top: 21px !important;
}

aside .menu-item-has-children:after {
	top: 16px;
}

.read-chevron:after {
	border-color: #4d8ac9;
	position: relative;
	display: inline-block;
	margin-left: 10px;
	height: 10px;
	width: 10px;
}

.sidebar-title:hover:after,
aside .menu-item-has-children:hover:after {
	transform: rotate(135deg);
}

a[role="button"] {
	display: inline-block;
}

a[role="button"],
a[rel="prev"] {
	position: relative;
}

a[rel="prev"]:before {
	position: static;
}

a[data-label~="older" i] {
	padding-left: 35px !important;
}

a[data-label~="newer" i ] {
	padding-right: 35px !important;
}

a[role="button"].btn-blue:after,
a[rel="prev"]:before,
a[data-label~="newer" i ]:after,
a[data-label~="older" i ]:before {
	border-color: #4d8ac9;
  	display: inline-block;
  	/*margin-top: 5px;*/
  	top: 43%;
  	width: 10px;
  	height: 10px;
}

/*.featured-content a[role="button"].btn-blue:after {
	top: 21px;
}*/

a[data-label~="older" i ]:after,
a[data-label~="newer" i ]:before {
	display: none !important;
}


a[rel="prev"]:before,
a[data-label~="older" i ]:before {
	left: 20px;
	transform: rotate(225deg);
}

a[data-label~="newer" i ]:after {
	right: 20px;
}

a[rel="prev"]:hover:before,
a[data-label~="newer" i ]:hover:after,
a[data-label~="older" i ]:hover:before {
	border-color: #fff;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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-size: 0.875rem;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/

#masthead {
	padding-top: 30px;
	padding-bottom: 30px;
}

.site-branding {
	position: relative;
}

.logo {
	width: 50px;
	height: 50px;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 0 4%;
}

.site-title {
	max-width: 200px;
	display: inline-block;
	line-height: 24px;
	margin: 0;
	position: relative;
	font-weight: bold;
	font-family: 'Hero Light';
}

p.site-title {
	padding-top: 3px;
}

.home p.site-title {
	margin: 0 auto;
}

.site-title a:hover, a[role="button"]:hover {
text-decoration: none;
}

.nav-search {
	display: none;
	width: 100%;
	max-width: 1270px;
	position: absolute;
	background: #3f6194;
	height: 70px;
	padding: 5px 0 0 0;
	z-index: 100;
	left: 50%;
  transform: translateX(-50%);
}

.nav-search input[type="search"] {
	width: 93%;
	padding-left: 2%;
	background: #3f6194;
	color: #fff;
	font-size: 24px;
	font-size: 1.5rem;
}

button.btn-search-submit {
  background-color: transparent;
  border: 0;
  height: 35px;
  width: 35px;
  padding: 0;
	position: relative;
  top: 10px;
  border-left: 1px solid #6581a9;
  left: 10px;
}

button.btn-search-submit:hover {
	background: transparent;
	box-shadow: none;
}

button.btn-search-submit img {
	margin-left: 13px;
}

.nav-phone {
	display: none;
	margin-right: 1%;
}

.nav-phone ul {
	border-right: 1px solid #d9d9d9;
	padding-right: 5%;
	-ms-flex-direction: column;
	        flex-direction: column;
}

.nav-phone ul li {
	float: none;
}

input[type="search"]::-webkit-input-placeholder {
	color: #fff;
}

input[type="search"]::-moz-placeholder {
	color: #fff;
}

input[type="search"]:-moz-placeholder {
	color: #fff;
}

input[type="search"]:-ms-placeholder {
	color: #fff;
}

.el-loupe {
	display: block;
}

.el-carat {
	display: none;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.home footer,
.home header,
.home #main > section:not(.hero) {
	max-width: 1300px;
	margin: 0 auto;
}

section.featured {
	padding: 0 0% !important;
}

.highlights > h1 {
	padding: 0 7% 25px;
	margin: 80px 0 30px;
}

.highlights-about-body {
	padding: 0 7%;
	margin-bottom: 80px;
}

.tiny-border {
	position: relative;
}

h3.tiny-border {
	margin-bottom: 30px;
	padding-bottom: 25px;
}

.tiny-border:after {
 	content: '';
  	display: block;
  	height: 2px;
  	width: 70px;
  	position: absolute;
  	bottom: 0;
}

.tiny-border__blue:after {
	background: #4d8ac9;
}

.tiny-border__white:after {
	background: #fff;
}

.tiny-border__right:after {
	right: 0;
}

.tiny-border__center:after {
	margin-left: 50%;
  	transform: translateX(-50%);
}

.highlights > h1.tiny-border:after {
	transform: translateX(-50%);
  left: 50%;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 4% 0 0;
}

.entry-content p:first-of-type {
	margin-top: 0;
}


.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

#mainContent > section {
	margin-left: 4%;
	margin-right: 3%;
}

.page-title {
	margin: 36px 0 20px;
	text-align: center;
}

.top-boxes {
	margin-top: 40px;
}

.im-a-box {
	margin-bottom: 40px;
	max-width: 328px;
}

.im-a-box a[role="button"] {
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

.im-a-box > img {
	margin-bottom: 20px;
	height: 230px;
	width: 100%;
}

.im-a-box__title {
	margin-bottom: 30px;
	padding-bottom: 30px;
	margin-top: 25px;
}

.im-a-box img[src=""],
.im-a-box__title:empty,
.im-a-box div:empty,
div.listing-img:empty {
	display: none;
}

.landing-banner {
	position: relative;
	margin: 20px 0 50px;
}

.landing-banner img {
	width: 100%;
}

.banner-float-text {
	position: absolute;
	top: 23%;
	left: 5%;
}

.listing {
	padding-bottom: 25px;
}

.listing:not(:last-of-type) {
	border-bottom: 1px solid #d4d8e1;
	margin-bottom: 25px;
}

.listing:first-of-type {
	margin-top: 65px;
}

.listing + a[role="button"] {
	margin-bottom: 60px;
	display: inline-block;
	line-height: 1;
}

.list-title {
	margin: 0;
	text-transform: uppercase;
}

.list-title a,
.list-title a:visited {
	color: #4d8ac9;
}

.listing-img img {
	height: 230px;
	object-fit: contain;
}

.listing-excerpt {
	margin: 20px 0;
}

.avatar {
	margin-right: 10px;
}

.avatar-img {
	height: 60px;
	width: 60px;
	border-radius: 50%;
}

.author-info {
	padding-top: 15px;
}

.author-info span {
	display: block;
}

.social-block ul {
	list-style: none;
}

.post-element {
	width: 85%;
	margin: 0 auto;
}

.social-block {
	padding-top: 20px;
}

.socials .fa,
.social-block .fa {
	height: 35px;
  	width: 35px;
  	border-radius: 50%;
  	text-align: center;
  	font-size: 20px;
  	font-size: 1.25rem;
  	padding-top: 7px;
  	margin-bottom: 20px;
}

.social-block li:not(:first-of-type) {
	margin-left: 15px;
}

.socials .fa {
	background: #fff;
	color: #2e2e2e;
}

.socials a {
	margin-right: 15px;
}

.socials {
	margin-top: 25px;
}

.socials a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.article-buttons {
	margin: 40px 0;
}

.message-404 a,
.message-404 a:visited {
 color: #4d8ac9;
}

.posts-navigation,
.pagination {
  margin-bottom: 50px !important;
}

/* home */

.hero {
	background: url(img/home/crc-hero-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 40px 7% 32px;
}

.hero-ticker {
	margin-bottom: 28px;
}

.hero h2 {
	font-size: 24px;
	font-size: 1.5rem;
}

.hero h3 {
	font-size: 17px;
	font-size: 1.0625rem;
	padding-bottom: 0;
	margin-bottom: 25px;
}

.highlights-content {
	margin: 0 7% 0 7%;
}

.highlights-high1 img {
	padding-right: 7%;
}

.highlights-high2 img {
	padding-left: 7%;
}

.highlights h2 {
	margin: 0 0 35px;
	padding-bottom: 35px;
}

.home a[role="button"] {
	margin: 0 auto 20px;
	width: 100%;
	max-width: 310px;
	text-align: center;
	display: block;
}

.highlights a[role="button"]:first-of-type {
	margin-top: 30px;
}

.footer-foo-content > div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
		flex-direction: column;
}

.footer-foo-content h3 {
	padding: 0 0 20px;
	margin-top: 0;
}

.featured {
	height: auto;
}

.featured-feat1,
.featured-feat2 {
	margin-bottom: 0 !important;
	background-repeat: no-repeat;;
	background-size: cover;
}

.featured-feat1 {
	background-image: url(img/home/mic.jpg);
}

.featured-feat2 {
	background-image: url(img/home/phones.jpg);
}

.featured-content {
	width: 100%;
	max-width: 480px;
	margin: 50px 7%;
}

.featured-content a[role="button"] {
	/*margin-top: 40px;*/
	margin: 0 0 20px;
}

#main section.footer {
	padding: 40px 0px;
}
section.footer a[role="button"] {
	margin: 30px 0 0;
}

h3[data-fpub^="Featured"] {
	font-size: 18px;
	font-size: 1.125rem;
  	padding-bottom: 30px;
  	padding-top: 0;
}

h3[data-fpub^="Featured"]:before {
	content: '';
	height: 15px;
	width: 12px;
	background: url(img/home/file.png);
	display: inline-block;
	vertical-align: middle;
  	margin-right: 10px;
}


.footer-foo {
	margin: 30px auto 0; 
}

.footer-foo-content {
	width: 220px;
	margin: 0 auto;
	height: 100%;
  	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-direction: column;
  	    flex-direction: column;
  	-ms-flex-pack: justify;
  	    justify-content: space-between;
}
.subscribe {
	padding: 32px 7% 42px;
}

.post-content {
	margin-bottom: 50px;
}

article[id*="post-"] {
	margin-left: 7%;
}

.site-footer {
	background: #2e2e2e;
	color: #fff;
}

.menu-widgets {
	padding-top: 30px;
	padding-bottom: 20px;
}

.footer-col-menu  {
	border-right:  1px solid #585858;
	color: #fff;
	-ms-flex: 0 1 50%;
	        flex: 0 1 50%;
			max-width: 50%;
}

.footer-col-menu .menu {
	list-style: none;
	font-size: 14px;
	font-size: .875rem;
	margin: 0;
}

.footer-col-menu li {
	margin-bottom: 25px;
	padding-right: 5px;
}

.under-line-footer {
	padding: 15px 7%;
	border-top: 1px solid #585858;
	color: #fff;
	font-size: 12px;
	font-size: .75rem;
	line-height: 1.2;
	background: #242424;
}

.site-footer a,
.site-footer a:visited {
	color: #fff;
}

.footer-menu-title {
	font-size: 18px;
	font-size: 1.125rem;
	margin-top: 0;
}

.textwidget {
	font-size: 14px;
	font-size: .875rem;
}

.footer-widget {
	-ms-flex: 0 1 84%;
	flex: 0 1 84%;
	max-width: 84%;
	text-align: center;
}

.footer-navs {
	-ms-flex: 0 1 66%;
	        flex: 0 1 66%;
			max-width: 66%;
}

.footer-foo-content img {
	max-width: 50%;
}

.highlights > div {
	margin-bottom: 60px;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

.creditcard-image {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 5%; /* Adhere to container width. */
	width: 5%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

@media (max-width: 26.5em) {
	.nav-previous,
	.nav-next,
	a[data-label~="older" i],
	a[data-label~="newer" i ] {
		width: 100% !important;
		text-align: center;
	}
	a[data-label~="older" i] {
		margin-bottom: 20px;
	}
}

@media (max-width: 48em) {
	.m-visible {
		display: block;
	}
	.m-hidden {
		display: none !important;
	}
	.m-text-left {
		text-align: left;
	}
	.m-text-right {
		text-align: end;
	}
}

@media (max-width: 63.9375em) {
	.m-pad-left {
		padding-left: 20%;
	}
	.m-pad-right {
		padding-right: 20%;
	}
	.tab-hidden {
		display: none;
	}
	.tab-visible {
		display: block;
	}
	.aside-hidden {
		display: none;
	}
	.flex-reverse__column {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.m-flex-column {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#mc-embedded-subscribe-form {
		width: 100%;
		max-width: 400px;
	}
	.main-navigation {
		position: relative;
		top: 30px;
	}
	.menu.nav-menu  > li {
		padding: 10px 0;
		margin: 0 15px;
	}
	.menu.nav-menu > li:not(:last-of-type) {
		border-bottom: 1px solid #4d8ac9;
	}
	.menu.nav-menu ul.sub-menu {
		padding-left: 4%;
	}
	.sidebar-title {
		cursor: pointer;
		text-align: center;
		margin: 15px 0;
	}
	p.site-title {
		left: calc(44% - 73px);
	}
	.footer-foo-content {
		padding: 0 7%;
		max-width: 400px;
		width: 100%;
	}
	section.footer > div {
		margin-bottom: 0;
	}
	.listing-img {
		margin-bottom: 30px;
	}
	.pagination a[role="button"] {
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}
	.author-block {
		width: 100%;
	}
	.avatar {
		-ms-flex: 0 1 60px;
		flex: 0 1 60px;
	}
	.author-info {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex: 0 1 calc(100% - 80px);
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		-ms-flex-preferred-size: calc(100% - 80px);
		flex-basis: calc(100% - 80px);
		padding-top: 0;
		max-width: calc(100% - 80px);
	}
	.social-block {
		border-top: 1px solid #ccc;
		padding: 25px 0 0;
		width: 100%;
		margin: 25px 0;
	}
	.social-block ul {
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0;
		padding: 0;
	}
	.social-block li:not(:first-of-type) {
		margin-left: 30px;
	}
	.post-content {
		border-bottom: 1px solid #ccc;
		padding-bottom: 25px;
	}
	.footer-widget {
		margin: auto;
	}
	.footer-foo-content {
		width: auto;
	}
}

@media (min-width: 30em) {
	img.alignleft,
	img.alignright,
	img.aligncenter {
		height: auto;
		width: auto;
	}
	img.alignleft {
		margin-right: 1.5em;
	}
	img.alignright {
		margin-left: 1.5em;
	}
}

@media (min-width: 41.875em) {
	.control-group {
		width: 50% !important;
		float: left !important;
	}
}

@media(min-width: 48em) {
	.flex-half__highlight-img {
		-ms-flex: 0 1 53%;
		flex: 0 1 53%;
		max-width: 53%;
	}
	.flex-half__highlight-content {
		-ms-flex: 0 1 40%;
		flex: 0 1 40%;
		max-width: 40%;
	}
	.flex-half,
	.footer-foo.flex-quarter {
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
		max-width: 50%;
	}
	.flex-row__reverse {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.page-title {
		margin-left: 0%;
		margin-bottom: 20px;
	}
	.im-a-box a[role="button"] {
		margin-top: 20px;
		width: 75%;
	}
	.highlights-content {
		margin: 0 7% 0 0;
	}
	.highlights-content.highlight-right {
		text-align: right;
		margin: 0 0 0 7%;
	}
	.featured-feat1 h3 {
		width: 50%;
	}
	.footer-widget {
		-ms-flex: 0 1 28%;
		flex: 0 1 28%;
		max-width: 28%;
	}
	.highlights-high3 img {
		padding-right: 7%;
	}
	.highlights img {
		object-fit: cover;
		object-position: right;
		height: 100%;
	}
	.highlights-content h3 {
		margin: 0 0 35px;
		padding-bottom: 35px;
	}
	.highlights-high2 .highlights-content {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (min-width: 64em) {
	.flex-large {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.flex-reverse {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.flex-half {
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
		max-width: 50%;
	}
	.flex-half__box {
		-ms-flex: 0 1 48%;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		-ms-flex-preferred-size: 48%;
		flex-basis: 48%;
		max-width: (calc 96%/2);
	}
	aside.flex-quarter,
	.flex-quarter,
	.footer-foo.flex-quarter {
		-ms-flex: 0 1 25%;
		flex: 0 1 25%;
		max-width: 25%;
	}
	.flex-three-fourth {
		-ms-flex: 0 1 75%;
		flex: 0 1 75%;
		max-width: 75%;
	}
	.flex-third {
		-ms-flex: 0 1 33.33333%;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
		max-width: 33.33333%;
	}
	.flex-third__box {
		-ms-flex: 0 1 32%;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		-ms-flex-preferred-size: 32%;
		flex-basis: 32%;
		max-width: (calc 96%/3);
	}
	.flex-main-nav {
		-ms-flex: 0 1 77%;
		flex: 0 1 77%;
		max-width: 77%;
	}
	.font-xs {
		font-size: 14px;
		font-size: 0.875rem;
	}
	.font-s {
		font-size: 18px;
		font-size: 1.125rem;
	}
	.font-m {
		font-size: 24px;
		font-size: 1.5rem;
	}
	.font-l {
		font-size: 32px;
		font-size: 2rem;
	}
	.font-xl {
		font-size: 36px;
		font-size: 2.25rem;
	}
	.font-xxl {
		font-size: 44px;
		font-size: 2.75rem;
	}
	input[type="text"],
	input[type="email"] {
		max-width: 255px
	}

	p.intro {
		font-size: 30px;
		font-size: 1.875rem;
	}
	.top-intro {
		font-size: 18px;
		font-size: 1.125rem;
	}
	button.button-loupe {
		display: block;
	}
	.sidebar-title:after {
		display: none;
	}
	.aside-nav {
		max-width: 230px;
		width: 100%;
		margin: 0 auto;
	}
	#masthead {
		height: 110px;
		padding: 0 2%;
	}
	.logo {
		margin-left: 0;
	}
	.nav-phone {
		display: -ms-flexbox;
		display: flex;
	}
	.home .site-title {
		margin: 0;
	}
	.page-title {
		margin-left: 7%;
		margin-bottom: 20px;
		text-align: left;
	}
	.im-a-box:not(:nth-of-type(3n)) {
		margin-right: 2%;
	}
	.listing {
		padding-bottom: 50px;
	}
	.listing:not(:last-of-type) {
		margin-bottom: 50px;
	}
	.listing-excerpt {
		margin: 30px 0;
	}
	.home a[role="button"] {
		margin: 40px 0 20px;
		max-width: 225px;
	}
	.highlights-high1_body a[role="button"]:not(:first-of-type),
	.hero a[role="button"] {
		max-width: 310px;
	}
	.hero a[role="button"] {
		margin: 0 auto;
	}
	#main section.footer {
		padding: 60px 0;
	}
	.subscribe {
		padding: 60px 0;
	}
	.subscribe h3 {
		margin-top: 0;
	}
	.menu-widgets {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.under-line-footer {
		padding: 40px 7%;
	}
	.footer-widget {
		text-align: left;
		padding-right: 7%;
	}
	.hero {
		padding: 140px 7% 115px;
	}
	.hero h2 {
		font-size: 44px;
		font-size: 2.75rem;
		margin-bottom: 50px;
	}
	.hero h3 {
		font-size: 32px;
		font-size: 2rem;
		margin-bottom: 60px;
	}
	.highlights > div {
		margin-bottom: 120px;
	}
	.highlights-content {
		width: 100%;
	}
	.highlights-high1_body p,
	.highlights-high2_body p,
	.highlights-high3_body p {
		margin: 0;
	}
	.highlights-high1_body p .btn-blue:last-of-type,
	.highlights-high3_body p .btn-blue:last-of-type {
		margin-bottom: 0;
	}
	.highlights-high2 .highlights-content {
		padding: 0 0 0 5%;
	}
	.highlights-high2_title,
	.highlights-high2_body {
		text-align: right;
		position: relative;
	}
	.highlights-high2_body a[role="button"] {
		position: absolute;
		right: 0;
	}
	.featured-content {
		margin: 110px auto 90px;
	}
	.featured-content p {
		margin-bottom: 0;
	}
	.footer-foo {
		margin: 0 auto;
	}
	.footer-foo:not(:first-of-type) {
		border-left: 1px solid #788fb2;
	}
	.footer-foo-content img {
		max-width: 100%;
	}
	.listing-content {
		padding-left: 7%;
	}
	.footer-col-menu {
		-ms-flex: 0 1 25%;
		flex: 0 1 25%;
		max-width: 25%;
	}
	.menu-toggle {
		display: none;
	}

	.main-navigation {
		background: transparent;
	}
	.main-navigation ul {
		display: -ms-flexbox;
		display: flex;
	}
	/*.main-navigation li {
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
	}*/
	.menu.nav-menu  > li:hover {
		background: #4c71a2;
	}
	.nav-menu > .menu-item-has-children:after {
		display: none;
	}
	.main-navigation a {
		text-align: center;
	}
	.main-navigation ul ul {
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		float: left;
		position: absolute;
		top: 110px;
		left: -999em;
		z-index: 99999;
		background: #4c71a2;
		color: #fff;
		display: block;
	}
	.main-navigation ul ul li {
}
	.main-navigation ul ul a {
		width: 225px;
		padding: 0 10px;
	}
	.page:not(.home) .nav-wrap,
	.nav-wrap {
		height: 110px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		box-shadow: 0 4px 4px -3px rgba(0,0,0,.25);
	}
	.menu.nav-menu {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.menu.nav-menu  > li {
		height: 100%;
		/*padding-top: 37px;*/
		/*display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;*/
	}
	.menu.nav-menu  > li > a {
		color: #4d8ac9;
		padding: 0 10px;
		line-height: 110px;
	}
}

@media (min-width: 68.75em) {
	.tel-number {
		font-size: 30px;
		font-size: 1.875rem;
	}
}

