html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

:focus, :active, input, a {
  outline: 0 !important;
  -moz-outline-style: none !important;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

header, footer, section, aside, nav, article, main {
  display: block;
}

/* [] COMPASS VARIABLES */
/* [] GRID VARIABLES */
/* [] FONT SETTINGS */
/* [] COLORS SETTINGS */
/* [] FONT FUNCTIONS */
/* [] BREAKPOINTS MEDIA QUERIES */
/* [] RESPONSIVE GRID */
.col-xs-25, .col-xs-30, .col-xs-50, .col-xs-100, .col-ms-25, .col-ms-30, .col-ms-50, .col-ms-100, .col-sm-25, .col-sm-30, .col-sm-50, .col-sm-100, .col-md-25, .col-md-30, .col-md-50, .col-md-100, .col-lg-25, .col-lg-30, .col-lg-50, .col-lg-100 {
  padding-left: 20px;
  padding-right: 20px;
  float: left;
}

.col-xs-25 {
  width: 25%;
}

.col-xs-30 {
  width: 33.33%;
}

.col-xs-50 {
  width: 50%;
}

.col-xs-100 {
  width: 100%;
}

@media (min-width: 468px) {
  .col-ms-25 {
    width: 25%;
  }
}

@media (min-width: 468px) {
  .col-ms-30 {
    width: 33.33%;
  }
}

@media (min-width: 468px) {
  .col-ms-50 {
    width: 50%;
  }
}

@media (min-width: 468px) {
  .col-ms-100 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .col-sm-25 {
    width: 25%;
  }
}

@media (min-width: 768px) {
  .col-sm-30 {
    width: 33.33%;
  }
}

@media (min-width: 768px) {
  .col-sm-50 {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .col-sm-100 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-25 {
    width: 25%;
  }
}

.col-md-30 {
  width: 33.33%;
}

@media (min-width: 992px) {
  .col-md-50 {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .col-md-100 {
    width: 100%;
  }
}

@media (min-width: 1260px) {
  .col-lg-25 {
    width: 25%;
  }
}

.col-lg-30 {
  width: 33.33%;
}

@media (min-width: 1260px) {
  .col-lg-50 {
    width: 50%;
  }
}

@media (min-width: 1260px) {
  .col-lg-100 {
    width: 100%;
  }
}

.col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 468px) and (max-width: 768px) and (max-width: 768px) {
  .container {
    max-width: 748px;
  }
}

@media (min-width: 468px) and (max-width: 768px) {
  .col-ms-1 {
    float: left;
    width: 8.33333%;
  }

  .col-ms-push-1 {
    left: 8.33333%;
  }

  .col-ms-pull-1 {
    right: 8.33333%;
  }

  .col-ms-offset-1 {
    margin-left: 8.33333%;
  }

  .col-ms-2 {
    float: left;
    width: 16.66667%;
  }

  .col-ms-push-2 {
    left: 16.66667%;
  }

  .col-ms-pull-2 {
    right: 16.66667%;
  }

  .col-ms-offset-2 {
    margin-left: 16.66667%;
  }

  .col-ms-3 {
    float: left;
    width: 25%;
  }

  .col-ms-push-3 {
    left: 25%;
  }

  .col-ms-pull-3 {
    right: 25%;
  }

  .col-ms-offset-3 {
    margin-left: 25%;
  }

  .col-ms-4 {
    float: left;
    width: 33.33333%;
  }

  .col-ms-push-4 {
    left: 33.33333%;
  }

  .col-ms-pull-4 {
    right: 33.33333%;
  }

  .col-ms-offset-4 {
    margin-left: 33.33333%;
  }

  .col-ms-5 {
    float: left;
    width: 41.66667%;
  }

  .col-ms-push-5 {
    left: 41.66667%;
  }

  .col-ms-pull-5 {
    right: 41.66667%;
  }

  .col-ms-offset-5 {
    margin-left: 41.66667%;
  }

  .col-ms-6 {
    float: left;
    width: 50%;
  }

  .col-ms-push-6 {
    left: 50%;
  }

  .col-ms-pull-6 {
    right: 50%;
  }

  .col-ms-offset-6 {
    margin-left: 50%;
  }

  .col-ms-7 {
    float: left;
    width: 58.33333%;
  }

  .col-ms-push-7 {
    left: 58.33333%;
  }

  .col-ms-pull-7 {
    right: 58.33333%;
  }

  .col-ms-offset-7 {
    margin-left: 58.33333%;
  }

  .col-ms-8 {
    float: left;
    width: 66.66667%;
  }

  .col-ms-push-8 {
    left: 66.66667%;
  }

  .col-ms-pull-8 {
    right: 66.66667%;
  }

  .col-ms-offset-8 {
    margin-left: 66.66667%;
  }

  .col-ms-9 {
    float: left;
    width: 75%;
  }

  .col-ms-push-9 {
    left: 75%;
  }

  .col-ms-pull-9 {
    right: 75%;
  }

  .col-ms-offset-9 {
    margin-left: 75%;
  }

  .col-ms-10 {
    float: left;
    width: 83.33333%;
  }

  .col-ms-push-10 {
    left: 83.33333%;
  }

  .col-ms-pull-10 {
    right: 83.33333%;
  }

  .col-ms-offset-10 {
    margin-left: 83.33333%;
  }

  .col-ms-12 {
    width: 100%;
  }
}
.main-menu-item a, .navbar-toggle, .navbar-toggle.navbar-toggle .icon-bar, .form-input, .form-textarea, .btn, .modal.fade .modal-dialog, .modal-header .close .fa, .article-title, .heading-search-btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .float-r {
    float: right;
  }
}

@media (min-width: 768px) {
  .float-l {
    float: left;
  }
}

.txt-l {
  text-align: left;
}

.txt-r {
  text-align: right;
}

.txt-c {
  text-align: center;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.fa-l {
  margin-left: 10px;
}

.fa-r {
  margin-right: 10px;
}

.hr {
  width: 100%;
  height: 30px;
}

.vbar {
  padding: 0 10px;
}

body {
  background: #e7eef4;
  color: #1a2c37;
  position: relative;
  min-height: 100%;
}
@media (min-width: 768px) {
  body {
    background: #e7eef4 url(../images/bg-body.png) 0 0 repeat-y;
  }
}

html {
  height: 100%;
}

@media (max-width: 767px) {
  .main-content {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  .main-content {
    margin-left: 240px;
  }
}

.content-inner {
  padding: 30px 0;
  margin: auto;
}
@media (max-width: 991px) {
  .content-inner {
    display: table;
  }
}
@media (min-width: 992px) {
  .content-inner {
    background: url(../images/square-1x1.png) right 290px top repeat-y;
  }
}

.content-inner-ext {
  max-width: 980px;
  background: none;
}

.group:after {
  display: table;
  clear: both;
  content: "";
}

@media (max-width: 991px) {
  .primary {
    display: table-header-group;
  }
}
@media (min-width: 992px) {
  .primary {
    margin-right: 290px;
  }
}

@media (max-width: 991px) {
  .secondary {
    display: table-footer-group;
  }
  .secondary:before {
    display: block;
    margin: 50px 0 0 0;
    content: "";
  }
}
@media (min-width: 992px) {
  .secondary {
    float: right;
    width: 290px;
    display: block;
  }
}

/* [] MAIN HEADER */
.main-header {
  padding-bottom: 20px;
  background: #374e5c;
}
@media (min-width: 768px) {
  .main-header {
    width: 240px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.main-header-logo {
  margin: 0;
  background: #213744;
  padding: 0 30px;
  height: 80px;
  line-height: 80px;
  border-right: 1px solid #374e5c;
}
.main-header-logo a {
  font-size: 20px;
  font-size: 2rem;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  background: url(../images/logo.png) left center no-repeat;
  background-size: auto 60px;
  padding: 0 0 0 60px;
}
.main-header-logo a span {
  color: #5cbb39;
}
.main-header-logo a:hover {
  text-decoration: none;
}
.main-header-logo a:hover span {
  color: white;
}
.main-header-logo a {
  display: block;
}

.main-menu {
  padding: 10px 0;
}

.main-menu-group {
  padding: 20px 0;
}

.main-menu-group-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  color: #668090;
  text-transform: uppercase;
  margin: 0 0 14px 30px;
}

.main-menu-item {
  border-bottom: 1px solid #405765;
  position: relative;
}
.main-menu-item:not(.no-arrow):after {
  font-family: FontAwesome;
  content: "\f105";
  top: 10px;
  right: 15px;
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
}
.main-menu-item:hover:after {
  color: #5cbb39;
}
.main-menu-item:not(.is-active):hover .main-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  width: 240px;
  z-index: 9999;
  display: block;
}
.main-menu-item:not(.is-active):hover .main-submenu-item a {
  padding-left: 30px;
}
.main-menu-item.is-active:after {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.main-menu-item.is-active .main-submenu {
  display: block;
}
.main-menu-item a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: white;
  padding: 10px 30px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #304350;
  font-weight: 700;
}
.main-menu-item a:hover, .main-menu-item a:focus {
  color: #5cbb39;
  text-decoration: none;
}

.main-menu-item-label {
  color: #5cbb39;
}

.main-submenu {
  display: none;
  overflow: hidden;
}

.main-submenu-item {
  border-bottom: 1px solid #405765;
}
.main-submenu-item:last-child {
  border-bottom: 0;
}
.main-submenu-item a {
  padding-left: 45px;
  background: #2f4552;
  font-weight: 400;
}

.main-header-copyright {
  font-size: 12px;
  font-size: 1.2rem;
  color: #668090;
  margin: 10px 0 0 30px;
  text-transform: uppercase;
}

/* [] NAVBAR */
.navbar {
  margin: 0;
  border: 0;
  border-bottom: 1px solid #405765;
  background: #213744;
}

.navbar-logo {
  background: none;
  float: left;
  border: 0;
}
.navbar-logo img, .navbar-logo a {
  display: block;
}

.navbar-toggle.navbar-toggle {
  margin: 23px 15px 23px 0;
  border-color: #5cbb39;
}
.navbar-toggle.navbar-toggle:hover, .navbar-toggle.navbar-toggle:focus {
  background: #5cbb39;
}
.navbar-toggle.navbar-toggle:hover .icon-bar, .navbar-toggle.navbar-toggle:focus .icon-bar {
  background: white;
}
.navbar-toggle.navbar-toggle .icon-bar {
  background: #5cbb39;
}

.navbar-collapse.navbar-collapse {
  box-shadow: 1px 5px 5px rgba(26, 44, 55, 0.2);
  border-color: #405765;
  padding-bottom: 10px;
}

.navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}

.navbar-nav-item.navbar-nav-item.navbar-nav-item:last-of-type a {
  border-bottom: 0;
}
.navbar-nav-item.navbar-nav-item.navbar-nav-item a {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 30px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid #405765;
}
.navbar-nav-item.navbar-nav-item.navbar-nav-item a:hover, .navbar-nav-item.navbar-nav-item.navbar-nav-item a:focus {
  color: #5cbb39;
}

/* [] FOOTER */
.main-footer {
  background: white;
  border-top: 1px solid #e7eef4;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 20px;
}

.main-footer-created img {
  vertical-align: middle;
}

html {
  font-size: 10px;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  color: #1a2c37;
}

body,
input,
select,
textarea {
  font-family: "Roboto Condensed", sans-serif;
}

strong, .strong {
  font-family: "Roboto Condensed", sans-serif;
}

em, i, .italic {
  font-style: italic;
}

a {
  color: #5cbb39;
  text-decoration: none;
}
a:hover, a:focus {
  color: #5cbb39;
  text-decoration: underline;
}

h1, .alfa,
h2, .beta,
h3, .gamma,
h4, .delta,
h5, .epsilon,
h6, .zeta {
  margin-bottom: 30px;
  font-weight: 700;
}

h1, .alfa {
  font-size: 36px;
  font-size: 3.6rem;
}

h2, .beta {
  font-size: 28px;
  font-size: 2.8rem;
}

h3, .gamma {
  font-size: 24px;
  font-size: 2.4rem;
}

h4, .delta {
  font-size: 18px;
  font-size: 1.8rem;
}

h5, .epsilon {
  font-size: 16px;
  font-size: 1.6rem;
}

h6, .zeta {
  font-size: 14px;
  font-size: 1.4rem;
}

.typography p,
.typography li,
.typography td,
.typography th {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5em;
}
.typography p,
.typography ul, .typography ol,
.typography table,
.typography fieldset {
  margin-bottom: 1.5em;
}
.typography ul, .typography ol {
  margin-left: 20px;
}
.typography ul .list-item {
  list-style: disc;
}
.typography ol .list-item {
  list-style: decimal;
}
.typography .lead {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5em;
}

/* [] INPUTS */
.form-input, .form-textarea {
  border-radius: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px 20px;
  color: #1a2c37;
  width: 100%;
  border: 0;
  -webkit-appearance: none;
}
.form-input:focus, .form-textarea:focus {
  border-color: #1a2c37;
}

.form-input-ext {
  border: 1px solid #374e5c;
  color: white;
  background: #1a2c37;
}
.form-input-ext:focus {
  border-color: white;
}

.form-textarea {
  height: 180px;
  line-height: 1.5em;
}

.form-label {
  display: block;
  margin: 0 0 10px;
  font-weight: 700;
}

.form-line {
  margin-bottom: 20px;
}

::-webkit-input-placeholder {
  line-height: 1.4em;
}

/* [] BUTTONS */
.btn {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  margin: 0;
  padding: 15px 30px;
  border: 0;
  background: #5cbb39;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-appearance: none;
  line-height: 1em;
}
.btn, .btn:visited, .btn:active {
  color: white;
  text-decoration: none;
}
.btn:hover {
  text-decoration: none;
  cursor: pointer;
  background: #213744;
}

.btn-wide {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  text-align: center;
}

.btn-color {
  background: #5cbb39;
  border: 0;
}
.btn-color, .btn-color:visited, .btn-color:active {
  color: white;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  width: 100%;
  padding: 0 20px;
  z-index: 1050;
}
@media (min-width: 768px) {
  .modal-dialog {
    padding: 0;
    width: 600px;
  }
}

.modal-content {
  border-radius: 3px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  position: relative;
  outline: none;
  border: 0;
  background-clip: padding-box;
}

.modal-header {
  overflow: hidden;
  padding: 0;
  height: 70px;
  line-height: 70px;
  background: #5cbb39;
  color: #5cbb39;
}

.modal-header .close {
  display: block;
  float: right;
  background: #5cbb39;
  color: #5cbb39;
  margin: 0;
  padding: 0;
  width: 70px;
  height: 70px;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.modal-header .close:hover, .modal-header .close:focus {
  cursor: pointer;
}
.modal-header .close:hover .fa, .modal-header .close:focus .fa {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.modal-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 70px;
  margin: 0 0 0 20px;
  color: #5cbb39;
}
@media (min-width: 768px) {
  .modal-title {
    font-size: 21px;
    font-size: 2.1rem;
    margin: 0 0 0 40px;
  }
}

.modal-body {
  position: relative;
  background: #5cbb39;
  padding: 40px;
}

/* [] ARTICLE */
.article-group {
  margin: 0 10px;
}
@media (min-width: 768px) {
  .article-group {
    width: 480px;
    margin: auto;
  }
}
@media (min-width: 992px) {
  .article-group {
    width: 100%;
    padding: 0 20px;
  }
}
@media (min-width: 1260px) {
  .article-group {
    width: 100%;
    max-width: 980px;
  }
}

.article {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.article a {
  display: block;
}
.article a:hover .article-title, .article a:focus .article-title {
  text-decoration: underline;
}
.article img {
  width: 100%;
  height: auto;
}

.article-header {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFhMmMzNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFhMmMzNyIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #1a2c37), color-stop(100%, rgba(26, 44, 55, 0)));
  background-image: -webkit-linear-gradient(bottom, #1a2c37, rgba(26, 44, 55, 0));
  background-image: linear-gradient(to top, #1a2c37, rgba(26, 44, 55, 0));
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  width: 100%;
  z-index: 30;
}

.article-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: white;
  line-height: 1.15em;
  text-decoration: none;
  margin: 15px 0 0 0;
}

.article-title-ext {
  font-size: 24px;
  font-size: 2.4rem;
}

.article-thumb {
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  z-index: 0;
}

.article-tag {
  font-family: "Roboto Condensed", sans-serif;
  background: white;
  color: #1a2c37;
  padding: 5px 10px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .article-tag {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.article-tag-green {
  background: #5cbb39;
  color: white;
}

.article-meta {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  border-top: 1px solid #405765;
  color: #304350;
  padding: 10px 0 0 0;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .article-meta {
    margin: 0 0 40px 0;
  }
}

.article-meta-right {
  float: right;
}

.article-meta-left {
  float: left;
}

.article-line {
  border-bottom: 1px solid #405765;
  padding-bottom: 25px;
  margin-bottom: 15px;
}

/* [] HEADING */
.heading {
  background: #213744;
  text-align: center;
}
@media (max-width: 767px) {
  .heading {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .heading {
    height: 81px;
    overflow: hidden;
  }
}

.heading-text {
  font-size: 26px;
  font-size: 2.6rem;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  text-align: center;
  margin-right: 290px;
  display: none;
}
@media (min-width: 992px) {
  .heading-text {
    display: block;
    padding: 28px 0 0 0;
  }
}

.heading-search {
  position: relative;
}
@media (min-width: 768px) {
  .heading-search {
    margin: 20px 20px 0 20px;
  }
}
@media (min-width: 992px) {
  .heading-search {
    float: right;
    width: 290px;
    margin: 20px 20px 0 0;
    text-align: center;
  }
}

.heading-search-btn {
  position: absolute;
  color: #374e5c;
  border: 0;
  top: 10px;
  right: 10px;
  background: none;
}
.heading-search-btn:hover {
  color: white;
}

.heading-search-input {
  padding-right: 35px;
}

/* [] SOCIAL */
.social-link-group {
  padding: 20px 0 20px 20px;
}
@media (min-width: 768px) {
  .social-link-group {
    padding: 30px 0 0 30px;
  }
}

.social-link {
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 35px;
  display: inline-block;
  color: #668090;
  border: 1px solid #668090;
  width: 35px;
  height: 35px;
  line-height: 34px;
  text-align: center;
  margin: 0 10px 0 0;
}
.social-link:hover, .social-link:focus {
  color: white;
  border-color: white;
}

.social-link-ext {
  line-height: 34px;
}
.social-link-ext:hover, .social-link-ext:focus {
  border-color: #1a2c37;
  color: #1a2c37;
}

/* [] POSTS, ARTICLES, PAGES */
.post {
  margin: 0 20px;
  max-width: 640px;
}
@media (min-width: 1260px) {
  .post {
    margin: auto;
  }
}

.post-title {
  color: #1a2c37;
  line-height: 1.1em;
}

.post-meta {
  color: #668090;
  margin: 10px 0 20px 0;
}
.post-meta a {
  color: #668090;
}
.post-meta a:hover {
  color: #5cbb39;
}

/* []  WIDGETS */
.widget {
  margin: 0 20px;
}
@media (min-width: 992px) {
  .widget {
    margin: 0 30px;
  }
}

.widget-title {
  font-size: 20px;
  font-size: 2rem;
  color: #213744;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}

.share {
  margin: 20px 0 0 0;
}
@media (min-width: 768px) {
  .share {
    margin: 50px 0 0 0;
  }
}

.share-label {
  line-height: 35px;
}
@media (min-width: 768px) {
  .share-label {
    float: left;
  }
}

/* [] PARTNER */
.partner-group {
  background: white;
}

.partner {
  float: left;
  margin: 0 15px;
}
@media (min-width: 768px) {
  .partner {
    display: inline-block;
    float: inherit;
  }
}

/*# sourceMappingURL=screen.css.map */