/*
Theme Name: Sero
Author: Tarig Sinada
Description: A simple fully responsive theme developed specifically for the SERO website.
Version: 1.0
Tags: red, white, grey, one-column, two-columns, three-columns, custom-header, custom-menu, editor-style, featured-images
Text Domain: Sero
*/


/************************************************ GENERAL *********************************************************/

@font-face {
    font-family: 'Source Sans Pro';
    src: url('fonts/googleapi/sourcesanspro-regular-webfont.eot');
    src: url('fonts/googleapi/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/googleapi/sourcesanspro-regular-webfont.woff') format('woff'),
         url('fonts/googleapi/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('fonts/googleapi/sourcesanspro-regular-webfont.svg#source-sans-proregular') format('svg');
    font-weight: normal;
    font-style: normal;
    text-transform: initial;
}

html {
  margin: 0;
  padding: 0
}

body {
  z-index: 1;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  color: #585858;
  line-height: 18px;
}

.wrapper
{
  max-width: 1024px;
  margin:0 auto;
}

#main 
{
  height: 100%;
  background: -webkit-linear-gradient(#C5C5C5, #FFFFFF 50px); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#C5C5C5, #FFFFFF 50px); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#C5C5C5, #FFFFFF 50px); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#C5C5C5, #FFFFFF 50px); /* Standard syntax (must be last) */
}

.main-content
{
  text-align: left;
  padding-top: 20px;
}
.main-content h2 
{
  margin-bottom: 10px;
}

.nopadding {
   padding: 0 !important;
}

.right-sidebar 
{
  margin-bottom: 20px;
}

.small_map_container
{
  background-color: #F0EEE0;
}

.pad_top_bottom
{
  padding: 10px 0px 10px 0px;
}

.pad_bottom
{
  padding-bottom: 10px;
}

.pagination
{
  width: 100%;
}

.pagination-container
{
  margin: 0 auto;
  text-align: center; 
  padding-bottom: 15px;
}

.center
{
  text-align: center;
}

.non-homepage-tab-section {
  z-index: 1;
  border: solid 1px #CCCCCC;
  margin: 20px 0 0 0;
  height: 500px;
  margin-bottom: 10px;
  padding: 10px;
}

.non-homepage-tab-section-twitter {
  height: 600px;
}
.longer-non-homepage-tab-section {
  z-index: 1;
  border: solid 1px #CCCCCC;
  margin: 20px 0 0 0;
  height: 550px;
  margin-bottom: 10px;
  padding: 10px;
}

.non-homepage-tab-section h2{
  text-align: center;
}

.main_text
{
  padding-bottom:20px;
}

.main_text > img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.link_button
{
  background-color: #CC3333;
  color: #FFFFFF;
  padding: 5px 10px 5px 10px;
  margin: 5px 0px 5px 0px;
}

.link_button a
{
  color: #FFFFFF;
}

.link_button a:hover
{
  color: #2F2F2F;
}

.hidden
{
  display: none;
}

.paginate_left_button
{
  text-align: left;
}

.paginate_right_button
{
  text-align: right;
}

.select_state_container
{
  width: 100%;
  background-color: #2F2F2F;
  color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
  line-height: 25px;
  text-align: left;
  display: inline-block;
}

.select_state_dropdown
{
  width: 100%;
  background-color: #2F2F2F;
  color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 25px;
  text-align:center;
  display: inline-block;
}

.hide {
  display: none;
}

p {
  margin-top: 1em;
  margin-bottom: 0.25em;
}

a,
a:active,
a:hover,
a:visited
{
  text-decoration: none !important;
  color: #D35A5A;
}

a:link {
  outline: none;
}

.error_page
{
  height: 620px;
}

optgroup, select, textarea {
  color: #2F2F2F !important;
}

input[type="text"],
input[type="select"],
input[type="search"] {
    height: 25px; 
    width: 200px; 
    padding: 5px 5px 5px 5px;
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    border-color: #2F2F2F;
    color: #2F2F2F;
    background-color: #FFFFFF;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
}

hr
{
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 30px;
}

h1
{
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin: 15px 5px 5px 0px;
  line-height: 145%;
}

h2 
{
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 5px 5px 5px 0px;
}


h3
{
  font-size: 20px;
  font-weight: bold;
  margin: 5px 0px 0px 0px;
}

h4
{
  font-size: 1.25em;
  margin: 0px 0px 10px 0px;
}

ul {
    list-style: disc outside none; 
    margin-left: 10px; 
    padding-left: 10px;
}

li {
    padding-left: 0.5em;
}

img 
{
  max-width: 90%;
  height:auto;
}


@media all
  and (min-width: 960px )
  and (orientation: landscape) 
{
  h1
  {
    text-align: left;
  }

  h2
  {
    text-align: left;
  }
}


/************************************************ HEADER *********************************************************/

#header 
{ 
  margin:0 auto;
  padding:0px auto;
  height: 100%;
  width: 100%;
  text-align: center;
  background-color: #000000; 
  color: #FFFFFF;
}

#header-container {
  min-height: 120px;
  max-width: 1024px;
  margin:0 auto;
}

#subscribe-section input[type="text"] {
  margin: 0;
  border: none;
  padding: 2px 5px 2px 5px;
  display: inline-block;
  color:#585858;
  font-family: inherit;
  font-size: 17px;
  height: 32px;
  width: 200px;
}

