
/* General Styles */
body {
  font-family: Open Sans, Helvetica Neue, Airal, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #1F1F1F;
}
html, body {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Open Sans, Helvetica Neue, Airal, Helvetica, sans-serif;
  font-weight: 700;
}
table {
  width: 100%;
}

.twocols {
  display: table;
  width: 100%;
}
.twocols > * {
  display: table-cell;
  vertical-align: top;
}

.row.collapsed {
  margin-left: -4px;
  margin-right: -4px;
}
.row.collapsed > [class^="col-"] {
  padding-left: 4px;
  padding-right: 4px;
}

.animated {
  opacity: 0;
  transform: translateY(18px);
  transition: all 350ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
  backface-visibility: hidden;
}
.animated.in {
  opacity: 1;
  transform: translateY(0);
}


.alert {
  font-size: .875em;
  text-align: center;
  border-radius: 0;
}
.alert-danger {
  background-color: #f5d5d4;
}
.alert-warning {
  background-color: #FEFBD3;
}
.alert-inline {
  padding: 8px 14px;
  margin-top: 4px;
  border: none;
}

.popover {
  color: #222;
  font-size: 13px;
}
.popover ol {
  padding-left: 1.05em;
}
.popover li {
  margin: 4px 0;
}


a, button, .btn {
  transition: all .2s linear;
}
a:hover, button:hover {
  text-decoration: none;
}
a:focus, button:focus {
  outline: none;
  text-decoration: none;
}

.helper {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  background-color: rgba(0,0,0,.45);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-weight: 700;
  margin: 0 3px;
  transition: .2s all;
}
.helper:hover {
  background-color: transparent;
  color: rgba(0,0,0,.65);
  box-shadow: 0 0 0 1px rgba(0,0,0,.1);
}



.badge {
  border-radius: 3px;
  background-color: #F0F2F5;
  font-weight: 400;
  padding: 3px 5px;
  padding-top: 2px;
  font-size: 10px;
  color: rgba(45, 54, 68, .6);
}
.badge.published {
  background-color: transparent;
  box-shadow: inset 0 0 1px #65BAE9;
  color: #65BAE9;
}
.badge.missing {
  background-color: rgba(228, 152, 48, .65);
  color: #fff;
}
.badge.rejected {
  background-color: rgba(225, 31, 15, .45);
  color: #fff;
}
.list-products .foot .badge {
  opacity: 1;
  margin-top: 5px;
}



.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 45;
  background-color: rgba(0,0,0,.55);
  opacity: 0;
  visibility: hidden;
  transition: all .2s linear;
}


/* Buttons */

.btn {
  line-height: 1em;
  font-size: .875em;
  font-weight: 700;
  border-radius: 0;
  padding: 14px 16px;
  border: none;
  border-radius: 4px;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  opacity: .35;
}

.rounded {
  border-radius: 30px;
  padding-left: 35px;
  padding-right: 35px;
}

.btn-primary, 
.btn-primary:focus {
  background-color: #3475B7;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:active{
  background-color: #4487CA !important;
  color: #fff;
}

