/*
	Table of Contents

	I.   Generic --------------------------------------
	     01. Reset ------------------------------------
	     02. Base -------------------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     03. Fonts ------------------------------------
	     04. Helpers ----------------------------------
	         Clear ------------------------------------
	         Notext -----------------------------------
	         Hidden -----------------------------------
	         Alignleft --------------------------------
	         Alignright -------------------------------
	         Disabled ---------------------------------
	         Grid -------------------------------------
	         Responsive Helpers -----------------------
	II.  Regions --------------------------------------
	     01. Container --------------------------------
	     02. Content ----------------------------------
	         Mobile -----------------------------------
	     03. Footer -----------------------------------
	         Footer Bar -------------------------------
	         Footer Ads -------------------------------
	         Footer Nav -------------------------------
	         Footer Content ---------------------------
	         Footer Socials ---------------------------
	         Footer Copyright -------------------------
	         Footer Site map --------------------------
	         Mobile -----------------------------------
	     04. Header -----------------------------------
	         Header Bar -------------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     05. Main -------------------------------------
	         Mobile -----------------------------------
	     06. Shell ------------------------------------
	     07. Sidebar ----------------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     08. Wrapper ----------------------------------
	         Tablet Portrait --------------------------
	III. Modules --------------------------------------
	     01. Ads --------------------------------------
	     02. Ad Box -----------------------------------
	         Ad Large ---------------------------------
	     03. Ad Bar -----------------------------------
	     04. Ad IXL -----------------------------------
	         Tablet Portrait --------------------------
	     05. Article ----------------------------------
	     06. Boxes ------------------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     07. Button -----------------------------------
	         Button Block -----------------------------
	     08. Form Elements ----------------------------
	     09. Search -----------------------------------
	     10. Form -------------------------------------
	     11. Join -------------------------------------
	     12. List -------------------------------------
	     13. Logo -------------------------------------
	     14. Nav Trigger ------------------------------
	     15. Nav --------------------------------------
	         Mobile -----------------------------------
	     16. Nav Access -------------------------------
	         Mobile -----------------------------------
	     17. Nav Aside --------------------------------
	         Dropdown nav -----------------------------
	     18. Section ----------------------------------
	     19. Section Ads ------------------------------
	         Mobile -----------------------------------
	     20. Sidebar Trigger --------------------------
	         Sidebar close button ---------------------
	     21. Slider -----------------------------------
	     22. Socials ----------------------------------
	     23. Table ------------------------------------
	     24. Text -------------------------------------
	     25. Widget -----------------------------------
	         Widget socials ---------------------------
 */