#subscribe-section input[type="submit"] {
  margin: 0;
  border: none;
  height: 32px;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 15px;
  text-align: left;
  background-color: #CC3333;
  color: #FFFFFF;
  padding: 5px 5px 5px 5px;
  cursor: pointer;
}

.header-menu
{
  min-height: 40px;
  width: 100%;
  background-color: #E7E7E7; 
}

#header-menu-container {
  max-width: 1024px;
  width: 100%;
  margin:0 auto;
  vertical-align: middle;
}

#header-menu-container #site-navigation{
  padding-top: 8px;
}

#site-navigation .nav-menu {
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
}

#site-navigation ul {
  list-style-type: none;
  overflow: hidden;
  margin-left: 0;
  padding: 0;
}

#site-navigation .nav-menu li {
  display: inline-block;
  text-align: center;
}

#site-navigation .nav-menu li ul.sub-menu {
  display: none;
  position: absolute;
  background-color: #E7E7E7;
  padding: 10px 0;
  margin-left: -10px;
  border-left: 10px solid #E7E7E7;
  border-right: 10px solid #E7E7E7;
  z-index: 100;
}


#site-navigation .nav-menu li ul.sub-menu li {
  display: block;
  text-align: left;
  font-weight: normal;
}


#site-navigation .nav-menu li:hover ul.sub-menu {
  display: block;
}

#site-navigation .nav-menu li#menu-item-699 {
  width: 60px;
  background-image: url(img/home-icon.png);
  background-position: center center;
  background-repeat: no-repeat;
  padding-right: 0;
}

#site-navigation .nav-menu li#menu-item-699 a {
  text-indent: -9999px;
  display: inline-block;
  width: 60px;
}

#site-navigation .nav-menu li a {
  color: #CC3333;
  font-size: 15px;
}

.header-menu #site-navigation .nav-menu li a:hover {
  color: #343434;
}

.header-menu #site-navigation .current-menu-item a {
  color: #343434;
}

.header-icons
{
  margin: 3px 20px 10px 0;
  padding: 3px 1px 3px 1px;
  font-size: 30px;
  vertical-align: middle;
}

.social_icon a
{
  color: #B0B0B0;
}

.donate_button
{
  display: inline-block;
  margin: 25px 0 10px 5px;
  padding: 18px 10px 15px 10px;
  border: solid 4px #FFFFFF;
  color: #FFFFFF;
  background-color: #CC3333;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  letter-spacing: 1px;
}

.donate_button a
{
  color: #CC3333;
}

.help_button
{
  display: inline-block;
  margin: 25px 0 10px 5px;
  padding: 8px 10px 7px 10px;
  border: solid 4px #FFFFFF;
  color: #FFFFFF;
  background-color: #CC3333;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  letter-spacing: 1px;
}

.help_button a
{
  color: #CC3333;
}

#header-search-container {
  margin:0 auto;
  width: 100%;
}

#search-wrap {
  margin: 5px 0 5px 0;
  background-color: #FFFFFF;
  height: 28px;
  width: 170px;
}

#search-input {
  padding: 2px 5px 2px 5px;
  border: none;
  font-size: 17px;
  height: 27px;
  width: 120px;
  background-color: #FFFFFF;
  outline: 0;
}

#search-submit {
  border: none;
  color: #525252;
  background-color: #FFFFFF;
  cursor: pointer;
  outline: 0;
  font-size: 15px;
}
  
#header-logo {
 margin-top: 5px;
}

#confirmation-dialog {
  background: rgba(0,0,0,0.8);
  opacity:1;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999992;
  display: none;
}

#confirmation-dialog > div {
  background: #FFFFFF;
  opacity:1;
  height: 120px;
  width: 350px;
  border: solid 2px #CCCCCC;
  position: relative;
  margin: 10% auto;
}

.close {
    z-index: 9999994;
    background: #CC3333;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    cursor: pointer;
  }