.btn-primary a:hover, .btn-primary a:active, .btn-primary a:focus {color:#fff !important;}

.btn a {padding:10px 0;}

.btn-default {
  color: #fff;
  background-color:#B1B9C3;
  border: none;
}
.btn-default:hover,
.btn-default:focus {
  background-color:rgba(71,98,111,0.85);
  color: #fff;
}

.btn-simple {
  color: #fff;
  background-color:rgba(0,0,0,.15);
  border-radius: 25px;
  font-weight: 400;
  padding: 10px 18px;
}
.btn-simple:hover {
  color: #fff;
  background-color:rgba(0,0,0,.35);
}
.btn-simple:focus {
  color: #fff;
}

.btn-outline {
  color: #fff;
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #fff;
}
.btn-outline:hover {
  background-color: #fff;
  box-shadow: inset 0 0 0 0px rgba(45,54,68,.45);
  color: #1f1f1f;
}


.btn.withfronticon [class^="icon-"],
.btn-text.withfronticon [class^="icon-"] {
  margin-right: 8px;
  font-size: 1.1em;
  position: relative;
  top: 1px;
}

.btn.withlasticon [class^="icon-"] {
  margin-left: 10px;
  margin-right: 5px;
  position: relative;
  top: 1px;
  -webkit-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
  -moz-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
  -o-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
  transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
}
.btn-text.withlasticon [class^="icon-"] {
  margin-left: 4px;
  margin-right: 5px;
  position: relative;
  top: 1px;
  -webkit-transition: all 240ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
  -moz-transition: all 240ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
  -o-transition: all 240ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
  transition: all 240ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
}

.btn.withlasticon:hover .icon-arrow,
.btn.withlasticon:hover .icon-arrow-alt {
  margin-left: 15px;
  margin-right: 0;
} 
.btn-text.withlasticon:hover .icon-arrow {
  margin-left: 9px;
  margin-right: 0;
}




/* Header and navbar */

.header {
  background-color: #e7e8ea;
  padding: 20px 0;
}
.header .colright {
  text-align: right;
}
.header-intro {
  padding: 25px 0;
  padding-top: 35px;
  text-align: center;
}
.header-intro h1 {
  font-size: 2.25em;
  margin: 0;
  margin-bottom: 8px;
}
.header-intro p {
  font-size: 1.2em;
  color: rgba(0,0,0,.6);
}

.btn-mobile-menu {
  width: 80px;
  height: 45px;
  text-align: left;
  padding-left: 10px;
  color: #fff;
  font-size: 1.45em;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  display: none;
}
.btn-mobile-menu:hover,
.btn-mobile-menu:focus {
  color: #fff;
}
.btn-mobile-menu [class^="icon-"] {
  position: absolute;
  right: 8px;
  top: 10px;
  transition: .3s all ease-out;
}
.btn-mobile-menu .icon-x {
  opacity: 0;
  visibility: hidden;
}
.showside .btn-mobile-menu .icon-x {
  opacity: 1;
  visibility: visible;
  transform: rotate(90deg);
}
.showside .btn-mobile-menu .icon-menu {
  opacity: 0;
  visibility: hidden;
  transform: rotate(90deg);
}
.btn-mobile-menu p {
  font-size: 11px;
  margin: 0;
  opacity: .65;
  line-height: 43px;
  padding-left: 10px;
}



/* Content Block */
.contentblock {
  padding: 40px 0;
}
.contentblock.shaded {
  background-color: #F2F5F7;
}
.content-introblock {
  padding-top: 20px;
  padding-bottom: 55px;
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
}
.contentblock h2 {
  font-size: 3em;
  margin: 0;
  margin-bottom: 16px;
}
.content-intro {
  color: rgba(0,0,0,.6);
  margin: 0;
}


.list-sites {
  margin: 0;
}
.list-sites > li > a, .ss {
  display: block;
  position: relative;
  padding: 15px 0;
  padding-bottom: 25px;
  padding-left: 390px;
  min-height: 240px;
  color: rgba(0,0,0,.6);
}
.list-sites > li > a.disabled,
.list-sites > li > a.disabled .btn, .ss.disabled, .ss.disabled .btn {
  cursor: default;
}
.list-sites .imgbox {
  width: 350px;
  height: 200px;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,.1);
  box-shadow: 0 3px 12px rgba(0,0,0,.1);
  transition: all 350ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
  overflow: hidden;
  position: absolute;
  left: 0;
}
.list-sites .imgbox img {
  width: 100%;
  height: auto;
}
.list-sites .site-title {
  font-weight: 700;
  font-size: 1.5em;
  margin: 0;
  margin-bottom: 16px;
  line-height: 1.2em;
  color: #222;
  transition: .2s all;
}
.list-sites .btn-primary {
  background-color: transparent;
  color: #3475B7;
  box-shadow: inset 0 0 0 1px rgba(52,117,183,.15);
  font-size: 13px;
  padding: 12px 16px;
  margin-top: 5px;
}
.list-sites > li > a.disabled .btn-primary {
  color: rgba(0,0,0,.55);
  background-color: rgba(0,0,0,.08);
  box-shadow: none;
}

