/* 
	Table of Contents

	I.   Generic --------------------------------------
	     01. Reset ------------------------------------
	     02. Base -------------------------------------
	     03. Fonts ------------------------------------
	     04. Helpers ----------------------------------
	         Clear ------------------------------------
	         Notext -----------------------------------
	         Hidden -----------------------------------
	         Alignleft --------------------------------
	         Alignright -------------------------------
	         Disabled ---------------------------------
	         Grid -------------------------------------
	         Responsive Helpers -----------------------
	II.  Regions --------------------------------------
	     01. Container --------------------------------
	     02. Content ----------------------------------
	     03. Footer -----------------------------------
	     04. Footer secondary -------------------------
	     05. Footer Nav -------------------------------
	     06. Header -----------------------------------
	     07. Main -------------------------------------
	     08. Shell ------------------------------------
	     09. Sidebar ----------------------------------
	     10. Wrapper ----------------------------------
	III. Modules --------------------------------------
	     01. Banner -----------------------------------
	     02. Button -----------------------------------
	         Button Block -----------------------------
	         Button default ---------------------------
	         Button primary ---------------------------
	         Button yellow ----------------------------
	         Button warning ---------------------------
	     03. Form Elements ----------------------------
	     04. Form sign in -----------------------------
	     05. List -------------------------------------
	     06. List terms -------------------------------
	     07. Logo -------------------------------------
	     08. Nav wrapper ------------------------------
	     09. Nav --------------------------------------
	     10. Nav secondary ----------------------------
	     11. Nav trigger ------------------------------
	     12. Results ----------------------------------
	     13. Result -----------------------------------
	     14. Search -----------------------------------
	     15. Search secondary -------------------------
	     16. Section ----------------------------------
	     17. Section results --------------------------
	     18. Section primary --------------------------
	     19. Section main -----------------------------
	     20. Slider -----------------------------------
	     21. Socials ----------------------------------
	     22. Table ------------------------------------
	     23. Widget -----------------------------------
	IV.  Themes ---------------------------------------
 */

.ico-notes { background-image: url(images/sprite.png); background-position: 61.77777777777778% 68.83116883116884%; background-size: 1975% 692.3076923076924%; width: 12px; height: 13px; display: inline-block; vertical-align: middle; font-size: 0; }
.logo-small { background-image: url(images/sprite.png); background-position: 0% 100%; background-size: 175.55555555555554% 243.24324324324326%; width: 135px; height: 37px; display: inline-block; vertical-align: middle; font-size: 0; }
.logo { background-image: url(images/sprite.png); background-position: 0% 0%; background-size: 100% 183.67346938775512%; width: 237px; height: 49px; display: inline-block; vertical-align: middle; font-size: 0; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.ico-notes { background-image: url(images/sprite.@2x.png); background-position: 61.77777777777778% 69.28104575163398%; background-size: 1975% 688.4615384615385%; width: 12px; height: 13px; display: inline-block; vertical-align: middle; font-size: 0; }
	.logo-small { background-image: url(images/sprite.@2x.png); background-position: 0% 100%; background-size: 175.55555555555554% 245.2054794520548%; width: 135px; height: 36.5px; display: inline-block; vertical-align: middle; font-size: 0; }
	.logo { background-image: url(images/sprite.@2x.png); background-position: 0% 0%; background-size: 100% 182.6530612244898%; width: 237px; height: 49px; display: inline-block; vertical-align: middle; font-size: 0; }}