.ui-dialog-titlebar-close {
  visibility: hidden;
}

/* Mobile Phone */
@media all
  and (min-width: 320px) and (max-width: 600px)
{
  .header-menu
  {
    background-color: #000; 
  }

  #subscribe-section input[type="text"] 
  {
    width: 180px;
  }

  #search-wrap 
  {
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 15px;
    height: 33px;
    width: 250px;
  }

  #search-input 
  {
    padding: 2px 5px 2px 5px;
    border: none;
    font-size: 17px;
    height: 32px;
    width: 200px;
  }

  #subscriptionForm
  {
    margin-bottom: 10px;
  }

  #header-menu-container #site-navigation
  {
    padding-top: 0;
  }

  #site-navigation .nav-menu li 
  {
    width: 100%;
  }

  #header-navigation
  {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #header-navigation #site-navigation .nav-menu li 
  {
    background-color: #E7E7E7;
    width: 100%;
    border-top: solid 2px #000 !important;
    border-bottom: solid 2px #000 !important;
    border-left: solid 4px #000 !important;
    border-right: solid 4px #000 !important;
    padding: 4px 5px 4px 5px;
  }

  #header-navigation #site-navigation #menu-main-menu
  {
    border-bottom: solid 2px #000 !important;
    margin-bottom: 5px;
  }

  .donate_button
  {
    margin: 10px 0 10px 0;
    padding: 11px 5px 7px 5px;
    font-size: 13px;
  }
}


/* Small Tablet */
@media all
  and (min-width: 600px) and (max-width: 768px) 
{
  #site-navigation .nav-menu li 
  {
    width: 32%;
  }

  .header-menu
  {
    background-color: #000; 
  }

  #subscribe-section input[type="text"] 
  {
    width: 180px;
  }

  #search-wrap 
  {
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 15px;
    height: 33px;
    width: 250px;
  }

  #search-input 
  {
    padding: 2px 5px 2px 5px;
    border: none;
    font-size: 17px;
    height: 32px;
    width: 200px;
  }

  #subscriptionForm
  {
    margin-bottom: 10px;
  }

  #header-menu-container #site-navigation
  {
    padding-top: 0;
  }

  #header-navigation
  {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #header-navigation #site-navigation .nav-menu li 
  {
    background-color: #E7E7E7;
    width: 100%;
    border-top: solid 2px #000 !important;
    border-bottom: solid 2px #000 !important;
    border-left: solid 4px #000 !important;
    border-right: solid 4px #000 !important;
    padding: 4px 5px 4px 5px;
  }

  #header-navigation #site-navigation #menu-main-menu
  {
    border-bottom: solid 2px #000 !important;
    margin-bottom: 5px;
  }

  .donate_button
  {
    margin: 10px 0 10px 0;
    padding: 11px 5px 7px 5px;
  }
}

/* Medium Tablet */
@media all
  and (min-width: 768px) and (max-width: 960px) 
{
  #site-navigation .nav-menu li 
  {
    width: 32%;
  }

  #search-wrap 
  {
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  #search-input 
  {
    width: 140px;
  }
}

/* Large Tablet landscape and PC screen*/
@media all
  and (min-width: 960px )
  and (orientation: landscape) 
{
  #site-navigation .nav-menu li 
  {
    padding: 5px 20px 0px 0px;
  }
  #subscribe-section 
  {
    margin-top: 25px;
  }
  #subscribe-section input[type="submit"] 
  {
    float:left; 
  }

  #subscribe-section input[type="text"] 
  {
    float:left; 
  }

  #header-logo 
  {
    text-align: left;
  }

  .header-icons
  {
    float:left; 
  }

  .donate_button
  {
    float:right; 
  }

  #header-search-container 
  {
    margin: 1px 0px 0px 0px;
    float: right;
  }

  #search-wrap 
  {
    float:right; 
  }

  #search-input 
  {
    width: 140px;
  }
}


/************************************************ FOOTER *********************************************************/

#footer 
{ 
  width: 100%;
  height: 220px;
  color: #FFFFFF;
  background-color: #282828;
  text-align: center;
}

#footer-menu
{
  margin:0 auto;
  max-width: 1024px;
  padding: 20px 0 0 0;
}

#footer-menu  #site-navigation .nav-menu {
  text-align: center;
}

#footer-menu  #site-navigation .nav-menu li a:hover {
  color: #E7E7E7;
}

#footer-menu #site-navigation .current-menu-item a {
  color: #E7E7E7;
}

.copyright
{
  font-size: 0.9em;
  padding-top: 20px; 
}


/* Mobile Phone */
@media all
  and (min-width: 320px) and (max-width: 600px)
{

}


