@media print { *, *:before, *:after { background:transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; }}  
* { box-sizing: border-box; }
*:before, *:after { box-sizing: border-box; }
.top__menu{margin-top:5px}
.ws_container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }
.ws_container:before, .ws_container:after { content: " "; display: table; }
.ws_container:after { clear: both; }
@media (min-width: 768px) { .ws_container { width: 750px; } }
@media (min-width: 992px) { .ws_container { width: 970px; } }
@media (min-width: 1200px) { .ws_container { width: 1170px; }}
.top { font-size: 13px; background-color: #f5f5f5; border-bottom: 1px solid #ededed; color: #aaaaaa; }
.top__tagline { text-align: center; padding: 8px 0 2.5px 0; }
@media (min-width: 992px) { .top__tagline { float: left; padding: 7.5px 0; } }
.top__menu { text-align: center; }
@media (min-width: 992px) { .top__menu { float: right; } }
/* 05.02. Header */
.header { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; }
.header__logo { -webkit-order: 1; -ms-flex-order: 1; order: 1; background-color: #ffffff; width: 100%; border-bottom: 1px solid rgba(0, 0, 0, 0.1); margin-bottom: 10px; padding-top: 10px; padding-bottom: 10px; }
@media (min-width: 992px) { .header__logo { z-index: 1; width: 270px; height: 120px; margin-bottom: 0; padding-top: 0; padding-bottom: 0; border-bottom: 0; } }
@media (min-width: 1200px) { .header__logo { position: relative; } }
@media (min-width: 1200px) { .header__logo::after { position: absolute; content: ""; z-index: -1; height: 43px; width: 43px; background-color: #ffffff; -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); bottom: 9px; right: -22px; } }
.header__logo img { display: inline-block; margin-top: 15px; margin-bottom: 15px; width: 60%; }
@media (min-width: 480px) { .header__logo img { width: auto; } }
@media (min-width: 992px) { .header__logo img { margin-bottom: 0; } }
.header__logo a { transition: all 100ms ease-out; }
.header__logo a:hover { text-decoration: none; }
.header__logo a h1 { margin: 40px 0; color: #444444; }
.header__logo a h1:hover { color: #000000; }
.header__widgets { -webkit-order: 3; -ms-flex-order: 3; order: 3; background-color: #ffffff; width: 100%; }
@media (min-width: 992px) { .header__widgets { -webkit-order: 2; -ms-flex-order: 2; order: 2; width: calc(100% - 270px); height: 120px; text-align: right; padding: 37.5px 0; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; } }
@media (min-width: 1200px) { .header__widgets { height: 90px; padding: 22.5px 0; } }
.header__navigation { -webkit-order: 2; -ms-flex-order: 2; order: 2; width: 100%; }
@media (min-width: 992px) { .header__navigation { -webkit-order: 3; -ms-flex-order: 3; order: 3; width: 75%; } }
@media (min-width: 1200px) { .header__navigation { width: calc(80% - 300px); margin-left: 300px; margin-top: -30px; } }
.header__navigation .navbar-collapse { padding: 0; }
@media (min-width: 992px) { .is-sticky-nav .header__navigation { position: fixed; top: 0; left: 0; width: 100%; z-index: 50; background-color: #1f425d; box-shadow: 0 0 10px rgba(0, 0, 0, 0.33); display: block; margin-top: 0; margin-left: 0; }
  .is-sticky-nav.admin-bar .header__navigation { top: 32px; } }
.header__navigation-widgets { -webkit-order: 4; -ms-flex-order: 4; order: 4; width: 100%; padding: 20px 0; }
@media (min-width: 992px) { .header__navigation-widgets { width: 25%; padding: 10px 0; text-align: right; } }
@media (min-width: 1200px) { .header__navigation-widgets { margin-top: -30px; width: 20%; } }
.header__container { background-color: #ffffff; position: relative; }
@media (min-width: 992px) { .header__container { background-color: #1f425d; }
  .header__container::before, .header__container::after { content: ""; position: absolute; top: 0; width: calc(50% - 470px); background-color: #ffffff; bottom: 60px; }
  .header__container::before { left: 0; }
  .header__container::after { right: 0; } }
@media (min-width: 1200px) { .header__container::before, .header__container::after { width: calc(50% - 570px); }
  .header__container::before { bottom: 30px; } }
/* 05.06. Footer */
.footer { position: relative; }
.footer::before, .footer::after { position: absolute; content: ""; background-color: #1f425d; }
@media (min-width: 992px) { .footer::before { width: 43px; height: 43px; top: -21px; -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); right: calc(50% - 470px - 85px); } }
@media (min-width: 1200px) { .footer::before { right: calc(50% - 570px - 85px); } }
@media (min-width: 992px) { .footer::after { height: 30px; top: -30px; right: 0; width: calc(50% - 470px - 63px); } }
@media (min-width: 1200px) { .footer::after { width: calc(50% - 570px - 63px); } }
.footer-top { position: relative; background-color: #1f425d; color: #ffffff; padding: 30px 0; }
@media (min-width: 992px) { .footer-top { padding: 55px 0; } }
.footer-top::before, .footer-top::after {position: absolute; content: ""; background-color: #1f425d; }
@media (min-width: 992px) { .footer-top::before { width: 43px; height: 43px; bottom: -21px; -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); left: calc(50% - 470px - 85px); } }
@media (min-width: 1200px) { .footer-top::before { left: calc(50% - 570px - 85px); } }
@media (min-width: 992px) { .footer-top::after { height: 30px; bottom: -30px; left: 0; width: calc(50% - 470px - 63px); } }
@media (min-width: 1200px) { .footer-top::after { width: calc(50% - 570px - 63px); } }
.footer-top__headings { color: #ffffff; font-size: 21px; margin-top: 0; margin-bottom: 21px; }
.footer-bottom { background-color: #333333; color: #577186; padding: 10px 0; text-align: center; }
@media (min-width: 992px) { .footer-bottom { padding: 19px 0; } }
.footer-bottom a { color: #eeeeee; font-weight: bold; }
.footer-bottom a:hover { color: #ffffff; }
@media (min-width: 992px) { .footer-bottom__left { float: left; } }
.footer-bottom__right { padding-top: 5px; }
@media (min-width: 992px) { .footer-bottom__right { float: right; padding-top: 0; } }
/* Header Widgets Specific Buttons */
.header__widgets .btn { width: 100%; }
@media (min-width: 992px) { .header__widgets .btn { width: auto; } }
.header .widget-icon-box:first-of-type .icon-box { margin-left: 0; padding-left: 0; border-left: 0; }
.header .icon-box { display: inline-block; text-align: left; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); width: 100%; }
@media (min-width: 992px) { .header .icon-box { margin-right: 20px; margin-bottom: 0; padding-left: 20px; padding-bottom: 0; border-left: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 0; width: auto; } }
@media (min-width: 1200px) { .header .icon-box { margin-right: 30px; padding-left: 30px; } }
.header .icon-box:hover { text-decoration: none; }
.header .icon-box .fa { color: #e21f2f; margin-right: 3px; }
.header .icon-box__title {font-family: "Roboto", Helvetica, Arial, sans-serif; display: inline-block; font-size: 13px; color: #aaaaaa; font-weight: normal; margin: 0; letter-spacing: 0; }
.header .icon-box__subtitle { display: block; color: #444444; font-weight: bold; }