.logo-small { background: url(../css/images/sprite/logo-small.png) no-repeat 0 0; background-size: 100% 100%; width: 120px; height: 120px; display: inline-block; vertical-align: top; font-size: 0; }
.logo-tablet { background: url(../css/images/sprite/logo-tablet.png) no-repeat 0 0; background-size: 100% 100%; width: 274px; height: 80px; display: inline-block; vertical-align: middle; font-size: 0; }
.logo { background: url(/picts/math-worksheets.png) no-repeat 0 0; background-size: 100% 100%; width: 270px; height: 80px; display: inline-block; vertical-align: middle; font-size: 0; }
.pinterest-save { background: url(../css/images/sprite/pinterest-save.png) no-repeat 0 0; background-size: 100% 100%; width: 50px; height: 20px; display: inline-block; vertical-align: middle; font-size: 0; }
.pinterest-save-hover, a:hover .pinterest-save, button:hover .pinterest-save, a.hover .pinterest-save, button.hover .pinterest-save, .pinterest-save.hover { background: url(../css/images/sprite/pinterest-save_hover.png) no-repeat 0 0; background-size: 100% 100%; width: 50px; height: 20px; display: inline-block; vertical-align: middle; font-size: 0; }
.cols:after,
.container:after,
.footer .footer__ads:after,
.footer .footer__nav ul:after,
.footer .footer__content:after,
.footer .footer__socials ul:after,
.header .header__inner:after,
.nav ul:after,
.nav-access ul:after,
.nav-aside ul li:after,
.section .section__head: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 { background: #fff; font-family: 'Georgia', 'Times', serif; font-size: 18px; line-height: 1.3; color: #444; }
a { color: #36C; text-decoration: none; }
a:hover { color: #69F; text-decoration: underline; }
a[href^="tel"] { text-decoration: none; }
h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 0.65em; }
h1 { font-size: 28px; }
h2 { font-size: 22px; color: #080; }
h3 { font-size: 22px; }
h4 { font-size: 20px; font-family: 'Arial', 'Helvetica', sans-serif; }
h5 { font-size: 18px; }
h6 { font-size: 16px; font-family: 'Arial', 'Helvetica', sans-serif; }
p,
ul,
ol,
dl,
table,
blockquote { margin-bottom: 1.3em; }
p { margin-bottom: 30px; }
ol,
ul { margin-left: 30px; }
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; }
/* Tablet Portrait */
@media (max-width: 1064px) {
	body { min-width: 1048px; }
}
/* Mobile */
@media (max-width: 767px) {
	body { min-width: 320px; font-size: 16px; }
}
/* ------------------------------------------------------------ *\
	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: 1064px) {
	.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: 1065px) and (max-width: 1290px) {
	.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: 1291px) {
	.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 { position: relative; }
.container:after { }
/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */
.content { float: left; width: calc(100% - 310px); padding-right: 10px; }
/* Mobile */
@media (max-width: 767px) {
	.content { float: none; width: 100%; padding-right: 0; }
}
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer { position: relative; z-index: 10; font-size: 12px; padding-top: 5px; width: calc(100% - 320px); }
/*  Footer Bar  */
.footer .footer__bar { padding: 10px 0; border-width: 1px 0; border-style: solid; border-color: #999; background: linear-gradient(to bottom, #fff 0%, #d5dce4 100%); }
/*  Footer Ads  */
.footer .footer__ads { box-shadow: 0 0 20px -6px rgba(0, 0, 0, .3) }
.footer .footer__ads:after { }
.footer .footer__ads .ad { float: left; }
/*  Footer Nav  */
.footer .footer__nav ul { list-style-type: none; margin-bottom: 0; }
.footer .footer__nav ul:after { }
.footer .footer__nav li { position: relative; float: left; }
.footer .footer__nav li + li { margin-left: 20px; }
.footer .footer__nav li + li:before { content: ''; position: absolute; top: 0; left: -10px; width: 1px; height: 11px; }
.footer .footer__nav a { display: inline-block;  }
/*  Footer Content  */
.footer .footer__content { padding: 15px 20px; background: #ebf0ff; }
.footer .footer__content:after { }
/*  Footer Socials  */
.footer .footer__socials { float: left; margin-right: 20px; }
.footer .footer__socials ul { list-style-type: none; vertical-align: top; margin-bottom: 0; }
.footer .footer__socials ul:after { }
.footer .footer__socials li { float: left; }
.footer .footer__socials li + li { margin-left: 20px; }
/*  Footer Copyright  */
.footer .footer__copyright { float: left; }
.footer .footer__copyright strong { font-family: 'Verdana', sans-serif; font-weight: 700; color: #00036a; }
.footer .footer__copyright a { font-family: 'Arial', 'Helvetica', sans-serif; font-weight: 700; }
/*  Footer Site map  */
.footer .footer__site-map { float: right; }
/* Mobile */
@media (max-width: 767px) {
	.footer { text-align: center; width: 100%; }

	.footer .footer__nav { text-align: center; }
	.footer .footer__nav ul { margin-left: 0; }

	.footer .footer__nav li { float: none; }
	.footer .footer__nav li + li { margin-left: 0; margin-top: 5px; }
	.footer .footer__nav li + li:before { display: none; }

	.footer .footer__socials { float: none; text-align: center; }
	.footer .footer__socials ul { display: inline-block; vertical-align: top; margin-bottom: 10px; }

	.footer .footer__copyright { float: none; margin-bottom: 10px; text-align: center; }

	.footer .footer__site-map { float: none; display: inline-block; font-size: 16px; }
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header { background: #284467; }
.header .header__ad-main { z-index: 40; width: calc(100% - 320px); background: #284467; }
.header .header__inner { /*display: flex; justify-content: space-between;*/ padding-top: 1px; }
.header .header__inner:after { }
.header .logo-image { float: left; }
.header .header__callout { float: right; }
.header .header__callout img { max-width: none; }
.header .logo-image { -webkit-order: 1; -ms-flex-order: 1; order: 1; }
.header .header__callout { -webkit-order: 2; -ms-flex-order: 2; order: 2; }
/*  Header Bar  */
.header .header__bar { padding: 7px 10px 7px 22px; border-width: 1px 0; border-style: solid; border-color: #ccc; background: linear-gradient(to bottom, #ffffff 0%, #d5dce4 100%); font-family: 'Verdana', sans-serif; font-size: 14px; font-weight: 700; color: #00036A; }
.header .header__bar-inner { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
.header .header__bar-inner:after { content: ''; clear: both; display: none; line-height: 0; }
/* Tablet Portrait */
@media (max-width: 1064px) {
	.header .header__callout { float: none; display: block; text-align: center; }
	.header .header__ad-main { width: auto; position: absolute; }
}
/* Mobile */
@media (max-width: 767px) {
	.header .header__inner { padding-top: 0; text-align: center; }

	.header .header__bar { position: relative; padding: 10px 5px 7px; }
	.header .header__bar-inner { display: block; }
	.header .header__bar-inner:after { display: table; }

	.header .header__bar-inner .nav-access { float: left; }
	.header .header__bar-inner .search,
	.header .header__bar-inner .nav { display: none; transition: .4s; }

	.header .header__bar.active .search,
	.header .header__bar.active .nav { display: block; }

	.header .nav-trigger { position: absolute; top: 15px; right: 10px; z-index: 10; }
}
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
.main { position: relative; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.main .main__sidebar { width: 160px; background: url(images/main-sidebar-background.jpg) repeat-y; background-size: 100% auto; }
.main .main__content { padding-left: 10px; width: calc(100% - 160px); }
/* Mobile */
@media (max-width: 767px) {
	.main .main__sidebar { position: absolute; top: 0; left: -160px; z-index: 10; transition: .4s; }
	.main .main__sidebar.active { left: 0; }

	.main .main__sidebar .ad-holder,
	.main .main__sidebar .widgets { display: none; }

	.main .main__content { position: relative; width: 100%; z-index: 5; padding: 44px 10px 0; }
}
/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.shell { max-width: 1220px; padding-left: 10px; padding-right: 10px; margin: auto; }
.shell-fluid { max-width: none; }
/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */
.sidebar { position: fixed; top: 0; right: 0; width: 310px; padding-right: 10px; background: #fff; }
.sidebar.scrolled { top: auto; bottom: 86px; }
/* Tablet Portrait */
@media (max-width: 1064px) {
	.sidebar { float: right; position: relative; top: 0; }
	.sidebar.scrolled { bottom: 261px; }
	.sidebar.scrolled .ads { position: absolute; bottom: 80px; height: 100%; }
}
/* Mobile */
@media (max-width: 767px) {
	.sidebar { float: none; width: 100%; padding: 30px 0; position: static; }
	.sidebar.scrolled .ads { position: static; float: none; top: auto; bottom: auto; height: auto; }
	.sidebar .ads { position: static; float: none; top: auto; bottom: auto; }
	.sidebar .ad-box { margin-top: 0; }
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper { min-height: 100vh; }
/* Tablet Portrait */
@media (max-width: 1064px) {
	.wrapper { overflow-y: hidden; }
}
/* ------------------------------------------------------------ *\
	III. Modules
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Ads
\* ------------------------------------------------------------ */
.ad728BTF { width: 728px; height: 90px; margin: auto; }
.ad--small { width: 160px; height: 90px; }
/* ------------------------------------------------------------ *\
	Ad Box
\* ------------------------------------------------------------ */
.ad-box { width: 300px; height: 250px; margin-bottom: 15px;  }
/*  Ad Large  */
.ad-box--large { height: 600px; }
/* ------------------------------------------------------------ *\
	Ad Bar
\* ------------------------------------------------------------ */
.ad-bar { padding: 15px 0; }
/* ------------------------------------------------------------ *\
	Ad IXL
\* ------------------------------------------------------------ */
.ad-ixl.fixed { position: fixed; top: 105px; left: 5px; z-index: 20; }
.ad-ixl.bottom { position: absolute; top: auto; bottom: 10px; }
/* Tablet Portrait */
@media (max-width: 1064px) {
	.ad-ixl.fixed { position: absolute; top: -193px; }
	.ad-ixl.bottom { top: auto; bottom: 0; -webkit-transform: none !important; -ms-transform: none !important; transform: none !important; }
}
/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */
.article { margin-bottom: 20px; }
.article .article__head { margin-bottom: 10px; }
.article .article__body { text-align: justify; }
/* ------------------------------------------------------------ *\
	Boxes
\* ------------------------------------------------------------ */
.boxes { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 1px; border: 1px solid #3366CC; background: #ffffdd; }
.box { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-content: stretch; -ms-flex-line-pack: stretch; align-content: stretch; -webkit-flex: 0 0 33.333%; -ms-flex: 0 0 33.333%; flex: 0 0 33.333%; max-width: 33.33%; padding: 2px; text-align: center; }
.box .box__container { padding: 5px; border: 0px solid #2c2c2c; width: 100%; }
.box .box__head { padding: 10px 0 10px; }
.box .box__title { font-family: 'Georgia', 'Times', serif; font-size: 13px; }
.box .box__topic { font-family: 'Georgia', 'Times', serif; color: #36C; font-size: 13px; }
.box .box__body { position: relative; overflow: hidden; width: 100%; max-width: 100%; border: 1px solid #3366cc; margin: 0 auto; }
.box .box__body a { display: block; }
.box .box__body img { width: 100%; height: auto; }
.box .box__actions { position: absolute; top: 10px; left: 10px; width: 50px; height: 20px; background: url(../css/images/sprite/pinterest-save.png) no-repeat; visibility: hidden; }
.box .box__actions:hover {  }
.box .box__body:hover .box__actions { visibility: visible; }
/* Tablet Portrait */
@media (max-width: 1064px) {
	.box { display: -webkit-flex; display: -ms-flexbox; display: flex; width: 50%; max-width: 50%; -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%;}
	.box .box__container { width: 100%; padding: 20px 5px; }
	.box .box__head { width: 100%; }
}
/* Mobile */
@media (max-width: 767px) {
	.boxes { display: block; }
	.box { display: block; width: 100%; max-width: 100%; -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; }

	.boxes .ad-box { margin: 5px -13px; width: auto; text-align: center; height: auto; background: #fff; }
	.boxes .ad-box__inner { background: #fff; padding: 5px 0; border-width: 1px 0; border-style: solid; border-color: #000; margin: 0 10px; }
	.boxes .ad-box__inner img { border: 1px solid #000; }
}
/* ------------------------------------------------------------ *\
	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; }
/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */
input::-webkit-input-placeholder { color: inherit; opacity: 1; }
input::-moz-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::-moz-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 {}
.textarea {}
.select {}
.radio {}
.checkbox {}
/* ------------------------------------------------------------ *\
	Search
\* ------------------------------------------------------------ */
.search { width: 120px; }
.search .search__field { display: inline-block; height: 22px; padding: 0 5px; border: 1px solid #ccc; transition: .3s;  }
.search .search__field:focus { box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5); }
.search .search__field:focus::-webkit-input-placeholder { color: #fff; }
.search .search__field:focus::-moz-placeholder { color: #fff; }
.search .search__field:focus:-ms-input-placeholder { color: #fff; }
.search .search__field:focus::placeholder { color: #fff; }
.search .search__field::-webkit-input-placeholder { color: #000; transition: .3s; }
.search .search__field::-moz-placeholder { color: #000; transition: .3s; }
.search .search__field:-ms-input-placeholder { color: #000; transition: .3s; }
.search .search__field::placeholder { color: #000; transition: .3s; }
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form {}
/* ------------------------------------------------------------ *\
	Join
\* ------------------------------------------------------------ */
.join { position: absolute; top: 0px; right: 0px; padding: 2px 5px; border: 2px solid #0000ff; background: #ffffc0; }
.joininline { width: 165px; padding: 2px 5px; border: 2px solid #0000ff; background: #ffffc0; }
 /* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
[class^="list-"] { list-style: none outside none; }
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {}
/* ------------------------------------------------------------ *\
	Nav Trigger
\* ------------------------------------------------------------ */
.nav-trigger { position: relative; z-index: 10; width: 20px; height: 14px; }
.nav-trigger span { position: absolute; display: block; height: 2px; width: 100%; background: #284467; transition: top .2s .25s, left .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s; transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s; transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s, -webkit-transform .2s 0s; }
.nav-trigger span:nth-child(1) { top: 0; }
.nav-trigger span:nth-child(2) { top: 6px; }
.nav-trigger span:nth-child(3) { top: 12px; }
.nav-trigger.active span { transition: background .2s, top .2s, left .2s, opacity .2s, -webkit-transform .2s .25s; transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s; transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s, -webkit-transform .2s .25s; }
.nav-trigger.active span:nth-child(3),
.nav-trigger.active span:nth-child(1) { top: 6px; }
.nav-trigger.active span:nth-child(2) { opacity: 0; }
.nav-trigger.active span:nth-child(1) { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.nav-trigger.active span:nth-child(3) { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav ul { margin: 0; }
.nav ul:after { }
.nav li { float: left; }
.nav li + li { margin-left: 4px; }
.nav a { display: inline-block; height: 22px; padding: 1px 5px; border: 1px solid #0051d6; background: transparent; }
.nav a img { vertical-align: middle; }
.nav a:hover { background: #feffad; }
/* Mobile */
@media (max-width: 767px) {
	.nav { text-align: left; }
	.nav li { float: none; margin: 5px 0 0 0; }
	.nav li + li { margin-left: 0; }
}
/* ------------------------------------------------------------ *\
	Nav Access
\* ------------------------------------------------------------ */
.nav-access ul { margin: 0; }
.nav-access ul:after { }
.nav-access li { float: left; }
.nav-access li + li { margin-left: 4px; }
.nav-access a { display: inline-block; height: 22px; padding: 1px 5px; border: 1px solid #9a4444; background: transparent; }
.nav-access a:hover { background: #f6e6e6; }
/* Mobile */
@media (max-width: 767px) {
	.nav-access { margin-bottom: 5px; text-align: center; }
	.nav-access li { float: none; }
	.nav-access li + li { margin: 5px 0 0 0; }
}
/* ------------------------------------------------------------ *\
	Nav Aside
\* ------------------------------------------------------------ */
.nav-aside { width: 160px; border-top: 1px solid #9db9dd; font-weight: bold; font-family: 'Arial', 'Helvetica', sans-serif; background: linear-gradient(to right, #3e6ebd 0%, #6796d5 100%); font-size: 16px; }
.nav-aside .nav-aside__title { padding: 10px 20px; color: #ff0; text-align: center; }
.nav-aside ul { margin: 0; }
.nav-aside ul li { position: relative; border-left: 1px solid #9db9dd; }
.nav-aside ul li:after { }
.nav-aside .ico-arrow-right { float: right; margin-right: 5px; }
.nav-aside li + li { border-top: 1px solid #9db9dd; }
.nav-aside a { display: block; padding: 5px 0px 5px 3px; color: #fff; }
.nav-aside a:hover { background: #fff; color: #36c; text-decoration: none; }
/*  Dropdown nav  */
.nav-aside ul ul { position: absolute; z-index: 20; top: 0; left: 100%; width: 100%; border: 1px solid #fff; background: linear-gradient(to right, #3e6ebd 0%, #6796d5 100%); opacity: 0; box-shadow: 3px 3px 8px #818181; visibility: hidden; }
.nav-aside > ul > li:hover ul { opacity: 1; visibility: visible; }
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {}
.section hr { width: 100%; height: 5px; border: #8A8CD6 1px solid; background-color: #FFF; margin:5px 0px 10px 0px; color: #fdfdfd; }
.section .section__title { margin: 18px 0; }
.section .section__subtitle { margin: 18px 0; }
.section .section__head { position: relative; }
.section .section__head:after { }
.section .section__head--centered { text-align: center; }
.section .section__head .logo-small { float: left; width: 60px; height: 60px; margin-right: 15px; }
/* ------------------------------------------------------------ *\
	Section Ads
\* ------------------------------------------------------------ */
/* Mobile */
@media (max-width: 767px) {
	.section-ads { display: none; }
}
/* ------------------------------------------------------------ *\
	Sidebar Trigger
\* ------------------------------------------------------------ */
.sidebar-trigger { position: absolute; top: 2px; left: 0; width: 24px; height: 48px; background: #4171bf; border-top-right-radius: 24px; border-bottom-right-radius: 24px; box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, .5); transition: .4s; }
.sidebar-trigger .sidebar-trigger__container { position: relative; top: 17px; }
.sidebar-trigger .sidebar-trigger__container span { position: absolute; left: 5px; display: block; width: 10px; height: 2px; background: #fff; margin-bottom: 3px; transition: .4s; }
.sidebar-trigger .sidebar-trigger__container span:nth-child(1) { top: 0; }
.sidebar-trigger .sidebar-trigger__container span:nth-child(2) { top: 5px; }
.sidebar-trigger .sidebar-trigger__container span:nth-child(3) { top: 10px; }
.sidebar-trigger.active { left: 160px; }
.sidebar-trigger.active .sidebar-trigger__container span:nth-child(2) { opacity: 0; }
.sidebar-trigger.active .sidebar-trigger__container span:nth-child(1) { top: 2px; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
.sidebar-trigger.active .sidebar-trigger__container span:nth-child(3) { top: 8px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
/*  Sidebar close button  */
.sidebar-trigger-close { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 5; display: none; background: transparent; }
.sidebar-trigger-close.active { display: block; }
/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.slider {}
.slider .slides { list-style: none outside none; }
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
.table {}
.justy  { text-align: justify; FONT: 18px georgia, "times new roman", arial, sans-serif; font-weight: normal; }  
/* ------------------------------------------------------------ *\
	Text
\* ------------------------------------------------------------ */
.text-amplify { font-weight: 700; color: #080; }
.text-amplify--dark { color: #00f; }
.text-amplify--default { color: #444; }
#bltext     { COLOR: #00F; FONT: 14px georgia, "times new roman", arial, sans-serif; font-weight: normal; }
#gntext     { COLOR: #080; FONT: 14px georgia, "times new roman", arial, sans-serif; font-weight: normal; }
#bltxt     { COLOR: #4040FF; FONT: 14px georgia, "times new roman", arial, sans-serif; font-weight: bold; }
#gntxt     { COLOR: #080; FONT: 14px georgia, "times new roman", arial, sans-serif; font-weight: bold; }
#ortxt     { COLOR: #d87000; FONT: 14px georgia, "times new roman", arial, sans-serif; font-weight: bold; }
#hdtxt     { FONT: 17px georgia, "times new roman", arial, sans-serif; font-weight: bold; }
.bluetxt    { COLOR: #00F; FONT: 18px georgia, "times new roman", arial, sans-serif; font-weight: normal; }
.blutxt    { COLOR: #00F; FONT: 14px georgia, "times new roman", arial, sans-serif; font-weight: bold; }
.bluetext    { COLOR: #00F; FONT: 16px georgia, "times new roman", arial, sans-serif; font-weight: bold; }
.grntxt    { COLOR: #080; FONT: 14px georgia, "times new roman", arial, sans-serif; font-weight: bold; }
.greentxt   { COLOR: #080; FONT: 18px georgia, "times new roman", arial, sans-serif; font-weight: normal; }
.gtxt     { COLOR: #080; FONT: 18px georgia, "times new roman", arial, sans-serif; font-weight: bold; }
.ggtxt     { COLOR: #080; FONT: 22px georgia, "times new roman", arial, sans-serif; font-weight: bold; }
.otxt     { COLOR: #F07800; FONT: 18px georgia, "times new roman", arial, sans-serif; font-weight: bold; }
.rtxt     { COLOR: #F00; FONT: 18px georgia, "times new roman", arial, sans-serif; font-weight: bold; }
.rdtxt     { COLOR: #F00; FONT: 16px georgia, "times new roman", arial, sans-serif; font-weight: bold; }
.btxt     { COLOR: #00F; FONT: 18px georgia, "times new roman", arial, sans-serif; font-weight: bold; }
.bktxt     { FONT: 18px georgia, "times new roman", arial, sans-serif; font-weight: bold; }
p.smb       { FONT: 16px georgia, "times new roman", arial, sans-serif; font-weight: bold; }
/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
.widgets { list-style: none outside none; text-align: center; }
.widget { width: 115px; margin: 20px 0; border-radius: 10px; background: #fff; display: inline-block; }
/*  Widget socials  */
.widget .socials { min-height: 70px; padding: 3px; }
.widget .socials > img { margin-bottom: 10px; }
.follow { width:117px; height:70px; margin-left: 21px; background-color:#ffffff; padding-top:0px; }


/* ------------------------------------------------------------ *\
	Header 
\* ------------------------------------------------------------ */

.header .header__bar-inner {
	align-items: center;
	flex-flow: row wrap;
}

@media(max-width: 767px) {
	.header .header__bar {
		padding: 10px 10px 7px;
	}

	.header .header__bar-inner {
		display: flex;
		align-items: center;
	}

	.header .header__bar-inner:after {
		display: none; 
	}
}

/* ------------------------------------------------------------ *\
	Search
\* ------------------------------------------------------------ */

.search {
	width: auto;
	margin: 0 10px;
}

.search  input {
	border: 2px solid #000;
}

.search form > div {
	display: flex;
}

.search button {
	margin-left: 10px; 
	padding: 3px 10px;
	flex: 0 0 auto;
	min-height: 21px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 0;
	border: 2px solid #000;
	background: #fff;
}

.search button:hover {
	background: rgba(0, 0, 0, .3);
}

/* ------------------------------------------------------------ *\
	Date
\* ------------------------------------------------------------ */

.date {
	margin-right: 10px; 
	max-width: max-content;
	font-size: 13px; 
}

@media(max-width: 767px) {
	.date {
		flex: 0 0 auto;
		margin-top: 0;
		order: -1;
	}
}

@media(max-width: 370px) {
	.date {
		max-width: 50%;
	}
}

/* ------------------------------------------------------------ *\
	Sidebar Trigger
\* ------------------------------------------------------------ */

.sidebar-trigger {
	width: 48px;
	height: 45px;
	border-radius: 0;
}

.sidebar-trigger span {
	position: absolute; 
	top: 12px; 
	left: 4px; 
	background:#fff;
	width: 80%;
	height: 3px;
	border-radius: 100vw;
	transition: transform .4s, opacity .4s .4s, top .4s .4s;
}

.sidebar-trigger span:nth-child(2) {
	top: 22px;
}

.sidebar-trigger span:nth-child(3) {
	top: 32px;
}

.sidebar-trigger.active span {
	top: 21px;
	transform: rotate(45deg);
	border-radius: 4px;
	transition: transform .4s .4s, opacity .4s, top .4s;
}

.sidebar-trigger.active span:nth-child(2){
	transform: none;
	opacity: 0;
}

.sidebar-trigger.active span:nth-child(3) {
	transform: rotate(-45deg);
}