/* Small Tablet */
@media all
  and (min-width: 600px) and (max-width: 768px) 
{
  #footer 
  { 
    height: 170px;
  }
}

/* Large Tablet portrait*/
@media all
  and (min-width: 768px) and (max-width: 960px) 
  and (orientation: portrait) 
{
  #footer 
  { 
    height: 170px;
  }
}

/* Large Tablet landscape and PC screen*/
@media all
  and (min-width: 960px )
  and (orientation: landscape) 
{
  #footer 
  { 
    height: 130px;
  }
}




/************************************************ CONTACT US *********************************************************/


.contact-form-label
{
  text-align: left;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 10px;
}

#contact-form input[type="text"],
#contact-form select {
  height: 40px; 
  width: 400px; 
  padding: 5px 5px 5px 5px;
  display: inline-block;
  border: solid 1px #343434;
  color: #2F2F2F;
  background-color: #FFFFFF;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
}

#contact-form select {
  font-size: 16px;
}

#contact-form textarea {
  border: solid 1px #343434;
  height: 200px; 
  width: 400px;
  padding: 5px;
}

#contact-form input[type="submit"] {
  margin: 5px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  background-color: #CC3333;
  color: #FFFFFF;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 15px;
  text-align: left;
  border: none;
  cursor: pointer;
}

#contactForm {
  margin: 0 auto;
  width: 400px;
}

.validation-failed
{
  border-style: solid 1px #B40431;
  color: #B40431 !important;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 150%;
  word-spacing: 3px;
  display: inline-block;
}

.form-confirmation
{
  color: #FFFFFF;
  background-color: #43674D;
  width: 400px; 
  padding: 30px 30px 30px 30px;
  text-align: center;;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  font-size: 0.8em;
  letter-spacing: 0.3em;
  line-height: 150%;
  word-spacing: 0.25em;
}

#success, #error 
{
    display:none;
}

#general-info-hor-rule
{
  margin: 50px 0 40px 0;
}

/* Mobile Phone */
@media all
  and (min-width: 320px) and (max-width: 600px)
  and (orientation: portrait) 
{
  #contactForm 
  {
    margin: 0 auto;
    width: 300px;
  }

  .contact-form-label
  {
    padding-left: 10px;
  }

  .form-confirmation
  {
    width: 280px; 
  }

  #contact-form input[type="text"],
  #contact-form select {
    width: 280px; 
  }

  #contact-form textarea {
    height: 200px; 
    width: 280px;
  }
}

@media all
  and (min-width: 320px) and (max-width: 600px)
{
  #contact-us-page .main-content
  {
    text-align: center;
  }
}

/* Small Tablet */
@media all
  and (min-width: 600px) and (max-width: 800px) 
{
  #contact-us-page .main-content
  {
    text-align: center;
  }
}

/* Medium Tablet */
@media all
  and (min-width: 800px) and (max-width: 960px) 
{
  #contact-us-page .main-content
  {
    text-align: center;
  }
}

/* Large Tablet portrait*/
@media all
  and (min-width: 960px )
  and (orientation: portrait) 
{
  #contact-us-page .main-content
  {
    text-align: center;
  }
}

/* Large Tablet landscape and PC screen*/
@media all
  and (min-width: 960px )
  and (orientation: landscape) 
{
  #general-info-hor-rule
  {
    display: none;
  }

  #contactForm 
  {
    margin: 0 10px 0 10px;
  }
}

/************************************************ EVENT LIST PAGE ************************************************/


.event_list
{
  padding-bottom:20px;
}

.event_list_date
{
  color: #A6A6A6;
}

.event_list_location
{
  color: #A6A6A6;
}

.event_list_item
{
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.event_list_item h3 {
  color: #CC3333;
}



/************************************************ NEWS LIST PAGE ************************************************/


.news_list
{
  padding-bottom:20px;
}

.news_list_date
{
  color: #A6A6A6;
}

.news_list_item
{
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.article-page
{
  margin-top: 20px;
}

#pintrest-section {
  margin: 0 auto;
  padding-top: 10px;
  display: block;
  visibility: hidden;
  font-size: 13px;
  text-align: left;
  line-height: 17px;
  height: 497px;
  overflow-y:scroll;
  overflow-x:hidden;
}

#longer-news-section {
  padding-top: 10px;
  display: inline-block;
  font-size: 13px;
  text-align: left;
  line-height: 17px;
  max-height: 450px;
  height: 450px;
  overflow-y:scroll;
  overflow-x:hidden;
}