.list-sites > li > a:not(.disabled):hover .btn-primary {
  background-color: #3475B7;
  color: #fff;
  box-shadow: none;
}
.list-sites > li > a:not(.disabled):hover .site-title {
  color: #3475B7;
}
.list-sites > li > a:not(.disabled):hover .withlasticon [class^="icon-"], .ss:not(.disabled):hover .withlasticon [class^="icon-"] {
  margin-left: 15px;
  margin-right: 0;
}
.list-sites > li > a:not(.disabled):hover .imgbox, .ss:not(.disabled):hover .imgbox {
  box-shadow: 0 5px 14px rgba(0,0,0,.15);
  transform: translateY(-5px) scale(1.03);
}

.subhead {
  display: block;
  padding: 15px 24px;
  line-height: 1.1em;
  background-color: #e7e8ea;
  border-radius: 5px;
  font-size: 1.5em;
  margin: 0;
  margin-top: 40px;
  margin-bottom: 25px;
}

.subhead-maternal {
  background-color: #F7DCD7;
}
.subhead-contraception {
  background-color: #D7E2F7;
}
.subhead-abortion {
  background-color: #F7ECD7;
}
.subhead-hiv {
  background-color: #FBEEF9;
}

.subhead-equality {
    background-color:#E0D7F7;
}

/* Mobile menu */
.mobile-bar {
  height: 45px;
  background-color: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid #D3DCDC;
  display: none;
}
.mobile-bar .logobox {
  padding-top: 5px;
  padding-left: 10px;
}
.mobile-bar .logo {
  width: 130px;
  height: auto;
}
.navbar-toggle {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  float: none;
  padding: 14px 14px;
}
.navbar-toggle .title {
  color: #3EAE48;
  font-size: 11px;
  font-weight: 700;
  float: left;
  margin-right: 5px;
}
.navbar-toggle:hover .icon-bar1 {
  transform: scale(.8, 1);
  transform-origin: 0 50%;
}
.navbar-toggle:hover .icon-bar3 {
  transform: scale(.85, 1);
  transform-origin: 0 50%;
}
.navbar-toggle .bars {
  float: left;
}
.navbar-toggle .icon-bar {
  background-color: #3EAE48;
  transition: .2s all ease-out;
}



/* Forms */
.form-narrow {
  max-width: 250px;
  margin: 0 auto;
}
.form .form-control {
  border-radius: 3px;
  box-shadow: none;
  height: 42px;
  font-size: .92em;
  border: 1px solid #AFBCBC;
  transition: .2s all;
  color: #26363E;
}
.form .form-control:focus {
  border-color: #3E9DAE;
}
.form .form-large {
  font-size: 2em;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
}
.form .form-group {
  margin-bottom: 10px;
}
.form .form-group > label {
  font-size: .75em;
  line-height: 1.1em;
  color: rgba(69,95,108,0.45);
  text-transform: uppercase;
}
.form .form-delimited {
  margin-top: 25px;
}
.form .help-block {
  font-size: .8em;
  opacity: .75;
}
.form .form-area {
  min-height: 80px;
}
.form .form-slider {
  padding: 25px 0;
  padding-bottom: 0;
  overflow: hidden;
}
.form .radio,
.form .checkbox {
  margin-top: 8px;
  margin-bottom: 8px;
}

.form-split .form-control {
  width: calc(100% - 160px);
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
}
.form-split .btn {
  width: 160px;
  display: inline-block;
  vertical-align: top;
}

.form-withperc {
  position: relative;
}
.form-withperc:after {
  content: "%";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  color: rgba(0,0,0,.35);
}


.form-centered {
  text-align: center;
}
.form-inline .form-control, 
.form-inline .btn {
  display: inline-block;
}

.form-url {
  margin: 26px 0;
}
.form-url .form-control {
  font-size: .875em;
  min-width: 300px;
}
.form-url .btn {
  height: 38px;
  font-size: .8em;
  padding: 7px 12px;
}
.clip-status {
  font-size: .875em;
  padding-top: 4px;
}

.form-settings .form-group {
  margin-bottom: 18px;
}

.form.shaded {
  background-color: #eee;
  padding: 35px 30px;
}
.form .checkbox label,
.form .radio label {
  padding-left: 0;
}
.fs-checkbox {
  position: relative;
  padding-left: 30px;
}
.fs-checkbox-marker {
  position: absolute;
  left: 0;
}

