/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 16px;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 2px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0 1.3em 0;
    padding: 0;
    border:0px;
    background-color: #5D93C6;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* resets */

html, body
{
	font-family: "Istok Web", Arial, Helvetica, sans-serif;
	color: #333333;
}

html
{
    min-height: 100%;
    background: #333333;
}

body
{
    background: #FFFFFF;
}

h1, h2, h3, h4, h5, h6, p, div, section, article, form, ol, ul, li, header, main, footer
{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6
{
	color: #507FAA;
}

h1
{
	font-size: 2.3em;
	font-weight: lighter;
}

a
{
	display: inline-block;
	text-decoration: none;
	color: #507FAA;
}

a:hover
{
	text-decoration: underline;
}

a:focus
{
	outline: none;
}

/* custom */

.border-box,
.form-element input[type="text"],
.form-element input[type="email"],
.form-element input[type="password"],
.form-element textarea
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.box,
.regctrl,
form[name="register"],
form[name="login"],
form[name="changeemail"],
form[name="changepassword"],
form[name="requestpassword"],
div.notice,
div.success
{
	border: 1px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	background: #F2F1E1;
}

.wrap
{
	max-width: 950px;
	padding-left: 1.3em;
	padding-right: 1.3em;
	margin: auto;
}

.hr-thick
{
    height: 1px;
    margin: 1em 0;
    border-top: 2px solid #5D93C6;
}

/* default button */
.btn,
.form-submit input[type="submit"]
{
	display: inline-block;
    padding: 0.3em 0.8em;
    border:0px;
	border-bottom: 3px solid rgba(0,0,0,.1) !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background-color: #FADDAC;
	color: #444 !important;
}

.btn:hover,
.btn:focus,
.form-submit input[type="submit"]:hover,
.form-submit input[type="submit"]:focus
{
    background-image: linear-gradient(rgba(0,0,0,.05),rgba(0,0,0,.05));
	text-decoration: none;
	outline: none;
	color: #444 !important;
}

.btn.thick,
.form-submit input[type="submit"]
{
	font-weight: bold;
}

/**********************************************/

ul.inline > li
{
	float: left;
}

ul.simple li
{
	list-style: none;
}

em,
.font2,
.feedback h2,
.feedback .xtnt-sch2tpl-survey-description
{
	/*font-family: Georgia, Times, "Times New Roman", serif;*/
}

/* floated left */

.logo,
.main-view,
.feat-disp,
/*.site-article img,
.site-article p:nth-child(even) img:nth-of-type(even),*/
.subscribe,
.foot-list,
.foot-bottom .btm-links:first-child,
.foot-bottom .btm-links:first-of-type
{
	float: left;
}

/* floated right */

.inf-ctrl,
.feat-nav,
/*.site-article p:nth-child(even) img,
.site-article p img:nth-of-type(even),*/
.side-bar,
.social,
.foot-bottom .btm-links:last-child,
.foot-bottom .btm-links:last-of-type
{
	float: right;
}

/* header */

.header
{
	position: relative;
	background: #5D93C6;
	color: white;
	border-bottom: 5px solid #507FAA;
}

.header a
{
	color: #FFFFFF;
}

.header .actions .btn
{
	margin-right: 0.35em;
	border: none;
}

.header .actions .btn:last-child
{
	margin-right: 0;
}

.header-top
{
	position: relative;
	padding: 0.5em 1em;
}

.logo a
{
	text-align: center;
	text-decoration: none;
}

.logo img
{
	width: 250px;
}

#mobMenu
{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 65px;
	height: 65px;
	border: none;
	background: #507FAA;
	text-align: center;
}

#mobMenu span,
#mobMenu span::before,
#mobMenu span::after
{
	width: 25px;
	height: 3px;
	background: #C0D9F9;
	line-height: 3px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

#mobMenu span
{
	display: inline-block;
	position: relative;
}

	#mobMenu span::before,
	#mobMenu span::after
	{
		content: "";
		position: absolute;
		height: 3px;
		left: 0px;
	}

	#mobMenu span::before
	{
		top: -7px;
	}

	#mobMenu span::after
	{
		bottom: -7px;
	}

.inf-ctrl
{
	position: absolute;
	top: 10px;
	right: 1em;
	margin: 0.2em 0;
	text-align: right;
}

.inf-ctrl .phone
{
	margin-bottom: 15px;
	font-size: 1.3em;
	font-style: bold;
	line-height: 1em;
	letter-spacing: 0.03em;
	text-shadow: 1px 1px 0px #000000;
}

.inf-ctrl .phone span
{
	font-size: 0.75em;
	text-shadow: none;
}

.inf-ctrl .actions
{
	font-size:12px;
	text-transform: uppercase;
}

.nav-menu a
{
	padding: 0.4em 2em;
	line-height: 1.8em;
	text-decoration: none;
	font-size: 14px;
}

.curr-page
{
	background: #507FAA;
}

.nav-menu > li /* new */
{	
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-ms-border-radius: 8px 8px 0 0;
	-o-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}

.nav-menu > li:hover,
.nav-submenu
{
	background: #3D3D3D;
}

.nav-menu > li > a
{
	font-weight: bold;
}

.nav-drop-down
{
	position: relative;
	left: 0;
	z-index: 100;
}

.nav-submenu
{
	display: none;
	position: absolute;
	padding: 0.5em 0;
	white-space: nowrap;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-ms-border-radius: 0 0 8px 8px;
	-o-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px; /* new */
	-webkit-box-shadow: 0 8px 8px -7px #696868;
	-moz-box-shadow: 0 8px 8px -7px #696868;
	-ms-box-shadow: 0 8px 8px -7px #696868;
	-o-box-shadow: 0 8px 8px -7px #696868;
	box-shadow: 0 8px 8px -7px #696868; /* new */
}

.nav-submenu a,
.nav-drop-down:hover .nav-submenu
{
	display: block;
}

.nav-submenu a:hover
{
	color: #DDDDDD;
}

#scrollTop
{
	position: fixed;
	bottom: -100px;
	right: 30px;
	width: 45px;
	height: 45px;
	padding: 0;
	border: 1px solid #B2B2B2;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	-ms-border-radius: 32px;
	-o-border-radius: 32px;
	border-radius: 32px;
	background: #C1C1C1;
	font-size: 16px;
	line-height: 14px;
	color: #3D3D3D;
	z-index: 300;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

/* main */

.main
{
	min-height: 25em;
	margin: auto;
}

.contents
{
	padding-top: 2em;
	padding-bottom: 2em;
}

.contents > div > h2
{
	margin-bottom: 1em;
}

.owl-carousel .owl-wrapper-outer,
.slide-item
{
	background: #F2F1E1;
	-webkit-box-shadow: inset 0 7px 8px -8px #696868, inset 0 -7px 8px -8px #696868;
	-moz-box-shadow: inset 0 7px 8px -8px #696868, inset 0 -7px 8px -8px #696868;
	-ms-box-shadow: inset 0 7px 8px -8px #696868, inset 0 -7px 8px -8px #696868;
	-o-box-shadow: inset 0 7px 8px -8px #696868, inset 0 -7px 8px -8px #696868;
	box-shadow: inset 0 7px 8px -8px #696868, inset 0 -7px 8px -8px #696868;
}

.slide-item
{
	position: relative;
	padding: 2em;
	min-height: 21em;
}

.slide-item h1
{
	width: 17em;
	margin-bottom: 0.7em;
}

.slide-item p,
.slide-item ul
{
	width: 45em;
}

.slide-item .wrap > p,
.slide-item ul,
.site-article ul,
.site-article ol
{
	margin-bottom: 1.3em !important;
}

.slide-item ul,
.site-article ul
{
	margin-left: 1em !important;
}

.slide-item li,
.site-article li
{
	margin-bottom: 0.8em !important;
}

.slide-link
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	color: transparent;
}

#stackPanels
{
	-webkit-box-shadow: inset 0 7px 8px -8px #696868, inset 0 -7px 8px -8px #696868;
	-moz-box-shadow: inset 0 7px 8px -8px #696868, inset 0 -7px 8px -8px #696868;
	-ms-box-shadow: inset 0 7px 8px -8px #696868, inset 0 -7px 8px -8px #696868;
	-o-box-shadow: inset 0 7px 8px -8px #696868, inset 0 -7px 8px -8px #696868;
	box-shadow: inset 0 7px 8px -8px #696868, inset 0 -7px 8px -8px #696868;
}

#stackPanels .slide-item
{
	border-bottom: 5px solid #DBD6BC;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.main-view,
.feat-disp
{
	margin-right: 3%;
}

.main-view
{
	width: 67%;
}

.feat-disp
{
    width: 72%;
}

/*.site-article,
.site-article *[style]
{
	text-align: left !important;
}*/

.site-article
{
	margin-bottom: 2em;
	text-align: left;
}

.site-article.box,
.site-article.list-article,
.regctrl,
form[name="register"],
form[name="login"],
form[name="changeemail"],
form[name="changepassword"],
form[name="requestpassword"],
div.notice,
div.success
{
	padding: 1em;
}

.site-article.list-article
{
	margin-bottom: 0;
	padding: 2em 1em;
	border-bottom: 1px dotted #3D3D3D;
}

.site-article.list-article:last-child,
.site-article.list-article:last-of-type
{
	border: none;
}

.site-article h2,
.site-article h3,
.site-article h4,
.site-article h5,
.site-article h6
{
	margin-top: 1.3em;
	margin-bottom: 0.35em;
}

.site-article h2[id]
{
    margin-top: -1.3em;
    padding-top: 1.3em;
}

.site-article.list-article h2,
.site-article.list-article h3,
.site-article.list-article h4,
.site-article.list-article h5,
.site-article.list-article h6
{
	margin-top: 0;
}

.site-article h2,
.site-article h2[style],
.site-article h5,
.site-article h5[style]
{
	 font-style: italic !important;
}

.site-article h2#PaidContentAccess,
.site-article h2#PaidListings
{
	margin-top: -1em;
	padding-top: 1.6em;
}

.site-article h3,
.site-article h3[style],
.site-article h6,
.site-article h6[style]
{
	 text-transform: uppercase !important;
}

.site-article img,
.site-article p:nth-child(even) img:nth-of-type(even)
{
	margin: 0.35em 1.3em 1.3em 0;
	clear: left;
}

.site-article img
{
	display: block;
	max-width: 100%;
	height: auto;
}

.site-article > p:nth-child(even) img,
.site-article > p img:nth-of-type(even)
{
	margin: 0.35em 0 1.3em 1.3em;
	clear: right;
}

.site-article > p,
.site-article > p[style],
.site-article > table,
.site-article > div
{
	margin-bottom: 1.3em !important;
	line-height: 1.7em;
}

.site-article ol
{
	margin-left: 1.5em;
}

.site-article table
{
	border: 1px solid #CDC3B0;
	border-bottom: 2px solid #CDC3B0;
}

.site-article table tr:nth-child(odd)
{
	background: #F2ECE1;
}

.site-article table tr:nth-child(even)
{
	background: #FFFDF9;
}

.site-article table td
{
	padding: 1em;
	border: 1px solid #CDC3B0;
	vertical-align: middle;
}

.site-article .article-share
{
	margin-top: 3em;
}

.site-article .article-share strong,
.site-article .article-share a
{
	display: inline-block;
	vertical-align: middle;
}

.site-article .article-share strong
{
	margin-right: 0.5em;
	font-weight: bold;
	color: #666666;
}

.site-article .article-share a
{
	margin: 0 5px 0 5px;
}

.site-article .article-share img
{
	margin: 0 !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.feat-wrap
{
	position: relative;
}

.feat-disp
{
	margin-top: -1.3em;
}

.feat-disp > h2[id]
{
	margin-top: -0.1em;
	padding-top: 1.63em;
}

.feat-nav
{
	position: absolute;
	right: 0;
	width: 230px;
	margin-top: 3em;
}

.feat-nav ul li
{
	margin-bottom: 0.3em !important;
}

/********************** xtenit forms **********************/

.feedback h2
{
	margin: 0;
	margin-bottom: 0.9em;
	padding: 0;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #ccc;
	font-size: 2em;
}

.regctrl fieldset,
form[name="register"] fieldset
{
	border-top: 1px solid #CCCCCC;
}

.regctrl fieldset legend,
form[name="register"] fieldset legend
{
	margin: 1em 0;
	padding-right: 1em;
	font-style: italic;
	color: #7F7F7F;
}

.regctrl fieldset > p,
form[name="register"] fieldset > p,
.notice p,
.success p
{
	margin-bottom: 1em;
}

.regctrl fieldset > p,
form[name="register"] fieldset > p,
.feedback .xtnt-sch2tpl-survey-description,
.form-element span.indicator,
.form-element span.required
{
	color: #DD6C58;
}

.regctrl fieldset > p,
form[name="register"] fieldset > p,
.feedback .xtnt-sch2tpl-survey-description
{
	margin-bottom: 1.5em;
	font-style: italic;
    font-size: 14px;
}

.form-element span.indicator,
.form-element span.required,
.form-element > label
{
	font-weight: bold;
}

.form-element span.indicator,
.form-element span.required
{
	display: inline-block;
	margin-right: 0.5em;
}

.form-element
{
	margin-bottom: 2em;
}

#N1000B,
#N10029
{
	float: left;
	width: 49%;
}

#N1000B
{
	margin-right: 2%;
}

#N10045
{
	clear: both;
}

.form-element > .form-options
{
	margin-top: 1em;
}

.form-options-list
{
	margin-bottom: 0.8em;
}

.form-options-list input[type="radio"],
.form-options-list input[type="checkbox"],
.form-options-list .optionlist-text
{
	vertical-align: middle;
}

.form-options-list input[type="radio"],
.form-options-list input[type="checkbox"]
{
	margin-right: 0.3em;
}

.form-element input[type="text"],
.form-element input[type="email"],
.form-element input[type="password"],
.form-element textarea
{
	padding: 0.5em;
	border: 1px solid #748EAD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background: #FFFFFF;
}

.form-element input[type="text"],
.form-element input[type="email"],
.form-element input[type="password"]
{
	width: 50%;
}

.form-element textarea
{
	width: 100%;
	height: 150px;
	min-height: 150px;
}

.form-submit
{
	margin: 2em 0 1em 0;
	font-size: 1.3em;
	text-align: center;
}

/********************************************/

.xtnt-more
{
	margin-top: 5em;
}

.xtnt-more h3.heading
{
	position: relative;
	display: block;
	width: 11em;
	margin: auto;
	padding: 0.3em 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	-ms-border-radius: 1em;
	border-radius: 1em;
	background: #5D93C6;
	text-align: center;
	color: white;
	z-index: 1;
}

.xtnt-more hr
{
	margin: -1.2em 0 1.8em 0;
}

/*** index page marketing message (AD) ***/
.mmsg
{
	padding: 2em;
}

.mmsg .wrap
{
	padding: 0;
}

.mmsg .site-article
{
	text-align: center !important;
}

.mmsg h1
{
	margin-bottom: 0.75em;
	padding-bottom: 0.75em;
	border-bottom: 2px solid #CCCCCC;
	color: #3D3D3D;
	font-size: 3em;
}

.mmsg .btn
{
	margin-right: 0.5em;
}

.mmsg .btn:last-child,
.mmsg .btn:last-of-type
{
	margin-right: 0;
}

.mmsg p:last-of-type
{
    margin-top: 3em;
	margin-bottom: 0;
}

.side-bar
{
	width: 29.5%;
}

.sb-sec h2
{
	margin: -1px;
	padding: 0.5em 1em;
	border-bottom: 2px solid #507FAA;
	background: #5D93C6;
	color: #FFFFFF;
}

.sb-sec
{
	float: none;
	width: 100%;
	margin: 0;
	margin-bottom: 1.5em;
}

.sb-sec .sb-txt
{
	padding: 1em;
    font-size: 15px;
}

.sb-sec .sb-txt h3
{
    margin-bottom: 0.5em;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #DD6C58;
}

.sb-sec p
{
	margin-bottom: 1em;
	line-height: 1.8em;
}

.sb-sec p:last-child
{
	margin-bottom: 0;
}

.sb-sec p img
{
	margin-right: 0.3em;
	vertical-align: middle;
}

/* footer */

.footer
{
	color: #FFFFFF;
}

.footer a
{
	color: #CCCCCC;
}

.footer hr
{
    border: 0px;
    border-bottom: 1px solid #666666;
    background: #111111;
    height: 1px;
}

.foot-top,
.foot-bottom
{
	padding: 1.5em 0;
}

.foot-top
{
	background: #5D93C6;
}

.ss-label
{
	margin-bottom: 0.8em;
	font-weight: bold;
	color:white;
}

.subscribe
{
	position: relative;
}

#xtenitSubscribe
{
	padding: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
	background: #EFEFEF;
	overflow: hidden;
}

#subscriberEmail
{
	width: 180px;
	margin-right: 1px;
	padding: 0.3em;
	border: none;
	background: none;
}

#subscribeNotif,
#subscribeNotif::before
{
	position: absolute;
}

#subscribeNotif
{
	display: none;
	top: 6.5em;
	padding: 5px;
	background: #C7D3E2;
	font-size: 12px;
	line-height: 1.3em;
	color: #FF3632;
}

#subscribeNotif::before
{
	content: "";
	top: -5px;
	left: 20%;
	width: 10px;
	height: 10px;
	background: #C7D3E2;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.social
{
	text-align: right;
}

.social a,
.social a img
{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.social a
{
	margin-left: 10px;
	border: 1px solid #EFEFEF;
}

.social a:hover
{
	text-decoration: none;
}

.foot-list
{
	width: 49%;
	margin-right: 2%;
	font-size: 12px;
	text-align: left;
}

.foot-list:last-child,
.foot-list:last-of-type
{
	margin-right: 0;
}

.foot-list h2 *
{
	vertical-align: middle;
	color: #FFFFFF;
}

.foot-list h2 .pointer
{
	display: inline-block;
	margin-right: 0.5em;
	font-size: 0.7em;
}

.foot-list ul
{
	margin-bottom: 1em;
}

.foot-list li
{
	padding: 0.5em;
	border-bottom: none;
}

.foot-bottom
{
	background: #333333;
	text-align: center;
}

/*.foot-bottom .tag-line
{
	margin-bottom: 1em;
	font-size: 1.3em;
}*/

.foot-bottom .btm-links
{
	font-size: 12px;
}

/* JS Flags */

.sm-shown
{
	display: block !important;
}

.hxpand
{
	height: auto !important;
}

#mobMenu.pressed span
{
	background: none;
}

#mobMenu.pressed span::before,
#mobMenu.pressed span::after
{
	top: 0px;
}

#mobMenu.pressed span::before
{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#mobMenu.pressed span::after
{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#scrollTop.shown
{
	bottom: 75px;
}

.feat-nav.fixed
{
	position: fixed;
	top: -30px;
	left: 50.05%;
	margin-left: 15.3em;
}

.feat-nav.absl
{
	position: absolute;
	right: -1px;
	bottom: 0;
}

.feat-nav .feat-curr
{
	font-weight: bold;
	color: #FADDAC;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after,
.site-article > p:before,
.site-article > p:after,
.mmsg p:before,
.mmsg p:after
{
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after,
.site-article > p:after,
.mmsg p:after
{
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix,
.site-article > p,
.mmsg p
{
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