#instagram-section {
  padding-top: 10px;
  display: inline-block;
  font-size: 13px;
  text-align: left;
  line-height: 17px;
  max-height: 497px;
  height: 497px;
  overflow-y:scroll;
  overflow-x:hidden;
  padding: 0 5px 0 0;
}

#instagram-section .instagram-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  /*border: 1px solid #F1F1F1;*/
}

#homepage-sero-news-section .news-wrap {
  height: 528px;
  overflow-y: scroll;
  margin: 20px 10px 10px 10px;
  box-sizing: border-box;
}

#aggregated-news-section {
  padding-top: 10px;
  display: inline-block;
  font-size: 13px;
  text-align: left;
  line-height: 17px;
  max-height: 400px;
  height: 400px;
  overflow-y:scroll;
  overflow-x:hidden;
}

.aggregated-news-item {
  margin-bottom: 15px;
  display: block;
}

.aggregated-news-item-title {
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
}

#facebook-section #cff[style] {
  padding: 0 5px 0 0;
  height: 497px !important;
}


#twitter-widget-0[style] {
  height: 180px !important;
  width: 100% !important;
}


#twitter-section {
  display: none;
}


#instagram-section {
  display: none;
}

#home-carousel {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; 
  padding: 0 15px 0 15px;
}

#home-carousel .home-carousel-block {
  width: calc( 20% - 26px );
}

#home-carousel .home-carousel-block .sleeve {
  border: 1px solid #CCCCCC;
  padding: 5px;
  min-height: 190px;
}

#home-carousel .home-carousel-block .sleeve img {
  max-width: 100%;
}

#home-carousel .home-carousel-block select {
  width: 100%;
  font-size: 11px;
  padding: 2px;
}


.carousel-shortcuts {
  padding: 0 45px;
}

.carousel-shortcuts .home-shortcut {
}

.carousel-shortcuts .home-shortcut .sleeve {
  border: 1px solid #CCCCCC;
  padding: 10px;
  min-height: 305px;
  margin: 1px;
}

.carousel-shortcuts .home-shortcut h3 {
  background-color: #CC3333;
  color: #FFFFFF;
  padding: 5px 10px;
  min-height: 3.8em;
}

.carousel-shortcuts .home-shortcut h3 a {
  color: #FFFFFF;
}

.carousel-shortcuts .home-shortcut h4 {
  margin-top: 10px;
}

.carousel-shortcuts .home-shortcut img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.carousel-shortcuts .home-shortcut .teaser {
  margin-bottom: 10px;
}

.carousel-shortcuts .owl-controls .owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
  width: 26px;
  height: 42px;
  background-image: url(img/left-arrow.gif);
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -999px;
}

.carousel-shortcuts .owl-controls .owl-next {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  width: 26px;
  height: 42px;
  background-image: url(img/right-arrow.gif);
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -999px;
}

.latest_news_sidebar
{
  background-color: #F0EEE0;
  margin-top: 20px;
  padding: 10px;
  text-align: left;
  font-size: 0.9em;
  line-height: 100%;
}

.latest_news_sidebar h2
{
  text-align: center;
}

.external_news_sidebar
{
  background-color: #F0EEE0;
  margin-top: 20px;
  padding: 10px;
  text-align: left;
  font-size: 0.9em;
}

.news_topic_sidebar
{
  margin-top: 15px;
  text-align: left;
  font-size: 0.9em;
  padding: 10px;
}


/* Mobile Phone */
@media all
  and (min-width: 320px) and (max-width: 600px)
  and (orientation: portrait) 
{
  .news_list_item
  {
    min-height: 160px;
  }
}

@media all
  and (min-width: 320px) and (max-width: 600px)
{

}

/* Small Tablet */
@media all
  and (min-width: 600px) and (max-width: 768px) 
{

}

/* Large Tablet portrait*/
@media all
  and (min-width: 768px) and (max-width: 960px) 
  and (orientation: portrait) 
{

}

/* Large Tablet landscape and PC screen*/
@media all
  and (min-width: 960px )
  and (orientation: landscape) 
{

}


/************************************************ RESOURCE LIST PAGE ************************************************/


.download_link
{
  font-size: 0.9em;
  padding-top: 5px;
  padding-bottom: 20px;
}

.filter-drop-down {
  margin-bottom: 30px;
}

.filter-label {
  margin-right: 25px;
  font-weight: bold;
}

.filter-drop-down select {
  height: 40px; 
  width: 250px; 
  padding: 5px 5px 5px 5px;
  display: inline-block;
  border: solid 1px #343434;
  color: #2F2F2F;
  background-color: #FFFFFF;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
}



/************************************************ VIDEO GALLERY PAGE ********************************************/