.form-prefix {
  position: relative;
}
.form-prefix .form-control {
  padding-left: 35px;
  padding-right: 0;
}
.form-prefix .picto {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  opacity: .45;
}
.form-prefix.dollar:before {
  content: "$";
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 3px;
  line-height: 28px;
  text-align: center;
  top: 10px;
  border: 1px solid rgba(0,0,0,.1);
}

.form-suffix {
  position: relative;
}
.form-suffix .form-control {
  padding-right: 35px;
}
.form-suffix .picto {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  opacity: .35;
  font-size: .85em;
}

.form-hidden {
  display: none;
}



/* Footer */

.footer {
  padding: 45px 0;
  padding-bottom: 65px;
}
.list-footlinks {
  text-align: right;
  margin-top: 34px;
}
.list-footlinks a {
  padding: 0 6px;
  color: #222;
  font-size: 14px;
  font-weight: 700;
}
.list-footlinks a:hover {
  color: #3475B7;
}
.list-footlinks .icon-twitter {
  color: #15A3C9;
  margin-right: 5px;
}

.footer p {
  font-size: .8em;
  color: #fff;
}
.footer .form-inline label {
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
}
.footer .form-newsletter {
  min-width: 300px;
}
.form-subscribed {
  padding-left: 10px;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-out;
}
.form-subscribed.subscribed {
  opacity: 1;
  visibility: visible;
}
.msg-success {
  margin: 0;
}
.footer .btn-outline:focus {
  color: #fff;
  border-color: #fff;
  outline: none;
}

#mc_embed_signup form {
  padding: 0 !important;
}
#mc_embed_signup .mc-field-group {
  display: inline-block;
  vertical-align: top;
}

#mc_embed_signup label {
  color: #222;
  font-size: 14px;
}
#mc_embed_signup .form-control {
  min-width: 300px;
}
#mc_embed_signup div.mce_inline_error {
    font-size: 13px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
#mce-success-response {
  color: #fff;
  font-size: 13px;
  padding-top: 10px;
  max-width: 600px;
}

.list-soc {
  margin-top: -4px;
  text-align: right;
}
.list-soc li {
  display: inline-block; 
  margin: 0 8px;
}
.list-soc a {
  width: 35px;
  height: 35px;
  line-height: 37px;
  color: #AAA;
  display: inline-block;
  text-align: center;
  font-size: 1.2em;
  position: relative;
}
.list-soc a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid rgba(0,0,0,.25);
  transition: all .2s ease-out;
}

.list-soc a:hover {
  color: #4CC3FF;
  text-decoration: none;
  color: #4CC3FF;
}
.list-soc a:hover:after {
  transform: scale(1.1);
  border-color: #4CC3FF;
}