.cols:after { content: ''; line-height: 0; display: table; clear: both; }
/* ------------------------------------------------------------ *\
	I.   Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
*,
*:before,
*:after { padding: 0; margin: 0; outline: 0; box-sizing: border-box; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main { display: block; }
html { tap-highlight-color: rgba(0,0,0,0); }
body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; }
img,
iframe,
video,
audio,
object { max-width: 100%; }
img,
iframe { border: 0 none; }
img { height: auto; display: inline-block; vertical-align: middle; }
b,
strong { font-weight: bold; }
address { font-style: normal; }
svg:not(:root) { overflow: hidden; }
a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] { cursor: pointer; }
a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] { cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
textarea { overflow: auto; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }
button,
select { text-transform: none; }
table { width: 100%; border-collapse: collapse; border-spacing: 0; }
nav ul,
nav ol { list-style: none outside none; }
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body { min-width: 320px; background: #fff; font-family: 'Lato', sans-serif; font-size: 15px; line-height: 1.3; color: #525252; }
a { color: inherit; text-decoration: underline; transition: color .4s; }
a:hover { text-decoration: none; }
a[href^="tel"] { text-decoration: none; }
h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 0.65em; font-family: 'Bitter', sans-serif; }
h1 { font-size: 42px; }
h2 { font-size: 37px; }
h3 { font-size: 32px; }
h4 { font-size: 26px; }
h5 { font-size: 22px; }
h6 { font-size: 14px; }
p,
ul,
ol,
dl,
table,
blockquote { margin-bottom: 1.3em; }
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child { margin-bottom: 0; }
/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after { content: ''; line-height: 0; display: table; clear: both; }
/*  Notext  */
.notext { white-space: nowrap; text-indent: 100%; text-shadow: none; overflow: hidden; }
.notext-old { font-size: 0; line-height: 0; text-indent: -4000px; }
/*  Hidden  */
[hidden],
.hidden { display: none; }
/*  Alignleft  */
.alignleft { float: left; }
/*  Alignright  */
.alignright { float: right; }
/*  Disabled  */
[disabled],
.disabled { cursor: default; }
/*  Grid  */
.cols { margin: 0 -15px; }
.cols:after { }
.col { float: left; width: 100%; padding: 0 15px; }
.col-1of2 { width: 50%; }
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block { display: none !important; }
@media (max-width: 767px) {
	.hidden-xs { display: none !important; }
	.visible-xs-block { display: block !important; }
	.visible-xs-inline { display: inline !important; }
	.visible-xs-inline-block { display: inline-block !important; }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.hidden-sm { display: none !important; }
	.visible-sm-block { display: block !important; }
	.visible-sm-inline { display: inline !important; }
	.visible-sm-inline-block { display: inline-block !important; }
}
@media (min-width: 1024px) and (max-width: 1200px) {
	.hidden-md { display: none !important; }
	.visible-md-block { display: block !important; }
	.visible-md-inline { display: inline !important; }
	.visible-md-inline-block { display: inline-block !important; }
}
@media (min-width: 1201px) {
	.hidden-lg { display: none !important; }
	.visible-lg-block { display: block !important; }
	.visible-lg-inline { display: inline !important; }
	.visible-lg-inline-block { display: inline-block !important; }
}
/* ------------------------------------------------------------ *\
	II.  Regions
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */
.container {}
/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */
.content {}
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer { padding: 16px 0; border-top: 1px solid #ededed; font-size: 13px; color: #8d8d8d; font-style: italic; position: absolute; bottom: 0; left: 0; width: 100%; }
.footer p { letter-spacing: 0.009em; padding: 0 22px 0 2px; line-height: 1.55; }
.footer p a { text-decoration: none; color: #397694; }
.footer p a:hover { text-decoration: none; color: #f2c746; }
@media (max-width: 767px) {
	.footer { text-align: center; }
}
/* ------------------------------------------------------------ *\
	Footer secondary
\* ------------------------------------------------------------ */
.footer-secondary { padding: 17px 0; text-align: center; font-size: 12px; background: #397694; color: #9ad3ed; font-style: normal; }
.footer-secondary p { padding: 0; letter-spacing: 0em; line-height: 1.6; }
.footer-secondary .footer-nav { margin-bottom: 23px; }
.footer-secondary .socials { margin-bottom: 16px; }
/* ------------------------------------------------------------ *\
	Footer Nav
\* ------------------------------------------------------------ */
.footer-nav ul { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
.footer-nav li { }
.footer-nav li + li { border-left: 1px solid #3f8fb4; }
.footer-nav a { text-decoration: none; color: #fff; padding: 0 4px; }
.footer-nav a:hover { text-decoration: none; color: #f2c746; }
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header { color: #fff; }
.header .header__inner { position: relative; padding: 14px 0; background: #3f8fb4; box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1); }
.header__content { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.header .header__content-inner { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-items: center; -ms-flex-align: center; align-items: center;}
.header .header__bar { background: #397694; padding: 27px 0; }
.header .logo { margin-left: 23px; margin-top: 3px; }
.header .search { margin-left: 71px; width: 524px; }
.header .logo-small { margin-left: 10px; }
@media (max-width: 767px) {
	.header .header__inner { padding: 16px 0; }

	.header .btn-sign-in { background: transparent; padding: 0; letter-spacing: 0.04em; }
	.header .btn-sign-in:hover { background: transparent; color: #f2c746; }
}
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
.main {}
/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.shell { max-width: 1320px; padding-left: 20px; padding-right: 20px; margin: auto; }
.shell-fluid { max-width: none; }
/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */
.sidebar {}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper { position: relative; min-height: 100vh; }
/* ------------------------------------------------------------ *\
	III. Modules
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Banner
\* ------------------------------------------------------------ */
.banner { max-width: 694px; margin: 0 auto; text-align: right; }
.banner small { display: block; margin-left: auto; margin-bottom: 4px; font-size: 12px; color: #a7a7a7; }
.banner img { width: 100%; height: auto; }
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn { display: inline-block; vertical-align: middle; text-align: center; cursor: pointer;
	-webkit-appearance: none;
	   -moz-appearance: none;
	 		appearance: none;
}
/*  Button Block  */
.btn-block { display: block; padding-left: 0; padding-right: 0; }
/*  Button default  */
.btn-default { border: 0; border-radius: 0; background: #397694; color: #fff; text-decoration: none; padding: 12px 24px; transition: background .4s, color .4s; font-family: 'Lato', sans-serif; font-size: 15px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.02em; text-decoration: none; }
.btn-default { text-decoration: none; }
.btn-transparent { background: transparent; color: #fff; letter-spacing: 0.05em; }
.btn-transparent:hover { background: #397694; color: #f2c746; }
@media (max-width: 767px) {
	.btn-deafult { font-size: 15px; padding: 9px 14px 8px; font-size: 14px; }
}
/* Button primary */
.btn-primary { background: #397694; color: #fff; }
.btn-primary:hover { background: #f2c746; color: #397694; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15); }
/* Button yellow */
.btn-yellow { background: #f2c746; color: #397694; }
.btn-yellow:hover { background: #397694; color: #f2c746; }
/* Button warning */
.btn-warning { padding: 12px 20px; background: #e57100; color: #fff; font-weight: bold; }
.btn-warning:hover { background: #f2c746; color: #fff; }
/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */
input::-webkit-input-placeholder { color: inherit; opacity: 1; }
input:-ms-input-placeholder { color: inherit; opacity: 1; }
input::placeholder { color: inherit; opacity: 1; }
textarea::-webkit-input-placeholder { color: inherit; opacity: 1; }
textarea:-ms-input-placeholder { color: inherit; opacity: 1; }
textarea::placeholder { color: inherit; opacity: 1; }
input:-webkit-autofill { -webkit-text-fill-color: inherit; -webkit-box-shadow: 0 0 0 1000px #fff inset; }
.field { display: block; height: 44px; width: 100%; padding: 0 20px; background: #fff; border: 0; border-radius: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; font-family: 'Lato', sans-serif; font-size: 15px; color: #404142; }
.field::-webkit-input-placeholder { font-size: 15px; color: #808285; }
.field:-ms-input-placeholder { font-size: 15px; color: #808285; }
.field::placeholder { font-size: 15px; color: #808285; }
.select { position: relative; display: inline-block; }
.select .selectric-wrapper { display: inline-block; vertical-align: middle; position: relative; }
.select .selectric .button { font-size: 0; content: ''; width: 12px; height: 8px; background: url(images/ico-arrow.png); display: inline-block; position: absolute; top: 19px; right: 14px; pointer-events: none; }
.select .selectric { position: relative; -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 150px; height: 44px; border: 1px solid #d9d9d9; font-size: 19px; color: #666666; font-weight: normal; line-height: 44px; padding: 0 14px; cursor: pointer; }
.select .selectric-open .selectric-scroll { display: block; z-index: 20; position: absolute; top: 100%; right: 0; width: 100%; box-shadow: 0px 0px 5px 3px rgba(57, 118, 148, .1); cursor: pointer; }
.select .selectric-open .selectric-items { display: block; z-index: 20;  }
.select .selectric-open .selectric-items ul { list-style-type: none; background: #3f8fb4; -webkit-appearance: none; -moz-appearance: none; appearance: none; color: #fff; border-bottom: 1px solid #397694; cursor: pointer; }
.select .selectric-open .selectric-items li { padding: 11px 14px; border-bottom: 1px solid #397694; border-right: 1px solid #397694;  border-left: 1px solid #397694; letter-spacing: 0.06em; }
.select .selectric-open { box-shadow: 0px 0px 5px 3px rgba(57, 118, 148, .1); }
.select .selectric-hide-select { display: none; }
.select .selectric-items { display: none; }
.select .selectric-input { display: none; }
.select label { font-size: 21px; color: #666666; font-weight: normal; margin-right: 17px; letter-spacing: 0.003em; display: inline-block;vertical-align: middle; }
.textarea {}
.radio {}
.checkbox {}
@media (max-width: 767px) {
	.field { height: 38px; font-size: 15px; padding: 0 8px; }
	.field::-webkit-input-placeholder { font-size: 15px; }
	.field:-ms-input-placeholder { font-size: 15px; }
	.field::placeholder { font-size: 15px; }
}
/* ------------------------------------------------------------ *\
	Form sign in
\* ------------------------------------------------------------ */
.form-sign-in { padding: 40px 133px 35px 130px; margin: 0 auto; text-align: center; background: #3f8fb4; color: #fff; }
.form-sign-in h2 { font-size: 39px; font-weight: normal; letter-spacing: -0.03em; }
.form-sign-in .btn-block { width: 100%; }
.form-sign-in .form__head { margin-bottom: 26px; }
.form-sign-in .form__body { margin-bottom: 26px; }
.form-sign-in .form__foot .btn + .btn { margin-top: 10px; }
.form-sign-in .form__label { position: absolute; top: 13px; left: -28px; }
.form-sign-in .form__label i { font-size: 19px; }
.form-sign-in .form__row { position: relative; }
.form-sign-in .form__row + .form__row { margin-top: 14px; }
@media (max-width: 767px) {
	.form-sign-in { padding: 30px 30px 25px 34px; }

	.form-sign-in h2 { font-size: 26px; }

	.form-sign-in .form__head { margin-bottom: 15px; }

	.form-sign-in .form__body { margin-bottom: 15px; }

	.form-sign-in .form__row + .form__row { margin-top: 10px; }

	.form-sign-in .form__foot .btn + .btn { margin-top: 7px; }

	.form-sign-in .form__label { position: absolute; top: 9px; left: -18px; }
	.form-sign-in .form__label i { font-size: 16px; }
}
/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
[class^="list-"] { list-style: none outside none; }
/* ------------------------------------------------------------ *\
	List terms
\* ------------------------------------------------------------ */
.list-terms { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; }
.list-terms li { margin-bottom: 15px; margin-right: 17px; }
.list-terms a { display: block; padding: 11px 23px 8px; text-decoration: none; font-family: 'Bitter', sans-serif; font-size: 21px; background: #f9e3d2; border: 2px solid #de651a; color: #000; transition: background .4s, color .4s; }
.list-terms a:hover { background: #de651a; color: #f9e3d2; }
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {}
/* ------------------------------------------------------------ *\
	Nav wrapper
\* ------------------------------------------------------------ */
.nav-wrapper { position: relative; }
.nav-wrapper .nav { position: absolute; top: 0; left: 46px; }
@media (max-width: 767px) {
	.nav-wrapper .nav { left: 36px; }
}
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav { display: inline-block; color: #f2c746; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15); width: 196px; visibility: hidden; opacity: 0; transition: visibility .4s, opacity .4s; }
.nav a { text-decoration: none; display: block; background: #397694; color: #f2c746; text-transform: uppercase; padding: 14px 26px 12px; font-family: 'Lato', sans-serif; font-size: 14px; font-weight: bold; transition: background .4s, color .4s; }
.nav a:hover { text-decoration: none; display: block; background: #f2c746; color: #397694; }
.nav_visible { visibility: visible; opacity: 1; z-index: 20; }
@media (max-width: 767px) {
	.nav a { padding: 10px 20px; }
}
/* ------------------------------------------------------------ *\
	Nav secondary
\* ------------------------------------------------------------ */
.nav--secondary ul { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
.nav--secondary li + li { margin-left: 44px; }
.nav--secondary a { font-family: 'Lato', sans-serif; text-decoration: none; text-transform: uppercase; font-size: 15px; }
.nav--secondary a:hover { text-decoration: none; color: #f2c746; }
.nav--secondary .current a { font-weight: 900; color: #f2c746; }
/* ------------------------------------------------------------ *\
	Nav trigger
\* ------------------------------------------------------------ */
.nav-trigger { width: 44px; height: 44px; display: inline-block; vertical-align: middle; background: #397694; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-flex-flow: column; -ms-flex-flow: column; flex-flow: column; transition: background .4s; }
.nav-trigger span { width: 22px; height: 2px; display: block; vertical-align: middle; background: #fff; margin-bottom: 7px; transition: background .4s, box-shadow .4s; }
.nav-trigger span:last-child { margin-bottom: 0; }
.nav-trigger:hover { background: #f2c746; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15); }
.nav-trigger:hover span { background: #397694; }
.nav-trigger_close span { transition: -webkit-transform .4s; transition: transform .4s; transition: transform .4s, -webkit-transform .4s; }
.nav-trigger_close span:nth-child(1) { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); position: relative; top: 8px; }
.nav-trigger_close span:nth-child(2) { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); position: relative; top: -1px; }
.nav-trigger_close span:nth-child(3) { display: none; }
@media (max-width: 767px) {
	.nav-trigger { width: 34px; height: 34px; }
	.nav-trigger span { width: 16px; height: 2px; margin-bottom: 5px; }
	.nav-trigger_close span:nth-child(1) { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); position: relative; top: 6px; }
	.nav-trigger_close span:nth-child(2) { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); position: relative; top: -1px; }
}
.popup { padding: 0 15px;  position: relative;  max-width: 553px; margin: 0 auto;}
.popup .mfp-close { margin-top: 12px; margin-right: 28px; }
/* ------------------------------------------------------------ *\
	Results
\* ------------------------------------------------------------ */
.results { list-style-type: none; }
.results .result { padding: 25px 0 30px; }
.results .result + .result { border-top: 2px solid #000; }
.results .result.no-border { border-top: 0; }


@media (max-width: 767px) {
	.results .result { margin-left: -20px; margin-right: -20px; padding: 18px 20px 17px; }
	.results .result.no-border { border-top: 2px solid #000; }
}
/* ------------------------------------------------------------ *\
	Result
\* ------------------------------------------------------------ */
.result h3 { display: inline-block; margin-right: 16px; margin-bottom: 9px; font-size: 21px; font-weight: normal; color: #000; }
.result h3 a { text-decoration: none; }
.result h3 a:hover { color: #f2c746; }
.result h3 a:hover span { color: #f2c746; }
.result span { color: #397694; transition: color .4s; }
.result small { font-size: 13px; color: #000; }
.result i { margin-right: 4px; color: #f2c746; font-size: 15px; }
.result p { letter-spacing: 0.006em; }
.result p a { font-weight: bold; color: #397694; }
.result p a:hover { text-decoration: underline; color: #f2c746; }
.result .banner { margin-top: 0px; padding-top: 0; overflow: auto }
.result .banner small { font-size: 12px; color: #a7a7a7; }
.result .banner__inner { margin-left: -28px; margin-right: 28px; }
@media (max-width: 767px) {
	.result h3 { margin-bottom: 0; margin-right: 0; font-size: 17px; }

	.result p { display: none; }

	.result small { display: none; }
	.result .banner small { display: block; }

	.result .banner { margin-top: 0; overflow:auto}
	.result .banner__inner { margin-left: 0; margin-right: 0; }
}
@media (max-width: 767px) {
	.results--secondary { margin-top: 17px; }
	.results--secondary .results li:nth-child(1) { padding-bottom: 17px;  }
	.results--secondary .result { border-top: 2px solid #000; }
}
/* ------------------------------------------------------------ *\
	Search
\* ------------------------------------------------------------ */
.search { position: relative; max-width: 524px; }
.search .search__field { display: block; height: 44px; width: 100%; padding: 0 37px 0 20px; background: #fff; border: 0; border-radius: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; font-family: 'Lato', sans-serif; font-size: 19px; color: #404142; }
.search .search__field::-webkit-input-placeholder { font-size: 19px; color: #808285; }
.search .search__field:-ms-input-placeholder { font-size: 19px; color: #808285; }
.search .search__field::placeholder { font-size: 19px; color: #808285; }
.search .search__btn { width: 44px; height: 44px; line-height: 44px; background: transparent; display: inline-block; text-align: center; position: absolute; bottom: 0; right: 0; }
.search .search__btn i { color: #397694; transition: color .4s; font-size: 18px; }
.search .search__btn:hover i { color: #f2c746; }
@media (max-width: 767px) {
	.search .search__field { font-size: 15px; padding: 0 20px 0 8px; }
	.search .search__field::-webkit-input-placeholder { font-size: 15px; }
	.search .search__field:-ms-input-placeholder { font-size: 15px; }
	.search .search__field::placeholder { font-size: 15px; }

	.search .search__btn { width: 38px; height: 44px; }
}
/* ------------------------------------------------------------ *\
	Search secondary
\* ------------------------------------------------------------ */
.search--secondary label { font-size: 21px; letter-spacing: 0.003em;}
.search--secondary .search__field { border: 1px solid #b0b2b3;  }
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {}
/* ------------------------------------------------------------ *\
	Section results
\* ------------------------------------------------------------ */
.section--results { padding: 22px 0 2px; }
.section--results h2 { font-size: 37px; font-weight: normal; display: block; border-bottom: 2px solid #000; margin-top: 52px; margin-bottom: 0px; padding-bottom: 22px; }
.section--results .results { padding-left: 53px; }
@media (max-width: 767px) {
	.section--results { padding: 26px 0 2px; }

	.section--results h2 { margin-top: 27px; margin-bottom: -2px; padding-bottom: 0; font-size: 31px; border-bottom: 0px; line-height: 1.1; }

	.section--results .results { padding-left: 0; }
	.section--results .results li:nth-child(1) { padding-bottom: 29px; }
	.section--results .results--secondary li:nth-child(1) { padding-bottom: 17px; }
}
/* ------------------------------------------------------------ *\
	Section primary
\* ------------------------------------------------------------ */
.section--primary { padding: 70px 0; text-align: center; }
.section--primary h4 { margin-bottom: 26px; font-size: 26px; font-weight: normal; letter-spacing: -0.001em; }
.section--primary .search--secondary { max-width: 524px; margin: 0 auto 25px; }
.section--primary .btn-warning { margin-bottom: 10px; max-width: 524px; margin: 0 auto 13px; letter-spacing: 0.01em; }
.section--primary .btn-warning i { font-size: 18px; margin-left: 4px; }
@media (max-width: 767px) {
	.section--primary { padding: 26px 0 28px; }

	.section--primary h4 { font-size: 19px; }
}
/* ------------------------------------------------------------ *\
	Section main
\* ------------------------------------------------------------ */
.section--main { padding: 27px 0 30px; }
.section--main h2 { margin-top: 43px; margin-bottom: 0px; font-weight: normal; line-height: 1.2; }
.section--main .section__inner { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
.section--main .section__content { -webkit-flex: 0 0 73.5%; -ms-flex: 0 0 73.5%; flex: 0 0 73.5%; max-width: 73.5%; padding-right: 40px; }
.section--main .section__aside { -webkit-flex: 0 0 26.5%; -ms-flex: 0 0 26.5%; flex: 0 0 26.5%; max-width: 26.5%; }
.section--main .section__aside .banner + .banner { margin-top: 62px; }
.section--main .select { margin-bottom: 30px; }
.section--main .list-terms { max-width: 770px; margin-bottom: 23px; }
.section--main .banner { max-width: 100%; margin-bottom: 20px; }
.section--main .search { margin-bottom: 41px; }
.section--main .search label { display: inline-block; margin-bottom: 15px; }
@media (max-width: 767px) {
	.section--main { padding: 20px 0 20px; }

	.section--main h2 { margin-top: 0; margin-bottom: 16px; letter-spacing: -0.03em; }

	.section--main .section__inner { display: block; }

	.section--main .section__content { display: block; width: 100%; max-width: 100%; padding-right: 0; }

	.section--main .section__aside { display: none; }

	.section--main .list-terms { display: none; }

	.section--main .select { display: none; }

	.section--main .banner { margin-bottom: 8px; }
	.section--main .banner + .banner { margin-top: 0; }

	.section--main .search { margin-bottom: 22px; }
}
.section--glossary h2 { color: #000; }
.section--glossary .search--secondary label { color: #666666; }
.section--glossary .search__field { border: 1px solid #d9d9d9;  }
/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.slider {}
.slider .slides { list-style: none outside none; }
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials ul { list-style-type: none; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
.socials li + li { margin-left: 10px; }
.socials .social__icon { width: 34px; height: 34px; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; background: #fff; border-radius: 50%; text-decoration: none; transition: background .34s; }
.socials .social__icon:hover { background: #9ad3ed; }
.socials .social__icon i { font-size: 14px; }
.socials .fa-twitter { color: #1da1f2; }
.socials .fa-facebook { color: #3b5998; }
.socials .fa-linkedin { color: #0077b5; }
.socials .fa-google-plus { color: #dd4b39; }
/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
.table {}
/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
.widgets { list-style: none outside none; }
/* ------------------------------------------------------------ *\
	IV.  Themes
\* ------------------------------------------------------------ */
.mfp-bg { background: rgba(255, 255, 255, .9); padding: 200px 0 200px; }
.mfp-content { padding: 135px 0; position: absolute; top: 0; left: 0; right: 0; bottom: 0;  }
.mfp-close { font-size: 0; width: 19px; height: 19px; display: inline-block; }
.mfp-close:before { content: '';  width: 21px; height: 2px; display: block; background: rgba(255, 255, 255, 1) !important; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); position: absolute; top: 10px; right: 0; }
.mfp-close:after { content: '';  width: 21px; height: 2px; display: block; background: rgba(255, 255, 255, 1) !important; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); position: absolute; top: 10px; right: 0; }


/*----------GLOSSARY------------*/
/* ------------------------------------------------------------ *\
	New Styles
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Containers
\* ------------------------------------------------------------ */

.shell { max-width: 1156px; padding: 0 20px; }

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header-mobile { display: none; }

/* ------------------------------------------------------------ *\
	Main Primary
\* ------------------------------------------------------------ */

.main-primary { padding: 20px 0 20px; font-family: 'Lato', sans-serif; }
.main-primary,
.main-primary * {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.main-primary h1,
.main-primary h2,
.main-primary h3,
.main-primary h4,
.main-primary h5,
.main-primary h6 { font-family: 'Bitter', serif; font-weight: normal; }
.main-primary h4 { font-size: 24px; }

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

.main-primary .main-body:after { content: ''; line-height: 0; display: table; clear: both; }

/* ------------------------------------------------------------ *\
	Content Primary
\* ------------------------------------------------------------ */

.content-primary { float: left; width: 100%; }

/* ------------------------------------------------------------ *\
	Sidebar Primary
\* ------------------------------------------------------------ */

.sidebar-primary { float: right; width: 27%; }

/* ------------------------------------------------------------ *\
	Article Primary
\* ------------------------------------------------------------ */

.article-primary { position: relative; padding: 37px 46px 46px; border: 2px solid #231f20; margin-bottom: 52px; }
.article-primary h1 { margin-bottom: 15px; color: #000; }
.article-primary p { font-size: 17px; line-height: 1.55; color: #6d6e71; }
.article-primary h4 { margin-bottom: 12px; }

.article-primary .article-actions { padding-top: 2px; margin-bottom: 33px; }

.article-primary .socials { position: absolute; right: -2px; bottom: 100%; padding: 5px 5px 0; border: 2px solid #231f20; }
.article-primary .socials .addthis_toolbox a,
.article-primary .socials .at300b { margin-bottom: 0; }

.content-primary .btn-primary { margin-right: 6px; margin-bottom: 5px; }

.article-primary-alt { margin-bottom: 18px; }
.article-primary-alt h1 { padding-right: 250px; }

.article-primary-alt .article-actions { position: absolute; top: 26px; right: 37px; font-size: 0; }
.article-primary-alt .btn-primary { margin-right: -1px; }

/* ------------------------------------------------------------ *\
	Widgets
\* ------------------------------------------------------------ */

.widgets { list-style: none outside none; }

.widget { margin-bottom: 20px; }

/* ------------------------------------------------------------ *\
	Widget Adler
\* ------------------------------------------------------------ */

.widget-adler .widget-body { padding: 6px 10px 3px; border: 2px solid #231f20; text-align: center; }

.widget-adler .widget-content { margin-bottom: 5px; }
.widget-adler .widget-content p { margin-bottom: 0; font-size: 18px; line-height: 1.35; font-weight: bold; }
.widget-adler .widget-content p a { color: inherit; }
.widget-adler .widget-content p a:hover { text-decoration: none; }

/* ------------------------------------------------------------ *\
	Widget Primary
\* ------------------------------------------------------------ */

.widget-primary { margin-bottom: 28px; }

.widget-primary .widget-image img { width: 100%; }

/* ------------------------------------------------------------ *\
	Widget Subscribe
\* ------------------------------------------------------------ */

.widget-subscribe { padding: 20px 20px 17px; background: #3f8fb4; color: #fff; }

.widget-subscribe-secondary { padding: 29px 47px 31px 38px; }

/* ------------------------------------------------------------ *\
	Subscribe
\* ------------------------------------------------------------ */

.subscribe .subscribe-head { margin-bottom: 17px; }
.subscribe .subscribe-head h4 { margin-bottom: 6px; }
.subscribe .subscribe-head p { margin-bottom: 0; font-size: 15px; line-height: 1.35; }

.subscribe .subscribe-body { color: #808285; }
.subscribe .subscribe-body:after { content: ''; line-height: 0; display: table; clear: both; }

.subscribe .subscribe-field { display: block; width: 100%; padding: 10px 10px 12px; border: none; background: #fff; font-family: 'Lato', sans-serif; font-size: 14px; color: #808285; }
.subscribe .subscribe-field ~ .subscribe-field { margin-top: 8px; }

.subscribe .subscribe-actions { padding-top: 9px; }

.subscribe .subscribe-btn { width: 100%; }

.subscribe ::-webkit-input-placeholder { color: #808285; opacity: 1; }
.subscribe :-moz-placeholder { color: #808285; opacity: 1; }
.subscribe ::-moz-placeholder { color: #808285; opacity: 1; }
.subscribe ::input-placeholder { color: #808285; opacity: 1; }
.subscribe input::-moz-placeholder { color: #808285; opacity: 1; }
.subscribe input[placeholder] { color: #808285; opacity: 1; }
.subscribe textarea[placeholder] { color: #808285; opacity: 1; }
.subscribe :-ms-input-placeholder { color: #808285; opacity: 1; }

.subscribe-secondary .subscribe-head { margin-bottom: 19px; }
.subscribe-secondary .subscribe-head h4 { margin-bottom: 8px; }
.subscribe-secondary .subscribe-head p { font-size: 17px; }

.subscribe-secondary .subscribe-field { float: left; width: 48.5%; padding: 12px 15px 14px; font-size: 15px; }
.subscribe-secondary .subscribe-field ~ .subscribe-field { margin-top: 0; }
.subscribe-secondary .subscribe-field:nth-child(even) { float: right; }

.subscribe-secondary .subscribe-actions { padding-top: 18px; }

/* ------------------------------------------------------------ *\
	Banner Primary
\* ------------------------------------------------------------ */

.article-primary .banner-primary { margin-bottom: 48px; }
.article-primary .banner-primary img { width: 100%; }

.article-primary .banner-primary-alt { margin-bottom: 23px; }

/* ------------------------------------------------------------ *\
	Btns
\* ------------------------------------------------------------ */

.content-primary .btn-alt { display: inline-block; text-align: center; vertical-align: middle; }
.content-primary .btn-alt {
	-webkit-transition: opacity .4s, border .4s, background .4s, color .4s;
	     -o-transition: opacity .4s, border .4s, background .4s, color .4s;
	        transition: opacity .4s, border .4s, background .4s, color .4s;
}

.content-primary .btn-alt:hover { text-decoration: none; }

/*  Btn Primary  */
.content-primary .btn-primary { position: relative; padding: 14px 20px 15px 49px; border: 2px solid #e57100; background: #fff; font-family: 'Lato', sans-serif; font-size: 16px; color: #e57100; font-weight: bold; }
.content-primary .btn-primary:hover { border-color: #e57100; background: #e57100; color: #fff; }
.content-primary .btn-primary small { font-size: 100%; }
.content-primary .btn-primary span { position: absolute; top: 0; left: 0; bottom: 0; width: 36px; background: #e57100; content: ''; }
.content-primary .btn-primary [class^="icon"] { position: absolute; top: 50%; left: 50%;

	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.content-primary .btn-primary-small { height: 42px; padding: 0px 4px 0px 4px; border-width: 1px; font-size: 12px; line-height: 38px; }
.content-primary .btn-primary-small span { position: relative; bottom: auto; display: inline-block; width: auto; margin-right: 4px; background: none; font-size: 0; line-height: 1.3; vertical-align: middle; }
.content-primary .btn-primary-small [class^="icon"] { position: static; 

	-webkit-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	     -o-transform: translate(0, 0);
	        transform: translate(0, 0);
    -webkit-transition: opacity .4s;
         -o-transition: opacity .4s;
            transition: opacity .4s;
}
.content-primary .btn-primary-small:hover [class^="icon"]:first-child { opacity: 0; }
.content-primary .btn-primary-small:hover [class^="icon"]:nth-child(2) { opacity: 1; }

.content-primary .btn-primary-small [class^="icon"]:nth-child(2) { position: absolute; top: 0; left: 0; opacity: 0; }

/*  Btn Orange  */
.content-primary .btn-orange { min-width: 180px; padding: 15px; border: 1px solid #e57100; background: #e57100; font-family: 'Lato', sans-serif; font-size: 16px; color: #fff; font-weight: bold; text-transform: uppercase; letter-spacing: 0.05em; text-decoration: none }
.content-primary .btn-orange:hover { background: #fff; color: #e57100; }

/*  Btn Blue  */
.content-primary .btn-blue { padding: 11px 10px 14px; border: 1px solid #397694; background: #397694; font-family: 'Lato', sans-serif; font-size: 16px; color: #fff; font-weight: bold; letter-spacing: 0.05em; text-transform: uppercase; cursor: pointer; }
.content-primary .btn-blue:hover { border-color: #fff; background: #fff; color: #397694; }

/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */

[class^="icon-"] { display: inline-block; background-position: 0 0; background-repeat: no-repeat; vertical-align: middle; }

.icon-plus { background-image: url(images/icons/ico-plus.png); width: 16px; height: 17px; }
.icon-pause { background-image: url(images/icons/ico-pause.png); width: 12px; height: 13px; }
.icon-next { background-image: url(images/icons/ico-arrow.png); width: 11px; height: 15px; }
.icon-plus-orange { background-image: url(images/icons/ico-plus-orange.png); width: 16px; height: 17px; }
.icon-pause-orange { background-image: url(images/icons/ico-pause-orange.png); width: 12px; height: 13px; }
.icon-next-orange { background-image: url(images/icons/ico-arrow-orange.png); width: 11px; height: 15px; }

/* ------------------------------------------------------------ *\
	Responsive Helpers
\* ------------------------------------------------------------ */

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block { display: none !important; }

@media (max-width: 767px) {
	.hidden-xs { display: none !important; }
	.visible-xs-block { display: block !important; }
	.visible-xs-inline { display: inline !important; }
	.visible-xs-inline-block { display: inline-block !important; }
      
}

@media (min-width: calc(767px + 1px)) and (max-width: 1023px) {
	.hidden-sm { display: none !important; }
	.visible-sm-block { display: block !important; }
	.visible-sm-inline { display: inline !important; }
	.visible-sm-inline-block { display: inline-block !important; }
        
}

@media (min-width: calc(1023px + 1px)) and (max-width: 1200px) {
	.hidden-md { display: none !important; }
	.visible-md-block { display: block !important; }
	.visible-md-inline { display: inline !important; }
	.visible-md-inline-block { display: inline-block !important; }
        
}

@media (min-width: calc(1200px + 1px)) {
	.hidden-lg { display: none !important; }
	.visible-lg-block { display: block !important; }
	.visible-lg-inline { display: inline !important; }
	.visible-lg-inline-block { display: inline-block !important; }
}

/* ------------------------------------------------------------ *\
	Media Queries
\* ------------------------------------------------------------ */

@media (max-width: 1139px) {
	#main { width: auto !important; padding: 0 20px; }

	header .inner,
	section#masthead .inner { width: auto; }

	footer { width: auto; padding: 10px 20px 0; }

	.article-primary { padding-left: 20px; padding-right: 20px; }

	.sidebar-primary { width: 30%; }

	/*  Btns  */
	.btn-primary { padding-left: 45px; padding-right: 12px; }

	.btn-primary-small { padding-right: 14px; padding-left: 11px; }
}

@media (max-width: 1023px) {
	.loginarea { height: auto !important; }
	.loginarea > form > span { margin: 5px 0 !important; }

	nav ul li a { padding: 0 5px; font-size: 13px; }
	a.member { padding-right: 5px !important; }

	nav ul li#nav-glossary a { padding-right: 42px; }

	div[style*="float:right; margin-top: -100px;    margin-right: 130px;"] { margin-right: 0 !important; }

	form#search { width: 520px;

		-webkit-background-size: 100% 100%;
		        background-size: 100% 100%;
	}

	section#masthead p.alphabet a { padding-left: 2px; padding-right: 2px; }

	.content-primary { width: 64%; }

	.sidebar-primary { width: 34%; }

	.article-primary-alt h1 { padding-right: 0; }

	.article-primary-alt .article-actions { position: static; }

	.banner-primary:last-child { margin-bottom: 0; }

	/*  Widget Subscribe Secondary  */
	.widget-subscribe-secondary { padding-left: 20px; padding-right: 20px; }
}

@media (max-width: 767px) {
	.loginarea { display: none !important; }

	.header-mobile { position: relative; display: block; height: 91px; padding: 17px 0 15px 45px; text-align: center; 

		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

	.logo-mobile { overflow: hidden; display: inline-block; width: 226px; height: 56px; background: url(images/alleydog-logo.png) no-repeat 0 0; -webkit-background-size: 100% 100%; background-size: 100% 100%; font-size: 0; text-indent: 100%; white-space: nowrap; }

	nav { position: absolute; top: 91px; left: 0; z-index: 10; display: none; width: 100%; height: auto; padding: 0; background: #3f8fb4; }
	nav ul li { float: none; height: auto; }
	nav ul li a { height: auto; padding: 13px 26px 14px; font-family: 'Bitter', serif; font-size: 22px; line-height: 1.3; color: #fff; font-weight: normal; }
	nav ul li a:hover { text-decoration: none; }
	nav ul li a:before { position: absolute; bottom: 0; left: 20px; right: 20px; border-bottom: 1px solid #5ba8c7; content: ''; }
	nav ul li a.more { background: none; }

	nav ul li.home,
	nav ul li#nav-glossary { display: none; }
	nav ul li#nav-glossary a { padding-right: 0; }

	nav ul #member-links,
	nav ul #more-links { position: static; display: none; width: auto; padding: 0; box-shadow: none; }
	nav ul #member-links ul,
	nav ul #more-links ul { float: none; width: auto; }
	nav ul #member-links ul li,
	nav ul #more-links ul li { height: auto; }
	nav ul #member-links ul li a,
	nav ul #more-links ul li a { display: block; height: auto; padding: 10px 20px; font-size: 20px; line-height: 1.3; color: #0065aa; }
	nav ul #member-links ul a:before,
	nav ul #more-links ul a:before { display: none; }

	div[style*="float:right; margin-top: -100px;    margin-right: 130px;"],
	
	section#masthead p.alphabet,
	section#masthead .inner img#dog,
	section#masthead h3 { display: none; }

	section#masthead { height: auto; padding: 20px 20px; border: none; background: #3f8fb4; }
	section#masthead .inner { min-height: 0; padding-left: 0; }

	form#search { left: 0; width: auto; height: auto; margin-bottom: 0; background: none; }
	form#search:before { position: absolute; top: 12px; right: 20px; background: url(images/ico-search@2x.png) no-repeat 0 0; width: 13px; height: 14px; -webkit-background-size: 100% 100%; background-size: 100% 100%; content: ''; }

	form#search input#st-search-input { position: static !important; width: 100% !important; padding: 12px 50px 12px 18px !important; background: #347392 !important; font-size: 12px !important; color: #fff !important;

		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

	form#search ::-webkit-input-placeholder { color: #fff; opacity: 1; }
	form#search :-moz-placeholder { color: #fff; opacity: 1; }
	form#search ::-moz-placeholder { color: #fff; opacity: 1; }
	form#search ::input-placeholder { color: #fff; opacity: 1; }
	form#search input::-moz-placeholder { color: #fff; opacity: 1; }
	form#search input[placeholder] { color: #fff; opacity: 1; }
	form#search textarea[placeholder] { color: #fff; opacity: 1; }
	form#search :-ms-input-placeholder { color: #fff; opacity: 1; }

	form#search input#search-btn { position: absolute; top: 2px; right: 9px; z-index: 5; width: 34px; height: 34px; opacity: 0; }

	/*  Nav Mobile Css  */
	.nav-mobile-outer { position: absolute; top: 0; bottom: 0; left: 0; width: 58px;

		-webkit-transition: background .4s;
		     -o-transition: background .4s;
		        transition: background .4s;
	}
	.nav-mobile-outer.active { background: #327291; }
	.nav-mobile-outer.active .nav-mobile span { background: #fff; }

	.nav-mobile { position: absolute; top: 27px; left: 20px; width: 26px; height: 30px; z-index: 99; }
	.nav-mobile span { display: block; width: 100%; height: 4px; border-radius: 2px; margin: 5px 0; background: #317392; }

	.nav-mobile:hover span { 
		-webkit-transform: rotate3d(0, 1, 0.1, 180deg);
	    -ms-transform: rotate3d(0, 1, 0.1, 180deg);
	    -o-transform: rotate3d(0, 1, 0.1, 180deg);
	    transform: rotate3d(0, 1, 0.1, 180deg);
	}

	.nav-mobile span:nth-child(1) {
	    -webkit-transition: all 0.5s ease 0s;
	    -o-transition: all 0.5s ease 0s;
	    transition: all 0.5s ease 0s;
	}

	.nav-mobile span:nth-child(2) {
	    -webkit-transition: all 0.4s ease 0s;
	    -o-transition: all 0.4s ease 0s;
	    transition: all 0.4s ease 0s;
	}

	.nav-mobile span:nth-child(3) {
	    -webkit-transition: all 0.3s ease 0s;
	    -o-transition: all 0.3s ease 0s;
	    transition: all 0.3s ease 0s;
	}

	.nav-mobile-outer.active .nav-mobile { width: 18px; }
	.nav-mobile-outer.active .nav-mobile span { opacity: 0; position: absolute; top: 25%; left: 0; height: 5px; }
	.nav-mobile-outer.active .nav-mobile span {
		-webkit-transform-origin: 50% 50%;
	    -moz-transform-origin: 50% 50%;
	    -ms-transform-origin: 50% 50%;
	    transform-origin: 50% 50%;
	}
	.nav-mobile-outer.active .nav-mobile span:first-child { opacity: 1; }
	.nav-mobile-outer.active .nav-mobile span:first-child { 
	    -webkit-transform: rotate3d(0, 0, 1, 45deg);
	    -ms-transform: rotate3d(0, 0, 1, 45deg);
	    -o-transform: rotate3d(0, 0, 1, 45deg);
	    transform: rotate3d(0, 0, 1, 45deg);
	}
	.nav-mobile-outer.active .nav-mobile span:last-child { width: 100%; opacity: 1; }
	.nav-mobile-outer.active .nav-mobile span:last-child {
	    -webkit-transform: rotate3d(0, 0, 1, -45deg);
	    -ms-transform: rotate3d(0, 0, 1, -45deg);
	    -o-transform: rotate3d(0, 0, 1, -45deg);
	    transform: rotate3d(0, 0, 1, -45deg);
	}

	/*  Main Primary  */
	.main-primary { padding: 2px 0; }
	.main-primary h4 { font-size: 22px; line-height: 1.2; }

	/*  Content Primary  */
	.content-primary { float: none; width: auto; padding-bottom: 19px; }

	/*  Siderbar Primary  */
	.sidebar-primary { float: none; width: auto; }

	/*  Article Primary  */
	.article-primary { padding: 0; border: none; margin-bottom: 20px; }
	.article-primary:last-child { margin-bottom: 0; }
	.article-primary h1 { margin-bottom: 9px; }
	.article-primary h4 { margin-bottom: 7px; }
	.article-primary p { margin-bottom: 15px; font-size: 14px; line-height: 1.9; }

	.article-primary .socials { position: static; padding: 20px 0 21px; border: none; border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; margin-top: 27px; }
	.article-primary .socials .addthis_toolbox { display: block; }

	.article-primary p + .article-actions { margin-top: -3px; }

	.article-primary .article-actions { padding-top: 0px; margin-bottom: 22px; font-size: 0; }

	.content-primary .btn-primary { margin-right: -1px; margin-bottom: -1px; }

	/*  Banner Primary  */
	.banner-primary { margin-bottom: 20px; }

	/*  Widget Adler  */
	.widget-adler .widget-body { padding: 0; border: none; }
	
	.widget-adler .widget-image { display: none; }
	.widget-adler .widget-image img { width: 100%; }

	.widget-adler .widget-content { margin-bottom: 14px; text-align: left; }
	.widget-adler .widget-content p { font-size: 15px; line-height: 1.6; color: #939393; font-weight: normal; text-transform: uppercase; }
	.widget-adler .widget-content p a { color: #4187a8; }

	/*  Widget Primary  */
	.widget-primary { margin-bottom: 20px; }

	/*  Widget Subscribe  */
	.widget-subscribe { padding: 17px 20px 14px; }

	/*  Subscribe  */
	.subscribe .subscribe-head { margin-bottom: 15px; }
	.subscribe .subscribe-head h4 { margin-bottom: 4px; }
	.subscribe .subscribe-head p { font-size: 14px; }

	.subscribe .subscribe-field { padding: 10px 10px 11px; font-size: 13px; }

	.subscribe .subscribe-actions { padding-top: 6px; }

	.subscribe .subscribe-btn { font-size: 15px; }

	.subscribe-secondary .subscribe-field { float: none; width: 100%; }
	.subscribe-secondary .subscribe-field:nth-child(even) { float: none; }
	.subscribe-secondary .subscribe-field ~ .subscribe-field { margin-top: 8px; }

	/*  Btns  */

	.content-primary .btn-primary { min-width: 90px; height: 34px; padding: 0 10px; border-width: 1px; font-size: 12px; line-height: 34px; text-transform: capitalize; }
	.content-primary .btn-primary span { position: relative; display: inline-block; width: auto; background: none; font-size: 0; line-height: 1.3; vertical-align: middle; -webkit-filter: blur(0); -webkit-backface-visibility: hidden;

		-webkit-transform: scale(.8);
		    -ms-transform: scale(.8);
		     -o-transform: scale(.8);
		        transform: scale(.8);
	}

	.content-primary .btn-primary .mobile-hide { display: none; }

	.content-primary .btn-primary [class^="icon"] { position: static;

		-webkit-transform: translateY(0);
		    -ms-transform: translateY(0);
		     -o-transform: translateY(0);
		        transform: translateY(0);
        -webkit-transition: opacity .4s;
             -o-transition: opacity .4s;
                transition: opacity .4s;
	}

	.content-primary .btn-primary [class^="icon"]:nth-child(2) { position: absolute; top: 0; left: 0; opacity: 0; }
	
	.content-primary .btn-primary:hover [class^="icon"]:first-child { opacity: 0; }
	.content-primary .btn-primary:hover [class^="icon"]:nth-child(2) { opacity: 1; }

	.content-primary .btn-orange { padding: 14px; }

	
}

.search .search__home{height:70px;}
.search .search__home__btn{height:70px;line-height: 70px}


.highlightText
{
    background-color: #f9e3d2;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 17px; line-height: 1.55; color: #6d6e71;
}

/* ------------------------------------------------------------ *\
	Text Primary
\* ------------------------------------------------------------ */

.text-primary { position: relative; padding: 0px 10px 10px;  margin-bottom: 42px; }
.text-primary h1 { margin-bottom: 15px; color: #000; }
.text-primary p { font-size: 17px; line-height: 1.55; color: #6d6e71; }
.text-primary div { font-size: 17px; line-height: 1.55; color: #6d6e71; }
.text-primary h4 { margin-bottom: 12px; }


#resource{background: #EBF3F7;padding: 10px; margin-left:10px;margin-bottom: 10px;float:right;font-family: "Helvetica Neue", Arial, sans-serif; color: #003399; }
/*#resource ul{list-style: none outside none;}*/
#resource ul li a{color: #003399; text-decoration: none; display: inline-block;vertical-align:text-top; }
#resource span a{border-bottom: 1px dotted #ddd; font-size: 16px;  text-decoration: none; display: inline-block; padding: 10px 12px 5px; font-weight:bold}
#resource ul li a:visited{background-color: transparent;color: #003399;text-decoration: none;}
#resource {
    background-color: #ECECEC;
    border: 1px solid #999999;
    clear: right;
    float: right;
/*    margin: 10px 10px 10px 40px;*/
    padding: 2px 8px 6px 14px;
    width: 280px;
}
#resource ul {
    list-style-position: outside;
    margin-left: 0;
    padding-left: 10px;
     list-style-type: disc;
     margin-bottom: 0px;
}
#resource ul li {
    border-bottom: 1px dotted #B2BCC6;
    font-size: 12px;
    margin: 0 0 4px 4px;
}
/*------------Alleydog Pages------------ */
.alleydog-pages
{
    line-height: 20px;
}
.alleydog-pages h1.border
{
    border-bottom: 1px solid #E4E4E4;
    position: relative;
    line-height: 1.2;
margin: 0 0 0.4em;
}
.alleydog-pages h1 {
    font-size: 1.9em;
    font-weight: bold;
    margin-bottom: 0.2em;
    color: #277a9b;
    font-family: "Helvetica Neue", Arial, sans-serif;   
}


#innerRow p{font-size:14px; font-family: "Helvetica Neue", Arial, sans-serif;
   margin: 0 0 1.5em;}

#innerRow {
    display: block;
    float: left;
    margin: 10px 5px 0;
    width: 95%;
}
#innerColLeft {
    display: block;
    float: left;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
/*    width: 52%;*/
}
/*Additional starts*/
#innerColLeft p{
   font-family: "Helvetica Neue", Arial, sans-serif;
   margin: 0 0 1.5em;
}

#innerCol p{
   font-family: "Helvetica Neue", Arial, sans-serif;
   margin: 0 0 1.5em;
}
#innerCol span{
   font-family: "Helvetica Neue", Arial, sans-serif;
}

#innerCol{
   font-family: "Helvetica Neue", Arial, sans-serif;
   margin: 0 0 1.5em;
}

#innerCol h3,h4{
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
}

.style2 {
    
    color: #336699;
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
}

/*#resource {
    background-color: #ECECEC;
    border: 1px solid #999999;
    clear: right;
    float: right;
    margin: 10px 10px 10px 40px;
    padding: 2px 8px 6px 14px;
    width: 240px;
}


#resource h2 {
    border-bottom: 1px dotted #CCCCCC;
    color: #999999;
    //font: 110% Georgia,"Times New Roman",Times,serif;
    float:left;
    margin-bottom: 4px;
padding-left: 8px;
margin-top:0px;
font: 17px Georgia,TImes New Roman,Times,serif;
}

#resource a:link, #resource a:visited {
    background-color: transparent;
    color: #003399;
    text-decoration: none;
    font-size: 100%;
}*/
#ad360x280 {
   
    display: inline-block;
    float: right;
    height: 280px;
    padding: 10px;
    width: 40%;

}

element {
    height: 180px;
    margin-top: -30px;
}
/*Additional ends*/
#innerCol {
    display: block;
    float: left;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
    width:100%;
}

.content p {
    color: #010101;
    float: left;
    font-size: 12px;
    padding: 8px 0;
    width: 100%;
	padding-left:10px;
}

.sub_heading {
    color: #010101;
    float: left;
    font-size: 14px;
    padding: 5px 0;
    width: 100%;
}
h2 {
  /*  background: url("../images/dot_line.gif") repeat-x scroll left bottom transparent;*/
    color: #010101;
    float: left;
    font-size: 30px;
    font-weight: bold;
    padding: 20px 0 2px;
    width: 93%;
	margin-bottom:0px;
	padding-left:10px;
}

#innerColRight {
    display: block;
    float: right;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
    width: 60%;
}

#innerMainColRight {
    display: block;
    float: right;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
    width: 25%;
}

.alleydog-pages hr
{
    display: block;
height: 1px;
border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
border-top: 1px solid #cccccc;
margin: 1em 0;
padding: 0;
}

.alleydog-pages a
{
    color: #0065aa;
text-decoration: none;
}

.alleydog-pages a:hover
{
text-decoration: underline;
}

.nav_btns a.pageinext {
    background: none repeat scroll 0 0 #5A83A1;
    color: #FFFFFF;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    height: 48px;
    line-height: 47px;
 
    text-decoration: none;
    text-transform: uppercase;
    width: 100px;
    text-decoration: none;
    left: 0px;
}

.nav_btns
{
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    padding-top:20px;
    padding-bottom:20px
}

#innerCol ul li
{
    margin-bottom: 10px;
    font-size: 14px;
    list-style-position: inside;
    
}

.ulstyle li a{font-size:12px;}

.sidebar-link 
{
    font-size:12px;
    display: block;
    padding-top:10px;
    padding-bottom:10px;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    text-align: center;
    color:#0089C7;
    text-decoration: none;
}

#resource h2
{
    margin-top: 0px;
    width:100%;
}

.informationbox {
    background-color: #DEE7F7;
    border: 1px solid #B9C7DE;
    color: #333333;
/*    margin: 3px 18px 14px;*/
    padding: 5px 9px 7px;
    text-align: left;
    width: 100%;
}
.informationbox h4 {
    border-bottom: 1px solid #B9C7DE;
    color: #3C5CAE;
    font: bold 16px Times New Roman,Times,serif;
    margin: 3px 0 8px;
    padding: 0 0 1px;
}

.sub_heading table tbody tr td a {
    line-height: 2.5em;
}

.section__aside .style2
{
              
	font-size: 18px;
	color: #336699;
	font-weight: bold;
        font-family: "Helvetica Neue", Arial, sans-serif;

}


.section__aside  a
{
              
font-family: "Helvetica Neue", Arial, sans-serif;
   margin: 0 0 1.5em;
   color: #336699;
    font-size: 12px;
    font-weight: bold;
    line-height: 0px;
    text-decoration: none;

}

.section__aside  td
{
  font-family: "Helvetica Neue", Arial, sans-serif;
   font-size: 12px;
    line-height: 2em;
}

#innerCol td
{
    padding:5px;
}

.sub_heading ul li {
    line-height: 2.5em;
}


#innerMainColRight  a
{
              
font-family: "Helvetica Neue", Arial, sans-serif;
   margin: 0 0 1.5em;
   color: #336699;
    font-size: 12px;
    //font-weight: bold;
    line-height: 0px;
    //text-decoration: none;

}


.contenttable td
{
  font-family: "Helvetica Neue", Arial, sans-serif;
 
    font-size: 14px;
padding:20px;  
}

#innerCol ol li
{
  font-family: "Helvetica Neue", Arial, sans-serif;
 
    font-size: 14px;

}

#innerCol ul li ul
{
    margin-top:20px;
    margin-left:20px;
}

#innerCol ul > ul
{
    margin-top:20px;
    margin-left:20px;
 
}

#innerCol ul li ol
{
    margin-top:20px;
    margin-left:20px;
}

aside.section__aside #innerRow #innerCol a 
{
    line-height:25px;
}

aside.section__aside #innerRow #innerCol a:hover
{
    text-decoration:underline;
}

.videomenu
{
    margin-top:1px !important; 
    margin-bottom:5px !important;
    
}

@media (max-width: 767px) {
#resource
{
    width:100%;
}
}

@media (min-width: calc(767px + 1px)) and (max-width: 1023px) {
#resource
{
    width:100%;
}
}

/******** SITEMAP STYLES *****/

ul.sitemap {
                -moz-column-count: 3;
                -moz-column-gap: 20px;
                -webkit-column-count: 3;
                -webkit-column-gap: 20px;
                column-count: 3;
                column-gap: 20px;
              

            }

            .sitemapContents ul
            {
                margin:0px 0 0px 0px;
                padding:0;
                list-style: none;
                list-style-position: outside;
            }
            
            ul.mainCat{
                margin-top: 20px;
            }

            ul.mainCat > li {
                margin-top: 10px;
            }

            ul.mainCat > li > ul {
                margin-top: 10px;
            }

            ul.sitemapInner > li > a
            {
                font-weight: bold;
                font-size: 13px;
            }
            
            ul.sitemapInner > li 
            {
               margin-top:10px
            }

            ul.mainCat > li > a
            {
/*                border-top:1px #0065AA solid;
                border-bottom:1px #0065AA solid;
                padding-top:5px;
                padding-bottom: 5px;*/
                padding:5px;
                background: #eee;
                width:100%;
                display: block;
            }

            .sitemapContents li li
            {
                margin-left:10px;
                font-size: 12px;
            }


            
            .nav_btns a.pageiback {
    background: none repeat scroll 0 0 #5A83A1;
    color: #FFFFFF;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    height: 48px;
    line-height: 47px;
 
    text-decoration: none;
    text-transform: uppercase;
    width: 100px;
    text-decoration: none;
    left: 0px;
}

.fancybox-type-iframe .fancybox-inner {

overflow:hidden !important ;

}