.video_gallery
{
  text-align: left;
  margin-bottom: 0px;
}

.video_gallery a 
{
  color: #FFFFFF;
}

.video_gallery_head
{
  font-size: 1.25em;
  padding: 10px;
  background-color: #2F2F2F;
  color: #FFFFFF;
  text-align: center;
  margin: 0px;
}

.video_gallery_box_item
{
  padding-bottom: 50px;
}

.video_gallery_box_item h3
{
  padding-top: 20px;
}

.video_gallery_box_item a
{
  color: #D35A5A;
}

.toggle_s_f{
  cursor: pointer;
}

.toggle_m_c{
  cursor: pointer;
}

.toggle_med{
  cursor: pointer;
}

.intro_text
{
  font-size: 0.8em;
  min-height: 50px;
}

.toggle_button
{
  padding-left: 5px; 
  cursor: pointer;
}



/*********************************************************** SINGLE VIDEO PAGE ********************************************************/


#featured-video-for-large-screen
{
 display: none;
}

#featured-video-for-medium-screen
{
 display: none;
}

#featured-video-for-small-screen
{
 display: block;
}

/* Mobile Phone */
@media all
  and (min-width: 320px) and (max-width: 600px)
{

}

/* Small Tablet */
@media all
  and (min-width: 600px) and (max-width: 768px) 
{
  #featured-video-for-large-screen
  {
   display: none;
  }

  #featured-video-for-medium-screen
  {
   display: block;
  }

  #featured-video-for-small-screen
  {
   display: none;
  }
}
/* Medium Tablet*/
@media all
  and (min-width: 768px) and (max-width: 960px) 
{
  #featured-video-for-large-screen
  {
   display: block;
  }

  #featured-video-for-medium-screen
  {
   display: none;
  }

  #featured-video-for-small-screen
  {
   display: none;
  }
}

/* Large Tablet landscape and PC screen*/
@media all
  and (min-width: 960px )
{
  #featured-video-for-large-screen
  {
   display: block;
  }

  #featured-video-for-medium-screen
  {
   display: none;
  }

  #featured-video-for-small-screen
  {
   display: none;
  }
}


/*************************************************************** HOMEPAGE ***********************************************************/

#homepage hr
{
  margin-bottom: 30px;
}

.homepage_summary
{
  font-size: 2em;
  line-height: 145%;
  margin:0 auto;
}

.instagram-images
{text-align: center;
  position:relative;
  display:inline-block;
  width: 320px;
  margin: 20px 0 15px 0;
}

.instagram-images img
{
  width: 320px;
  height: auto;
}

.map_container
{
  margin:0 auto;
  max-width: 1024px;
  background-color: #F0EEE0;
}

.map_container_bottom
{
  margin:0 auto;
  max-width: 1024px;
  background-color: #2F2F2F;
  height: 8px;
}


/*
.at_a_glance_container
{
  margin:0 auto;
  max-width: 1024px;
  background-color: #2F2F2F;
  color: #FFFFFF;
  padding-top: 5px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

.at_a_glance_container a 
{
  color: #FFFFFF;
}

.at_a_glance_container h2
{
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
}



#poz-personals {
  display: inline-block;
  border: none;
  width: 100%;
  max-width: 1024px;
  height: 190px; 
  padding: 20px; 
  overflow-y:hidden;
  overflow-x:hidden;
}

#poz-personals h2 {
  margin-bottom: 20px;
}

#poz-personals table{
  border: none;
  table-layout: fixed;
  width: 100%;
  max-width: 1024px;
  max-height: 250px; 
}

#poz-personals th, td {
  font-family: 'Source Sans Pro', sans-serif;
  border: none;
  width: 25%;
  max-height: 100px; 
}

#poz-personals img {
  cursor: default;
  margin-right: 50px;
}

*/

.homepage-tab {
  padding: 10px 5px 9px 5px;
  color: #585858;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.8px;
  line-height: 30px;
  font-size: 11px;
  z-index: 2;
  border-top: solid 1px #CCCCCC;
  border-left: solid 1px #CCCCCC;
  border-right: solid 1px #CCCCCC;
  border-bottom: solid 1px #FFFFFF;
  cursor: pointer;
}

.first-tab 
{
  margin: 0 2px 0 0;
}

.middle-tab 
{
  margin: 0 2px 0 0;
}

.last-tab 
{
  margin: 0 0 0 0;
  padding-left: 4px;
  padding-right: 4px;
}

.homepage-tabs 
{
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
/*
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
*/
  -webkit-justify-content: space-between;
  justify-content: space-between; 
  margin-bottom: -2px;
  padding-top: 10px;
}