.loader {
  margin: 30px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: .6em solid rgba(45,54,68,.2);
  border-right: .6em solid rgba(45,54,68,.2);
  border-bottom: .6em solid rgba(45,54,68,.2);
  border-left: .6em solid rgba(45,54,68,.65);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 4em;
  height: 4em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



/* iCheck plugin flat skin, black
----------------------------------- */
.icheckbox_flat,
.iradio_flat {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  background: url(../img/flat@2x.png) no-repeat;
  background-size: 176px auto;
  border: none;
  cursor: pointer;
}

.icheckbox_flat {
  background-position: 0 0;
  margin-right: 5px;
}
.icheckbox_flat.checked {
  background-position: -22px 0;
}
.icheckbox_flat.disabled {
  background-position: -44px 0;
  cursor: default;
}
.icheckbox_flat.checked.disabled {
  background-position: -66px 0;
}

.iradio_flat {
  background-position: -88px 0;
}
.iradio_flat.checked {
  background-position: -110px 0;
}
.iradio_flat.disabled {
  background-position: -132px 0;
  cursor: default;
}
.iradio_flat.checked.disabled {
  background-position: -154px 0;
}


/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/

.owl-theme .owl-controls{
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  text-align: center;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
  margin: 1px;
  height: 40px;
  width: 40px;
  font-size: 14px;
  background-color: rgba(0,0,0,.45);
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.owl-theme .owl-controls .owl-buttons div [class^="icon-"] {
  line-height: 40px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
  background-color: rgba(0,0,0,.85);
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center
}

@font-face {
  font-family: 'icomoon';
  src:url('../webfonts/icomoon.eot?mfvsxb');
  src:url('../webfonts/icomoon.eot?#iefixmfvsxb') format('embedded-opentype'),
    url('../webfonts/icomoon.woff?mfvsxb') format('woff'),
    url('../webfonts/icomoon.ttf?mfvsxb') format('truetype'),
    url('../webfonts/icomoon.svg?mfvsxb#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-email:before {
  content: "\e901";
}
.icon-excel:before {
  content: "\e903";
}
.icon-info:before {
  content: "\e904";
}
.icon-print:before {
  content: "\e907";
}
.icon-settings:before {
  content: "\e908";
}
.icon-arrow:before {
  content: "\e900";
}
.icon-facebook:before {
  content: "\e902";
}
.icon-instagram:before {
  content: "\e905";
}
.icon-linkedin:before {
  content: "\e906";
}
.icon-twitter:before {
  content: "\e90a";
} 




@media only screen and (min-width: 992px) {
  
}

@media only screen and (min-width: 1200px) {
  .container {
    width: 1018px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  
}

@media only screen and (min-width: 769px) {

}
@media only screen and (min-width: 768px) {
  
  
  

}

@media only screen and (min-width: 480px) {
  


}

@media only screen and (max-width: 1024px) {


}

@media only screen and (max-width: 768px) {
  html, body {
    font-size: 15px;
  }
  
  .header-intro {
    max-width: 600px;
    margin: 0 auto;
  }
  .header-intro h1 {
    font-size: 2em;
  }
  .contentblock h2 {
    font-size: 2.4em;
  }
  
  .list-sites > li > a, .ss {
    padding-left: 325px;
  }
  .list-sites .imgbox {
    width: 300px;
    height: 190px;
  }

}




@media only screen and (max-width: 992px) {

}

@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .logo-main img,
  .logo-sec img {
    height: 45px;
    width: auto;
  }

}


@media screen and (max-width: 767px)
{
  .header-intro {
    padding: 30px 0;
    padding-bottom: 15px;
  }
  .content-introblock {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .footer .twocols,
  .footer .twocols > * {
    display: block;
  }
  .footer .form .form-control {
    height: 40px;
  }
  #mc_embed_signup_scroll {
    text-align: center;
  }
  #mc_embed_signup .form-control {
    min-width: inherit;
  }
  #mc_embed_signup label {
    display: block;
    text-align: center;
  }
  #mc_embed_signup br {
    display: none;
  }
  .list-footlinks {
    text-align: center;
  }
}

@media screen and (max-width: 600px)
{
  .header {
    padding: 10px 0;
  }
  
  .header-intro {
    padding-bottom: 0px;
  }
  .header-intro h1 {
    font-size: 1.4em;
  }
  .header-intro p {
    font-size: 1.1em;
  }
  
  .content-introblock {
    padding-bottom: 20px;
  }
  .contentblock h2 {
    font-size: 1.8em;
  }
  
  .list-sites > li > a, .ss {
    padding: 15px 0;
    padding-bottom: 25px;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .list-sites .imgbox {
    width: auto;
    height: auto;
    padding-top: 60%;
    position: relative;
    margin: 0 auto;
    margin-bottom: 18px;
  }
  .list-sites .imgbox img {
    position: absolute;
    left: 0;
    top: 0;
  }
  .list-sites .site-title {
    font-size: 1.3em;
    margin-bottom: 8px;
  }
  
  .subhead {
    padding: 12px 24px;
    text-align: center;
    font-size: 1.15em;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  
  .list-footlinks {
    margin-top: 25px;
  }
  .list-footlinks li a {
    font-size: 13px;
  }
  
  #mc_embed_signup .mc-field-input {
    width: 70%;
    margin-right: -4px;
  }
  #mc-field-group mc-field-btn {
    width: 24%;
    margin-right: -4px;
  }
  
  #mc-field-group mc-field-btn .btn {
    padding-left: 7px;
    padding-right: 7px;
  }

}





@media screen and (max-width: 480px)
{
  

}
@media screen and (max-width: 360px)
{
  .list-sites p:not(.site-title) {
    font-size: 13px;
  }
  
  #mc_embed_signup .mc-field-input {
    width: 68%;
  }
  #mc-field-group mc-field-btn {
    width: 23%;
  }

}

@media only print {
  
  
  
}

img_l {display:inline-block; vertical-align: top; cursor:default;}