@-moz-document url-prefix() 
{ 
  .last-tab 
  {
    margin: 0 0 0 0;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio:0) 
{ 
  .homepage-tabs 
  {

    margin-bottom: -1px;
    padding-top: 10px;
  }

  .homepage-tab 
  {
    padding: 0px 20px 0px 20px;
  }


}

/* Mobile Phone */
@media all and (min-width: 320px) and (max-width: 600px)
{
  .first-tab 
  {
    margin: 0 1px 0 0;
  }

  .middle-tab 
  {
    margin: 0 1px 0 0;
  }

  .homepage-tab 
  {
    font-size: 12px;
    padding-left: 1px;
    padding-right: 1px;
  }  


}

.homepage-tab a,
.homepage-tab a:active,
.homepage-tab a:hover
{
  text-decoration: none;
  color: #FFFFFF !important;
}

.homepage-tab-active {
  background-color: #FFFFFF;
  border-bottom: solid 1px #FFFFFF;
}

.homepage-tab-inactive {
  background-color: #CCCCCC;
  border-bottom: solid 1px #CCCCCC;
}

.homepage-tab-section
{
  z-index: 1;
  /*border: solid 1px #CCCCCC;*/
  margin: 0;
  height: 497px;
  margin-bottom: 10px;
  padding: 10px 0;
}

#featured-video 
{
  padding: 5px;
  color: #FFFFFF;
  background-color: #525252;
  min-height: 150px;
}

#featured-video img 
{
  padding-top: 20px;
  width: 100%;
}

.featured-video-title
{
  text-align: left;
  font-size: 15px;
}

.featured-video-title a
{
  color: #FFFFFF;
  font-weight: bold;
}

.home
{
  padding: 0 !important;
}

.featured-video-intro
{
  text-align: left;
  font-size: 12px;
  line-height: 16px;
}

.homepage-highlights .sleeve {
  border: 1px solid #CCCCCC;
  margin: 10px 0;
  padding: 10px 10px;
}

.homepage-highlights .highlights-header h2 {
  margin-top: 0;
  text-align: center; 
  font-size: 16px;
}


#homepage-sero-news-section .sleeve {
  padding-left: 2px;
  padding-right: 2px;
}



hr.hr_grey
{
  margin-bottom: 5px !important; 
  margin-top: 5px !important;
}

.carousel-image-title
{
  font-weight: bold;
  display: inline-block;
  padding: 0 20px 0 5px;
  margin-top: 20px;
  text-align: left !important;
}

.carousel-image-description
{
  display: inline-block;
  padding: 0 20px 0 5px;
  margin-top: 10px;
  text-align: left !important;
}


.news-highlight-item-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; 
  margin-bottom: -2px;
  padding-top: 10px;
}

.news-highlight-item 
{
/*
  display: inline-block;
  margin-bottom: 15px;
  vertical-align: top;
  width: 48%;
*/
  width: calc( 100% / 6 );
  margin-bottom: 10px;
}

.news-highlight-item img {
  max-width: 100%;
}

.drop_down_label
{
  display: inline-block;
  padding-top: 25px;
  padding-right: 15px;
}

.highlight-title {
  padding: 0;
  font-size: 12px;
  text-align: left;
  line-height: 17px;
  letter-spacing: 0.8px;
}

.highlight-title a {
  color: #000000;
  font-weight: bold;
}

#large-map
{
  display: block;
}

#small-map
{
  display: none;
}


/* Mobile Phone */
@media all
  and (min-width: 320px) and (max-width: 600px)
{
  #homepage-poz-personals-section
  {
    display: none;
  }

  #homepage-instagram-section
  {
    display: none;
  }

  #homepage-sero-news-section
  {
    display: none;
  }

  #homepage-state-dropdown
  {
    text-align: center;
  }

  #homepage-state-dropdown select
  {
    width: 180px;
    font-size: 13px;
  }
}

/* Small Tablet */
@media all
  and (min-width: 600px) and (max-width: 768px) 
{
  #homepage-poz-personals-section
  {
    display: none;
  }

  #homepage-instagram-section
  {
    display: none;
  }

  #homepage-sero-news-section
  {
    display: none;
  }

  #featured-video img 
  {
    padding-top: 0px;
  }
}

/* Large Tablet portrait*/
@media all
  and (min-width: 768px) and (max-width: 960px) 
{
  .instagram-images
  {
    width: 240px;
  }

  .instagram-images img
  {
    width: 240px;
  }

  #featured-video img 
  {
    padding-top: 5px;
  }
}

/* Large Tablet landscape and PC screen*/
@media all
  and (min-width: 960px )
  and (orientation: landscape) 
{

}


/*************************************************************** SINGLE VIDEO PAGE ***********************************************************/


.featured_video_container
{
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #FFFFFF;
  background-color: #2F2F2F;
  text-align: left;
}

.featured_video
{
  padding: 0px 0px 0px 20px;
}
  
.featured_video_text
{
  padding-right: 20px;
}




/*************************************************************** SINGLE STATE PAGE ***********************************************************/


.image_text  
{
  text-align: left;
  margin-bottom: 20px;
  padding-right: 0 !important;
}

.image_text img 
{
  width: 100%; 
}

.external_news_sidebar
{
  text-align: center;
}




/*************************************************************** SEARCH RESULTS PAGE ***********************************************************/


.search-result-row
{
  margin-bottom: 20px;
}

.search-submit
{ 
  background-color: #CC3333;
  color: #FFFFFF;
  padding: 5px 10px 5px 10px;
  margin: 0px;
  cursor: pointer;
  border:none;
}

/*************************************************************** HISTORY ***********************************************************/

.history-item h3 {
  background-color: #000000;
  color: #FFFFFF;
  padding: 5px 10px;
}

/*************************************************************** HOMEPAGE TILES ***********************************************************/




#homepage-tiles {
  margin-bottom: 30px;
}

#homepage-tiles > .sleeve {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;   
}

#homepage-tiles .homepage-tile {
  position: relative;
  margin-bottom: 30px;
}

#homepage-tiles .homepage-tile > .sleeve {
  border: 1px solid #CCCCCC;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#homepage-tiles .homepage-tile[data-width='4'] {
  width: 100%;
}

#homepage-tiles .homepage-tile.tile-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;  
}

#homepage-tiles .homepage-tile-content-wrap {
  padding: 5px;
}

#homepage-tiles .homepage-tile-content-scroller {
  position: absolute; 
}

.homepage-tile h2 {
  font-size: 1.2em;
  padding: 5px 10px;
  text-align: center;
  min-height: 3.8em;
}


.homepage-tile .homepage-tile-content img {
  max-size: 100%;
}

.homepage-tile .homepage-tile-content p {
  margin-top: 0;
}

.homepage-tile.linking-groups .homepage-tile-content {
  text-align: center;
  overflow: hidden;
}

.homepage-tile.linking-groups .linking-group {
  display: inline-block;
  width: 30%;
}


.homepage-tile.linking-groups .linking-group a {
  display: block;
}

.homepage-tile.linking-groups .linking-group img {
  width: 75%;
  max-width: 100%;
  height: auto;
}

.homepage-tile *[data-pin-href="https://uk.pinterest.com/kenpinkela/"] {
  display: none;
}

.homepage-tile.pinterest span[data-pin-log="embed_grid"] {
  border: none !important;
  box-shadow: none !important;
  margin-top: 0px;
  padding: 0;
  background: transparent;
}

.homepage-tile.pinterest span[data-pin-log="embed_user_ft"] {
  display: none;
}

.homepage-tile.pinterest span[data-pin-href="https://www.pinterest.com/kenpinkela/"] {
  display: none;
}


.homepage-tile.aggregated-news .homepage-tile-content  {
  position: absolute;
  left: 10px;
  bottom: 10px;
  right: 10px;
  top: 40px;
  overflow-y: scroll;
  text-align: left;
}

.homepage-tile.facebook .homepage-tile-content {
  position: absolute;
  left: 10px;
  bottom: 10px;
  right: 10px;
  top: 40px;
  overflow-y: scroll;
  text-align: left;
}

.homepage-tile.facebook .homepage-tile-content #cff[style] {
  height: auto;
  overflow: visible;
  overflow-y: visible;
  overflow-x: visible;
  padding-left:0;
  padding-top: 0;
  padding-bottom: 0;
}

.homepage-tile.instagram .homepage-tile-content {
  position: absolute;
  left: 10px;
  bottom: 10px;
  right: 10px;
  top: 40px;
  overflow-y: scroll;
}

.homepage-tile.twitter .homepage-tile-content .widget-easy-twitter-feed-widget-global-wrapper {
  position: absolute;
  left: 10px;
  bottom: 10px;
  right: 10px;
  top: 40px;
  text-align: left;  
  overflow: hidden;
}

.homepage-tile.twitter h2 {
  min-height: 0;
}

.homepage-tile.map .homepage-tile-content .large-map {
  position: absolute;
  left: 10px;
  bottom: 10px;
  right: 10px;
  top: 80px;
  width: auto !important;
  height: auto !important;
  overflow: hidden;
}

.homepage-tile.map .homepage-tile-content #homepage-state-dropdown span {
  padding-top: 0;
}


