/* Screen stylesheet *//* Designed and developed by TCS Software (www.associationsoftware.com) */

/*
===========================================================================
@IMPORTED STYLESHEET: css-structure
---------------------------------------------------------------------------
*/

/**/body{  margin:0px;  padding:0px;  background:#0C297A;  background:linear-gradient(to right,#0C297A, #3250A3);}img, iframe{  max-width:100%;  height:auto;}.viewall{  padding:5px 15px;  background:#B91500;  color:#ffffff !important;  text-decoration:none !important;  border-radius:5px;  display:inline-block;  margin:0px 0px 30px 0px;}.sidebox .viewall{  margin:0px 0px 0px 0px;}.tcs_printer_friendly a{  background:#d4d4d4 url(http://www.mdcdbroadcasters.com/aws/MDCD/am/gi/icon-print.png?ver=0) no-repeat left center;  padding:10px 20px 10px 50px;  border-radius:5px;  color:#ffffff !important;  text-decoration:none !important;  margin:10px 0px 20px 0px;  font-weight:900;  display:inline-block;}.subpage .animated{  animation-name:none !important;}/* GENERAL SM ONLY ----------------------------------------- */@media (max-width: 767px) {  .imgright, .imgleft  {    margin:0px 0px 20px 0px;    float:none !important;  }}/* GENERAL SM/MD ONLY ----------------------------------------- */@media (max-width: 991px) {  .wow, .animated  {    animation-name:none !important;  }}/* GENERAL MD ------------------------------------------------- */@media (min-width: 768px) {  }/* GENERAL LG ------------------------------------------------- */@media (min-width: 992px) {  }/* GENERAL XL ------------------------------------------------- */@media (min-width: 1200px) {  }/* ------------------------------------------------------------------------------- *//* HEADER ------------------------------------------------------------------------ *//* ------------------------------------------------------------------------------- */#header{  background:#ffffff;  padding:20px;  position:relative;}#header-bar{  height:5px;  background:#0C297A;  background:linear-gradient(to right,#0C297A, #3250A3);  position:absolute;  top:0px;  left:0px;  right:0px;}#logo{  text-align:center;  padding:10px 0px 20px 0px;}#header-buttons{  padding-top:20px;}#header-button-join a, #header-button-profile a, #header-button-login a{  display:block;  color:#ffffff !important;  text-decoration:none !important;  text-align:center;  padding:10px 10px 10px 40px;  font-weight:900;  text-transform:uppercase;  position:relative;  font-size:.9rem;}#header-button-join a, #header-button-profile a{  background:#B91500;  background:linear-gradient(#FF290D, #B91500);  border-right:2px solid #640C01;  border-bottom:2px solid #640C01;  border-radius:5px 5px 0px 0px;}#header-button-login a{  background:#0C297A;  background:linear-gradient(#3250A3, #0C297A);  border-right:2px solid #021855;  border-bottom:2px solid #021855;  border-radius:0px 0px 5px 5px;}#header-button-join i, #header-button-profile i, #header-button-login i{  position:absolute;  top:0px;  left:0px;  bottom:0px;  width:40px;  padding-top:10px;}#header-button-join i, #header-button-profile i{  border-right:1px solid #640C01;}#header-button-login i{  border-right:1px solid #021855;}#header-button-join.tcsloginbutton_hide{  display:none;}#header-button-profile.tcsloginbutton{  display:none;}/* HEADER MD ------------------------------------------------- */@media (min-width: 768px) {  #header  {    padding:15px;  }  #logo  {    text-align:left;  }  #logo img  {    height:40px;  }  #header-buttons  {    position:absolute;    right:15px;    top:20px;    padding:0px;    width:220px;  }  #header-button-join, #header-button-profile, #header-button-login  {    width:50%;    float:right;  }  #header-button-join a, #header-button-profile a, #header-button-login a  {    padding:7px 10px 7px 25px;    font-size:.8rem;  }  #header-button-join a, #header-button-profile a  {    border-radius:0px 5px 5px 0px;  }  #header-button-login a  {    border-radius:5px 0px 0px 5px;  }  #header-button-join i, #header-button-profile i, #header-button-login i  {    width:25px;    padding-top:7px;  }}/* HEADER LG ------------------------------------------------- */@media (min-width: 992px) {  #header  {    position:sticky;    top:0px;    left:0px;    right:0px;    opacity:.95 !important;    z-index:9;  }  #logo img  {    height:50px;  }  #header-buttons  {    position:absolute;    right:20px;    top:15px;    width:350px;  }   #header-button-join a, #header-button-profile a, #header-button-login a  {    padding:10px 10px 10px 40px;    font-size:.9rem;  }   #header-button-join i, #header-button-profile i, #header-button-login i  {    width:40px;    padding-top:10px;  }}/* HEADER XL ------------------------------------------------- */@media (min-width: 1200px) {  #logo  {    padding:20px;  }  #logo img  {    height:60px;  }    }/* ------------------------------------------------------------------------------- *//* NAV --------------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */#nav a:link, #nav a:visited{  display:block;  text-decoration:none;  text-transform:uppercase;  font-weight:700;}/* NAV XS/SM ONLY ---------------------------------------------- */@media (max-width: 767px) {  #nav button  {    padding:10px;    font-size:1rem;    width:100%;    font-weight:900;    background:#0C297A;    background:linear-gradient(#3250A3, #0C297A);    border:1px solid #021855;    border-bottom:2px solid #021855;    border-radius:5px;    margin-top:20px;  }  #nav .navbar-toggler-icon  {    height:auto;    width:100%;    color:#ffffff;  }  #nav .navbar-toggler-icon i  {    margin-right:5px;  }  #nav .navbar-collapse  {    background:#ffffff;    background:linear-gradient(#ffffff, #eeeeee);    border:1px solid #d4d4d4;    margin:0px 0px;    position:relative;    z-index:999;  }  .nav-item  {    clear:both;  }  #nav a:link, #nav a:visited  {    border-bottom:1px dashed #d4d4d4;    padding:10px;    color:#0C297A;  }  #nav a:hover  {    color:#B91500;  }  #nav .nav-item:last-child a  {    border-bottom:0px dashed #d4d4d4 !important;  }}/* NAV MD ----------------------------------------------------- */@media (min-width: 768px){  #nav  {    position:absolute;    bottom:0px;    right:10px;    font-size:.9rem;  }  .nav-item  {    padding:0px;  }  #nav a:link, #nav a:visited  {    padding:10px 8px;    color:#0C297A;    font-size:.85rem;  }}/* NAV LG ------------------------------------------------- */@media (min-width: 992px) {  #nav a:link, #nav a:visited  {    padding:10px 10px 15px 10px;    font-size:.9rem;  }}/* NAV XL ------------------------------------------------- */@media (min-width: 1200px) {   }/* DROPDOWN ---------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */#nav .dropdown-menu ul{  list-style:none;  margin:0px;  padding:0px;}/* DROPDOWN XS/SM ONLY ---------------------------------------- */@media (max-width: 767px) {  #nav .dropdown-menu   {    position:static !important;    transform:none !important;    margin:0px;    padding:0px;    width:100%;  }}/* DROPDOWN MD ------------------------------------------------ */@media (min-width: 768px){  #nav .dropdown-menu   {    margin:0px;    width:250px;    border:1px solid #d4d4d4;    padding:0px;    right:0px;    background:#ffffff;    background:linear-gradient(#ffffff, #eeeeee);    border-radius:0px;  }  #nav .dropdown-menu a:link, #nav .dropdown-menu a:visited  {    padding:10px 10px;    border-bottom:1px solid #d4d4d4;    background-color:transparent;    text-align:left;    color:#0C297A;    font-size:.8rem;  }  #nav .dropdown-menu a:hover  {    color:#B91500;  }}/* SIDENAV ----------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.sidenav{  margin-bottom:20px;  border-radius:5px;  overflow:hidden;}.sidenav h2{  background:#0C297A;  background:linear-gradient(to right,#0C297A, #3250A3);  color:#ffffff;  padding:10px 25px;  margin:0px;  font-size:18px;}.sidenav ul{  list-style:none;  margin:0px;  display:block;  width:100%;}.sidenav ul li i{  padding-right:10px;}.sidenav ul li a:link, .sidenav ul li a:visited{  display:block;  text-decoration:none;  border-bottom:1px dashed #d4d4d4;  padding:10px 0px;  font-size:.9rem;}.sidenav li:first-child a{  padding-top:0px !important;}.sidenav li:last-child a{  padding-bottom:0px !important;  border-bottom:0px dashed #d4d4d4 !important;}/* -- SIDENAV XS ONLY ------------------------------------------ */@media (max-width: 575px) {  .sidenav-title  {    display:none;  }  .sidenav button  {    padding:10px;    font-size:1rem;    width:100%;    font-weight:900;    background:#ffffff;     background:linear-gradient(#ffffff, #d4d4d4);    border:1px solid #d4d4d4;  }  .sidenav .navbar-toggler-icon  {    height:auto;    width:100%;    color:#0C297A;  }  .sidenav .navbar-toggler-icon i  {    margin-right:5px;  }  .sidenav ul.navbar-nav  {    margin:0px 0px;    border:1px solid #d4d4d4;  }  .sidenav .dropdown-menu   {    position:static !important;    transform:none !important;    margin:10px;    padding:0px;  }}/* -- SIDENAV LG ONLY ------------------------------------------ */@media (min-width: 992px) and (max-width: 1199px){  .sidenav ul  {    padding:15px;  }}/* ------------------------------------------------------------------------------- *//* BANNER ------------------------------------------------------------------------ *//* ------------------------------------------------------------------------------- */#banner{  background:#000000 url(http://www.mdcdbroadcasters.com/aws/MDCD/am/gi/banner-bg.jpg?ver=2) no-repeat center center;  background-size:cover;  z-index:0;}#banner-text{  padding:20px;}.subpage #banner{  height:100px;}/* BANNER MD ------------------------------------------------- */@media (min-width: 768px) {  #banner  {    padding:0px;  }     #banner-text  {    padding:20px 50% 20px 20px;  }  .subpage #banner  {    height:150px;  } }/* BANNER LG ------------------------------------------------- */@media (min-width: 992px) {  #banner  {    margin-top:5px;  }   #banner-text  {    padding:160px 50% 30px 30px;  }  .subpage #banner  {    height:200px;  }     }/* BANNER XL ------------------------------------------------- */@media (min-width: 1200px) {  #banner-text  {    padding:180px 50% 40px 40px;  }}/* ------------------------------------------------------------------------------- *//* WELCOME ----------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */#welcome{  padding:20px 5px;  color:#ffffff;}#welcome h1,#welcome h2,#welcome h3,#welcome h4,#welcome h5,#welcome h6,#welcome a{  color:#ffffff !important;}/* WELCOME MD ------------------------------------------------- */@media (min-width: 768px) {  }/* WELCOME LG ------------------------------------------------- */@media (min-width: 992px) {  #welcome  {    padding:40px;  }   }/* WELCOME XL ------------------------------------------------- */@media (min-width: 1200px) {  #welcome  {    padding:50px;  }  }/* ------------------------------------------------------------------------------- *//* BOXES ------------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */#boxes{  padding:20px 5px;  background:#ffffff;  background:linear-gradient(to right,#ffffff, #eeeeee);}.box{  border-radius:5px;  background:#ffffff;  overflow:hidden;}.box-pic{  height:150px;}#box-01 .box-pic{  background:url(http://www.mdcdbroadcasters.com/aws/MDCD/am/gi/box-pic-01.jpg?ver=0) no-repeat center center;  background-size:cover;}#box-02 .box-pic{  background:url(http://www.mdcdbroadcasters.com/aws/MDCD/am/gi/box-pic-02.jpg?ver=0) no-repeat center center;  background-size:cover;}#box-03 .box-pic{  background:url(http://www.mdcdbroadcasters.com/aws/MDCD/am/gi/box-pic-03.jpg?ver=0) no-repeat center center;  background-size:cover;}#box-04 .box-pic{  background:url(http://www.mdcdbroadcasters.com/aws/MDCD/am/gi/box-pic-04.jpg?ver=0) no-repeat center center;  background-size:cover;}.box-title{  margin:20px;  text-align:center;  font-weight:700;}#box-01 .box-title{  color:#021855;}#box-02 .box-title{  color:#0C297A;}#box-03 .box-title{  color:#3250A3;}#box-04 .box-title{  color:#B91500;}.box-link{  display:block;  margin:0px 20px 20px 20px;  text-align:center;  color:#ffffff !important;  font-size:.8rem;  border-radius:5px;  padding:8px;  text-decoration:none !important;  font-weight:700;}#box-01 .box-link{  background:#021855;}#box-02 .box-link{  background:#0C297A;}#box-03 .box-link{  background:#3250A3;}#box-04 .box-link{  background:#B91500;}/* BOXES MD ------------------------------------------------- */@media (min-width: 768px) {}/* BOXES LG ------------------------------------------------- */@media (min-width: 992px) {  #boxes  {    padding:30px 15px;  }}/* BOXES XL ------------------------------------------------- */@media (min-width: 1200px) { }/* ------------------------------------------------------------------------------- *//* MEMBER SEARCH ----------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */#member-search{  padding:20px; }.search-cell{  padding:0px;  height:50px;  }#search-title{  background:#3250A3;  text-align:center;  text-transform:uppercase;  color:#ffffff;  padding:17px;  font-weight:bold;  border-radius:5px 5px 0px 0px;}.search-cell input{  height:100%;    border:1px solid #d4d4d4;  box-sizing:border-box;  width:100%;  padding:10px;  background:#ffffff;  border-radius:0px;}.search-cell select{  height:100%;    border:1px solid #d4d4d4;  box-sizing:border-box;  width:100%;  padding:10px;  border-radius:0px;  background:#ffffff;  background:url(http://www.mdcdbroadcasters.com/aws/MDCD/am/gi/accordian_open.png?ver=0) no-repeat 95% center;  background:url(http://www.mdcdbroadcasters.com/aws/MDCD/am/gi/accordian_open.png?ver=0) no-repeat 95% center, linear-gradient(#ffffff, #eeeeee);  -webkit-appearance: none;  -moz-appearance: none;  appearance: none;}#search-company input{  border-bottom:0px solid #d4d4d4;}#search-button input{  background:#B91500 url(http://www.mdcdbroadcasters.com/aws/MDCD/am/gi/arrow_icon.png?ver=1) no-repeat center center;  background-size:30px;   border:0px solid #d4d4d4;     border-radius:0px 0px 5px 5px;}/* MEMBER SEARCH MD ------------------------------------------------- */@media (min-width: 768px) {  #search-title  {    border-radius:5px 0px 0px 5px;  }  #search-company input  {    border-bottom:1px solid #d4d4d4;    border-right:1px solid #d4d4d4;  }     #search-button input  {    border-radius:0px 5px 5px 0px;  }}/* MEMBER SEARCH XL ------------------------------------------------- */@media (min-width: 1200px) {  .search-cell  {    height:55px;    }}/* ------------------------------------------------------------------------------- *//* CONTENT ----------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */#content{  padding:20px 5px;  background:#ffffff;}#main{  border-radius:5px;  border:1px solid #d4d4d4;  padding:20px;}#main .container-fluid{  padding:0px;}.uw-rssmode{  border:1px solid #d4d4d4 !important;  width:100% !important;  margin-bottom:20px;}.sidebox{  margin-bottom:20px;  border-radius:5px;  overflow:hidden;  padding:20px;  border:1px solid #d4d4d4;  background:#ffffff;}.sidebox h2{  background:#0C297A;  background:linear-gradient(to right,#0C297A, #3250A3);  color:#ffffff;  padding:10px 25px;  margin:-20px -20px 20px -20px;  font-size:18px;}/* CONTENT MD ------------------------------------------------- */@media (min-width: 768px) {  #content  {    padding:20px;  }}/* CONTENT MD ONLY -------------------------------------------- */@media (min-width: 768px) and (max-width: 991px){  #side  {    display:none;  }  }/* CONTENT LG ------------------------------------------------- */@media (min-width: 992px) {  #content, .subpage #main  {    padding:40px;    height:100%;  }   }/* CONTENT XL ------------------------------------------------- */@media (min-width: 1200px) {  #content, .subpage #main  {    padding:50px;  }  }/* ------------------------------------------------------------------------------- *//* FOOTER ------------------------------------------------------------------------ *//* ------------------------------------------------------------------------------- */#footer{  color:#ffffff;  font-size:.8rem;  padding:20px 5px 80px 5px;}#footer a{  color:#ffffff !important;}#footer .tcspromo{  padding-top:25px;}/* FOOTER MD --------------------------------------------------- */@media (min-width: 768px) {  #footer .tcspromo  {    text-align:right;    padding-top:0px;  }  #footer  {    padding:40px;  }   }/* FOOTER XL ------------------------------------------------- */@media (min-width: 1200px) {  #footer  {    padding:50px;  }  }/* ------------------------------------------------------------------------------- *//* SOCIAL BAR -------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */#social-links{  text-align:right;  position:fixed;  bottom:0px;  right:0px;  left:0px;  background:#ffffff;  z-index:999;  padding:7px;  border-top:1px solid #d4d4d4;}#social-links ul{  margin:0px;  padding:0px 0px;  list-style:none;}#social-links ul li{  margin:0px 0px 0px 5px;  padding:0px 0px 0px 0px;  float:right;}#social-links .social_icon a{  display:block;  padding:5px 0px;  width:30px;  text-align:center;  background:#0C297A;  color:#ffffff;  border:radius:5px;}#site_search{  margin-right:0px !important;}#site_search input.search_button{  border:0px;  padding:5px 10px;  height:auto;  background:#0C297A;  color:#ffffff;  border-radius:0px 5px 5px 0px;}#site_search .search_input{  background:#ffffff;  width:115px;  border:1px solid #d4d4d4;  color:#555555;  height:auto;  padding:5px 10px;  font-style:italic;  box-sizing:border-box;  border:radius:5px 0px 0px 5px;}#site_search input.search_button,#site_search .search_input{  font-size:.8rem;}/* SOCIAL BAR MD ------------------------------------------------- */@media (min-width: 768px) {  #site_search input.search_button, .section_search input.search_button, input.tcsFormButton,  #site_search .search_input, .section_search .search_input  {    font-size:.9rem;  }  #social-links  {    left:auto;    border-left:1px solid #d4d4d4;    border:radius:5px 0px 0px 0px;  }  #site_search .search_input  {    width:150px;  }}/* ------------------------------------------------------------------------------- *//* COMPONENTS -------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.tcsnews_odd, .tcsnews_even, .tcslinks_odd, .tcslinks_even, .tcsjobs_even, .tcsjobs_odd{  margin:0px 0px 20px 0px;}.tcsnews h5, .tcscalendars h5, .tcslinks h5, .tcsjobs h5{  color:#555555;  margin:0px 0px 5px 0px;}.tcsnews a, .tcscalendars a, .tcsjobs a, .topstory a{  text-decoration:none !important;}.tcslinks table tr td{  padding:0px 20px 20px 0px;}.tcsnews h3, .tcscalendars h3, .tcslinks h3, .tcsjobs h3{  margin:0px 0px 5px 0px;}.tcsnews h4, .tcscalendars h4, .tcslinks h4, .tcsjobs h4{  margin:0px 0px 5px 0px;}.tcsnews p, .tcscalendars p, .tcslinks p{  margin:0px 0px 5px 0px;}.PageResults, .NewsResults, .CalendarResults, .LinksResults{  margin-bottom:25px;}.tcssearch .odd, .tcssearch .even{  margin-bottom:10px;}.tcsUserCreatedForm{  border:0px !important;}.none_at_this_time{  display:none;}h5.tcsDetails{  display:none;}.compliance_odd, .compliance_even{  padding:20px;  border:1px dashed #d4d4d4;  border-radius:5px;  margin-bottom:20px;}/* ------------------------------------------------------------------------------- *//* JOBS STYLES ------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.jobs_even, .jobs_odd{  padding-top:20px;  margin-top:20px;  border-top:1px dashed #d4d4d4;} /* ------------------------------------------------------------------------------- *//* HOMEPAGE NEWS STYLES ---------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.home_even, .home_odd{  padding-bottom:20px;  margin-bottom:20px;  border-bottom:1px dashed #d4d4d4;} .home_even .tcsnewsarticle_photo, .home_odd .tcsnewsarticle_photo{  width:100%;  background:url(http://www.mdcdbroadcasters.com/aws/MDCD/am/gi/news-bg.jpg?ver=1) no-repeat center center;  background-size:cover;  margin-bottom:20px;  border:1px solid #d4d4d4;}.home .tcsnewsarticle_photo img{}/* HOMEPAGE NEWS MD ------------------------------------------------- */@media (min-width: 768px) {   .home_even, .home_odd  {    position:relative;    min-height:130px;    padding-left:150px;  }   .home_even .tcsnewsarticle_photo, .home_odd .tcsnewsarticle_photo  {    position:absolute;    left:0px;    top:0px;    width:130px;    height:98px;  } }/* ------------------------------------------------------------------------------- *//* BOARD STYLES ------------------------------------------------------------------ *//* ------------------------------------------------------------------------------- */.board_even td, .board_odd td{  padding:20px;  border:1px solid #d4d4d4;}.board_even td.tcs-empty, .board_odd td.tcs-empty{  border:0px solid #d4d4d4;}.board_even td h3, .board_odd td h3{  padding-bottom:10px;  margin-bottom:10px;  border-bottom:1px dashed #d4d4d4;}/* BOARD XS ONLY -------------------------------------------- */@media (max-width: 575px) {  .board_even td, .board_odd td  {    float:left;    width:100%;  }}/* BOARD MD ------------------------------------------------- */@media (min-width: 768px) {   }/* ------------------------------------------------------------------------------- *//* CALENDAR LIST ----------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.tcscalendars_odd, .tcscalendars_even{  padding:0px 0px 25px 60px;}.tcscalendars .datestamp {  width:50px;  margin:0px 0px 15px -60px;  float:left;  text-align:center;  clear:left;  padding:0;  height:50px;  border:1px solid #d4d4d4;  overflow:hidden;  border-radius:5px;}	.tcscalendars .datestamp h5 {  padding:4px 0px 0px 0px;  display:block;  width:50px;  color:#ffffff;  background:#0C297A;  font-size:13px;}.tcscalendars h5 span.bignumber {  font-size:20px;  font-weight:bold;  color:#0C297A;  display:block;  margin-top:3px;  background:#ffffff;  padding:3px 0px;}.tcscalendars .tcs_details_link{  background:#B91500;  color:#ffffff;  font-size:.8rem;  margin:0px 0px 0px 0px;  padding:3px 10px;  border-radius:5px;}/* CALENDAR LIST MD ONLY ------------------------------------------------- */@media (min-width: 768px) and (max-width: 991px) {  .tcscalendars_odd, .tcscalendars_even  {    padding:0px 0px 30px 0px;  }    .tcscalendars .datestamp   {    display:none;  }}/* ------------------------------------------------------------------------------- *//* CALENDAR BOX ------------------------------------------------------------------ *//* ------------------------------------------------------------------------------- */table.calendarbox{  width:100%;  margin-bottom:20px;}.calendarbox td.nodate {  background-color:transparent;  border-color:transparent;}.calendarbox tr.monthrow th {  border:0px;  background-color:transparent;  height:auto;  padding:3px 0px;  text-align:center;  color:#0C297A;}.calendarbox tr.monthrow th a {  text-decoration:none;  color:#0C297A;}.calendarbox tr.monthrow th a:visited, .calendarbox tr.monthrow th a:hover {  text-decoration:none;}.calendarbox th {  text-align:center;  height:30px;  color:#ffffff;  font-weight:bold;  vertical-align: middle;	  border:1px solid #ffffff;  background-color:#0C297A;}	.calendarbox td {  text-align:center;  vertical-align:middle;  height:30px;  background-color:#ffffff;  border:1px solid #d4d4d4;}.calendarbox td.eventdate {  background-color:#B91500;  font-weight:bold;  text-decoration:none;  color:#ffffff;}.calendarbox td.todaydate {  background-color:#B91500;  font-weight:bold;  color:#ffffff;}.calendarbox td.eventdate.todaydate {  background-color:#B91500;  color:#ffffff;}.calendarbox td.eventdate a:link, .calendarbox td.eventdate a:hover, .calendarbox td.eventdate a:visited {  color:#ffffff;  text-decoration:none;}.calendarbox td.eventdate:hover {  background-color:#0C297A;}.calendarbox .events {  position:relative;  font-size:.8rem;}.calendarbox .events ul {  text-align:left;  position:absolute;  display:none;  z-index:9999;  padding:15px;  margin:0px;  background-color:#0C297A;  border:2px solid #ffffff;  color:#ffffff;  width:300px;  border-radius:5px;  list-style:none;  max-height:350px;  overflow:auto;}.calendarbox .events li {  padding-bottom:5px;  margin:0px;  padding:0px;}.calendarbox .events li h3 {  margin:0px 0px 5px 0px;  color:#ffffff;}.calendarbox .events li h4 {  margin:0px;  color:#ffffff;}	.calendarbox .events li p {  font-weight:normal;  color:#ffffff;}	.calendarbox .events li + li {  margin-top:10px;  border-top:1px solid #ffffff;  padding-top:10px;}	.calendarbox td.eventdate .events li a:hover {  text-decoration:underline;}/* ------------------------------------------------------------------------------- *//* ACCORDION STYLES -------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.accordion .tcslegend{  display:none;}.accordion_odd, .accordion_even{  padding:10px 15px 10px 40px;  border:1px solid #d4d4d4;  margin:0px 0px 5px 0px;  position:relative;  background-image:linear-gradient(to bottom right,#ffffff, #eeeeee);}.tcs_accordion_title{  text-decoration:none !important;}.tcs_accordion_title h3{  display:block !important;  width:auto;  margin:0px;  font-size:20px;}.tcs_accordion_title h4{  }.tcs_accordion_content{  padding:20px;  margin-top:10px;  border:1px dashed #d4d4d4;  background:#fbfbfb;  margin-left:-25px;}.tcs_accordion_closed_icon{  background:url(http://www.mdcdbroadcasters.com/aws/MDCD/am/gi/accordian_closed.png?ver=0) no-repeat left center;  width:20px;  height:20px;  display:block;  position:absolute;  left:15px;  top:10px;}.tcs_accordion_open_icon{  background:url(http://www.mdcdbroadcasters.com/aws/MDCD/am/gi/accordian_open.png?ver=0) no-repeat left center;  width:20px;  height:20px;  display:block;  position:absolute;  position:absolute;  left:15px;  top:10px;}.accordion_legend .tcs_accordion_title{  display:block;  color:#000000;  padding:10px;  border:1px solid #d4d4d4;  background-image:linear-gradient(to bottom right,#ffffff, #eeeeee);  margin-top:-15px;  font-weight:900;}.accordion_legend .tcs_accordion_closed_icon, .accordion_legend .tcs_accordion_open_icon{  float:left;  position:static;}.accordion_legend_odd, .accordion_legend_even{  margin:20px;}.accordion_legend .tcs_accordion_content{  margin:0px 0px 10px 0px;  padding:20px;}.accordion_legend .tcs_accordion_content .tcslinks h3{  font-size:16px;}/* ------------------------------------------------------------------------------- *//* DIRECTORY SEARCH STYLES ------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.pagination a, .pagination .current{  padding:0px 3px;}.tcsDirectory .tcsMapRecord{  display:none;}.directory-search-container{  border:1px solid #d4d4d4;  padding:20px;  background:#ffffff;   background:linear-gradient(#ffffff, #eeeeee);}.directory-search-container h3{  border-bottom:1px dashed #d4d4d4;  padding-bottom:10px;  margin-bottom:10px;}.directory-search-container input, .directory-search-container select{  border:1px solid #d4d4d4 !important;  box-sizing:border-box !important;  padding:10px !important;  width:100% !important;  margin:0px 0px 10px 0px !important;  height:40px !important;}.directory-container{  padding:10px !important;  margin-bottom:10px !important;  border:1px solid #d4d4d4;  position:relative;  background:#ffffff;  background:linear-gradient(#ffffff, #eeeeee);   border-radius:5px;}.directory-org{  font-weight:bold;  font-size:18px;  padding:0px 0px 10px 0px;  margin:0px 0px 10px 0px;  border-bottom:1px solid #d4d4d4;}.directory-name{  font-weight:bold;}.directory-container span{  display:block;}/* DIRECTORY SEARCH MD ------------------------------------------------- */@media (min-width: 768px) {  .directory-container  {    padding:20px 20px 20px 20px !important;    margin-bottom:15px !important;  }  .directory-org  {    font-size:24px;    padding:0px 0px 15px 0px;    margin:0px 0px 15px 0px;  }}/* DIRECTORY SEARCH LG ------------------------------------------------- */@media (min-width: 992px) {}/* ------------------------------------------------------------------------------- *//* FORM STYLES ------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.commentbox {  background:#ffffff !important;  background:linear-gradient(#ffffff, #eeeeee) !important;  border-radius:0px !important;  border:1px solid #d4d4d4 !important;  padding:20px !important;  width:100% !important;  font-size:1rem !important;  margin-bottom:10px !important;}select, input[type='checkbox'], input[type="radio"]{  display:inline !important;}::-webkit-input-placeholder /* WebKit, Blink, Edge */{  color:#d4d4d4;}:-moz-placeholder /* Mozilla Firefox 4 to 18 */{  color:#d4d4d4;  opacity: 1;}::-moz-placeholder /* Mozilla Firefox 19+ */{  color:#d4d4d4;  opacity: 1;}:-ms-input-placeholder /* Internet Explorer 10-11 */{  color:#d4d4d4;}::-ms-input-placeholder /* Microsoft Edge */{  color:#d4d4d4;}.tcsUserCreatedForm input, .tcsUserCreatedForm select, .tcsUserCreatedForm textarea,.tcsInputForm input, .tcsInputForm select, .tcsInputForm textarea,#loginform input, #loginform select, #loginform textarea{  margin:0px;  padding:10px !important;  border:1px solid #d4d4d4 !important;  box-shadow:0px 0px 0px !important;  width:auto;  max-width:100%;  box-sizing:border-box;  height:auto;  border-radius:5px;}.tcsUserCreatedForm select, .tcsInputForm select, #loginform select{  background:#ffffff;  background:url(http://www.mdcdbroadcasters.com/aws/MDCD/am/gi/accordian_open.png?ver=0) no-repeat 95% center;  background:url(http://www.mdcdbroadcasters.com/aws/MDCD/am/gi/accordian_open.png?ver=0) no-repeat 95% center, linear-gradient(#ffffff, #eeeeee);  -webkit-appearance: none;  -moz-appearance: none;  appearance: none;}.tcsUserCreatedForm td,.tcsInputForm td,#loginform td{  vertical-align:middle !important;  padding:2px;}.tcsUserCreatedForm_table,.tcsInputForm_table,#loginform_table{  border-spacing:3px;}.tcsUserCreatedForm_table input,.tcsInputForm_table input,#loginform_table input{  padding:3px;  margin-bottom:20px;}.tcsUserCreatedForm,.tcsInputForm,#loginform{  padding:0px;  max-width:100%;}.formtitle{  margin-bottom:15px;  padding-bottom:15px;  border-bottom:1px solid #d4d4d4;}.tcsUserCreatedForm_Table h3,.tcsInputForm_Table h3,#loginform_Table h3{  margin:20px 0px;}.tcsUserCreatedForm .valid.required,.tcsInputForm .valid.required,#loginform .valid.required{  background-position:98%;}.tcsUserCreatedForm [type="radio"], .tcsUserCreatedForm [type="checkbox"],.tcsInputForm [type="radio"], .tcsInputForm [type="checkbox"],#loginform [type="radio"], #loginform [type="checkbox"],#commentform [type="radio"], #commentform [type="checkbox"] {  position:static;  visibility:visible;}.tcsUserCreatedForm input.button,.tcsInputForm input.button,#loginform input.button,.tcsFormButton{  background:#0C297A;  text-align:center;  color:#ffffff;  border:0px solid #d4d4d4;}#tcs-login-panel .row{  margin:0px;}#tcs-login-panel [class*="col-"] {  padding-left: 0;  padding-right: 0;}#tcs-login-panel #new-user{  width:100%;}/* FORM XS/SM ONLY ------------------------------------------ */@media (max-width: 767px) {  .commentbox   {    padding:10px !important;  }  .tcsUserCreatedForm td,  .tcsInputForm td,  #loginform td  {    float:left;    width:96%;    padding:2px 2%;    text-align:left !important;  }  .tcsUserCreatedForm input, .tcsUserCreatedForm select, .tcsUserCreatedForm textarea,  .tcsInputForm input, .tcsInputForm select, .tcsInputForm textarea,  #loginform input, #loginform select, #loginform textarea  {    max-width:100%;  }}/* ------------------------------------------------------------------------------- *//* SEARCH RESULTS ---------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.tcssearch .tcsSubHeadFont {  font-size:25px;  padding:10px;  background:#0C297A;  border-radius:5px 5px 0px 0px;  color:#ffffff;}.tcssearch div.tcsTable_Format1{  border:1px solid #d4d4d4;  padding:20px;  background:#ffffff;  background-image:linear-gradient(#ffffff, #eeeeee);  border-radius:0px 0px 5px 5px;  margin-bottom:20px;}.tcssearch .odd td, .tcssearch .even td{  font-size:1rem;  padding:15px 0px;  border-bottom:1px dashed #d4d4d4;}.tcssearch .odd a, .tcssearch .even a{  text-decoration:none !important;  display:block;}.tcssearch .odd td p:last-of-type, .tcssearch .even td p:last-of-type{  margin:0px;}.tcssearch .pagination{  margin-top:10px;}.tcssearch .pagination a, .tcssearch .pagination .current,.tcssearch .pagination .previous_page{  display:block;  padding:5px;  background:#ffffff;  border-radius:5px;  border-bottom:1px solid #d4d4d4;  text-decoration:none !important;  margin:0px 2px;}.tcssearch .pagination .current,.tcssearch .pagination .disabled{  background:#eeeeee;}/* ------------------------------------------------------------------------------- *//* MEMBER PROFILE STYLES --------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.profile-button{  margin:5px 0px;}.profile-button a{  display:block;  color:#ffffff !important;  text-decoration:none !important;  padding:7px 10px;  background:#B91500;  text-align:center;}.profile-box .profile-button{  float:none;  margin:15px 0px 0px 0px;}.profile-box{  padding:15px;  border:1px solid #d4d4d4;  margin-bottom:10px;  border-radius:5px;}.profile-box span{  font-weight:900;  display:inline-block;  width:100%;  color:#cccccc;}.profile-box h3{  padding:15px;  background:#0C297A;  color:#ffffff;  margin:0px;}.profile-box ul + h3{  margin-top:15px;}.profile-box ul{  list-style:none;  margin:0px;  padding:0px;}.profile-box ul li{  padding:15px;  border-bottom:1px dashed #d4d4d4;}.profile-photo{  margin:10px 0px;  border:1px solid #d4d4d4;  padding:10px;  text-align:center;  background:#eeeeee;}/* MEMBER PROFILE MD ------------------------------------------------- */@media (min-width: 768px) {  .profile-button  {    float:right;    margin:0px 0px 0px 5px;  }  .profile-left .profile-box  {    margin-right:10px;  }  .profile-box span  {    width:120px;  }}/* ------------------------------------------------------------------------------- *//* LOGIN ------------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.login-page{  background:#0C297A;  background-size:cover;  padding:25px;  height:100%;}.login-container{  text-align:center;}#login-text{  max-width:770px;  padding:25px 0px;  border-bottom:1px dashed #d4d4d4;  margin-bottom:25px;  margin-left:auto;  margin-right:auto;}#login-box{  background:#ffffff;  padding:25px;  border-radius:10px;  margin:0px auto;  text-align:center;  position:relative;  display:inline-block;}#login-box input{  width:100% !important;  display:block;}#login-box .col-md-8.col-md-offset-2{  flex:none;  max-width:100%;  padding:0px;}#login-box .tcsSubHeadFont{  padding-bottom:15px;  margin-bottom:15px;  margin-top:0px;  font-weight:900;  color:#0C297A !important;  border:none;}#login-box .tcsInputForm {  border:0px solid #F0EFEF;  padding:0px;  border-radius:0px;  margin-bottom:0px;  position:static;}#login-box .tcsForgotPassword{  display:block;  background:#B91500;  padding:10px;  border-radius:5px;  position:static;}#login-box .tcsForgotPassword a{  color:#ffffff !important;  text-decoration:none !important;}#login-box .tcsFormTitle{  display:none;}#login-box #login, #login-box button{  display:block;  width:100% !important;  margin:15px 0px;  background:#0C297A;  color:#ffffff !important;  text-decoration:none !important;  padding:10px;  border-radius:5px;}#new-account-button:hover{  background:#0C297A !important;}#create_account .tcs-bscommon-form-title{  font-size:22px !important;}#create_account span.input-group-addon{  background:#B91500 !important;}#login-box .container-fluid{  max-width:100%;  width:100%;  padding:0px;}#login-box .container-fluid .col-sm-8{  max-width:100%;  width:100%;  padding:0px;  flex:none;}#login-box .container-fluid .col-sm-8 form{  width:100%;}#login-box .container-fluid .col-sm-8 form .alert-info{  background:#eeeeee;  border:1px solid #d4d4d4;  color:#000000;}#login-box .container-fluid .col-sm-8 form .tcsFormInput{  margin-bottom:20px;}/* GENERAL SM ONLY ----------------------------------------- */@media (max-width: 921px) {  #create_account input, #create_account select, #create_account div  {    width:100% !important;  }      #login-box .tcsInputForm   {    padding-left:20px;    padding-right:20px;  }}/* LOGIN MD ------------------------------------------------- */@media (min-width: 922px) {  .login-page  {    padding:35px;  }  #loginform  {    width:800px;  }  #create_account, .login-page #mainPage.tcs-bscommon-main-page-area  {    width:800px !important;  }  #create_account label  {    text-align:left !important;  }  #login-box .container-fluid  {    width:800px;  }  #login-box .tcsInputForm   {    margin-left:30px;  }}/* LOGIN LG ------------------------------------------------- */@media (min-width: 992px) {  .login-page  {    padding:50px;  }   .login-page #footer  {    position:fixed;    bottom:0px;    left:0px;    right:0px;    opacity:.9;  }  #login-box  {    padding:40px;  }  #create_account, .login-page #mainPage.tcs-bscommon-main-page-area  {    width:800px !important;  }  #login-box .tcsInputForm   {    margin-left:30px;  }}/* LOGIN XL ------------------------------------------------- */@media (min-width: 1200px) {  .login-page  {    padding:75px;  }    #login-box .tcsInputForm   {    margin-left:30px;  }}


/*
===========================================================================
@IMPORTED STYLESHEET: css-inline-editor
---------------------------------------------------------------------------
*/

/**/.mce-tinymce.tcs-inline_fullphoto{  z-index:888888 !important;  width:auto !important;  position:fixed !important;  top:0px !important;  right:0px !important;  left:0px !important;  border:5px solid #d4d4d4 !important;  box-shadow:0px 0px 10px #000000 !important;}.mce-menu, .mce-popover {  z-index:999999 !important;}.tcshideadmin, .tcsshowadmin{  position:fixed;  bottom:0px;  left:0px;  z-index:999999;  border-top:1px solid #ffffff;  border-right:1px solid #ffffff;  opacity:.9;  border-radius:0px 5px 0px 0px;  text-decoration:none !important;  color:#ffffff !important;  display:inline-block;  text-indent:-1000px;  overflow:hidden;  height:50px;  width:250px;}.tcsshowadmin{  background:#dc3545 url(http://www.mdcdbroadcasters.com/aws/MDCD/am/gi/edit-mode-off.png?ver=0) no-repeat center center;  background-size:200px 40px;}.tcshideadmin{  background:#28a745 url(http://www.mdcdbroadcasters.com/aws/MDCD/am/gi/edit-mode-on.png?ver=0) no-repeat center center;  background-size:200px 40px;}.ui-tabs-tab .admin_controls{  display:none;}.tcsfiledropzone, .tcslinkto_create_div, .tcscontact_fields_div{  position:fixed;  top:0px;  bottom:0px;  left:0px;  right:0px;  background:rgba(0,0,0,.75);  z-index:999999;}.tcsfiledropzone .panel-heading,.tcsfiledropzone .panel-body,.tcsfiledropzone .panel-footer {  background:#ffffff;  background:linear-gradient(#ffffff, #eeeeee);  width:96%;  font-size:.9rem;}#tcs_results_div .panel-heading,#tcs_results_div .panel-body,#tcs_results_div .panel-footer {  width:100%;  padding:20px !important;  margin:0px;}#tcs_results_div .panel-heading {  padding:20px !important;  margin:0px;}.tcsfiledropzone .panel-heading {  padding:15px 25px !important;  margin:25px auto 0px auto;  border-bottom:1px dashed #d4d4d4;  border-radius:10px 10px 0px 0px;}.tcsfiledropzone .panel-body {  padding:15px 25px !important;  margin:0px auto 0px auto;  border-bottom:1px dashed #d4d4d4;}.tcsfiledropzone .panel-footer{  padding:15px 25px !important;  margin:0px auto 10px auto;  border-radius:0px 0px 10px 10px;}.tcsfiledropzone .panel-body .row {  margin:0px !important;}.tcsfiledropzone .panel-body [class^=col-] {  padding:0px !important;}.tcsfiledropzone .panel-body input{  width:100% !important;}.tcsfiledropzone .panel-body .tcs-default-input-checkbox {  width:auto !important;}.tcsfiledropzone .panel-body select{  height:auto !important;}.tcsfiledropzone .hidden-lg{  display:none;}.tcsfiledropzone .hidden-sm,.tcsfiledropzone .hidden-lg{  width:100%;  height:100%;}.tcsfiledropzone .panel-footer .text-right{  text-align:right;}.tcsfiledropzone .panel-footer a{  display:block;  margin:0px 5px;  color:#000000 !important;  text-decoration:none !important;}#tcs_results_div .panel-footer a {  display:inline-block;  margin:0px 5px;  color:#000000 !important;  text-decoration:underline !important;}.ui-autocomplete{  z-index:999999;}.tcslinkto_create_div table{  width:75% !important;  margin:50px auto;  background:#ffffff;  background:linear-gradient(#ffffff, #eeeeee);  border-radius:10px;  border-spacing:20px;  border-collapse:separate;}.tcscontact_fields_div div  {  width:75% !important;  margin:50px auto;  background:#ffffff;  background:linear-gradient(#ffffff, #eeeeee);  border-radius:10px;  padding:20px !important;}.tcslinkto_create_div table a,.tcscontact_fields_div div a{  display:inline-block;  background:#555555;  color:#ffffff !important;  padding:10px 25px;  text-decoration:none !important;  font-weight:bold;  border-radius:5px;}.tcslinkto_create_div input, .tcslinkto_create_div select,.tcscontact_fields_div input, .tcscontact_fields_div select{  margin:0px 10px 0px 0px;  padding:10px !important;  border:1px solid #d4d4d4 !important;  box-shadow:0px 0px 0px !important;  width:auto;  max-width:100%;  box-sizing:border-box;  height:auto;  border-radius:5px;}.tcslinkto_create_div select, .tcscontact_fields_div select{  background:#ffffff;  background:url(http://www.mdcdbroadcasters.com/aws/MDCD/am/gi/accordian_open.png?ver=0) no-repeat 95% center;  background:url(http://www.mdcdbroadcasters.com/aws/MDCD/am/gi/accordian_open.png?ver=0) no-repeat 95% center, linear-gradient(#ffffff, #eeeeee);  -webkit-appearance: none;  -moz-appearance: none;  appearance: none;}/* GENERAL SM/XS ONLY ----------------------------------------- */@media (max-width: 767px) {  .mce-container-body.mce-abs-layout   {    width: 100% !important;    overflow: scroll !important;  }  .tcsfiledropzone .panel-heading,  .tcsfiledropzone .panel-body,  .tcsfiledropzone .panel-footer   {    width:100%;    font-size:.8rem;  }  .tcsfiledropzone .panel-heading   .tcsfiledropzone .panel-body    .tcsfiledropzone .panel-footer  {    padding:5px 10px !important;    margin:0px;    border-radius:0px;  }}/* GENERAL MD ------------------------------------------------- */@media (min-width: 768px) {  .tcsfiledropzone .panel-heading   {    padding:25px 50px !important;    margin:40px auto 0px auto;  }  .tcsfiledropzone .panel-body   {    padding:15px 25px !important;    margin:0px auto 0px auto;  }  .tcsfiledropzone .panel-footer  {    padding:25px 50px !important;    margin:0px auto 50px auto;  }  .tcsfiledropzone .panel-body .col-md-8  {    padding-right:20px !important;  }  .tcsfiledropzone .panel-heading,  .tcsfiledropzone .panel-body,  .tcsfiledropzone .panel-footer   {    font-size:1rem;  }}/* GENERAL LG ------------------------------------------------- */@media (min-width: 992px) {  .tcsfiledropzone .panel-heading,  .tcsfiledropzone .panel-body,  .tcsfiledropzone .panel-footer   {    width:76%;  }}/* GENERAL XL ------------------------------------------------- */@media (min-width: 1200px) {}/* INVALID STYLESHEET COMPONENT NAME */


/*
===========================================================================
@IMPORTED STYLESHEET: Editor_Stylesheet
---------------------------------------------------------------------------
*/

/**/html{  font-size:14px;}body {  color:#000000;    line-height:1.2;  font-family: 'Lato', sans-serif;  font-weight:400;}b, strong{  font-weight:900;}a:link, a:visited, a:focus{  color:#0C297A;  text-decoration:underline;}a:hover{  color:#0C297A;}h1 {  color:#0C297A;  font-size:2rem;  font-weight:700;  margin:0px 0px 10px 0px;}h2 {  color:#0C297A;  font-size:1.5rem;  font-weight:700;  margin:0px 0px 10px 0px;}h3 {  color:#0C297A;  font-size:1.3rem;  font-weight:700;  margin:0px 0px 10px 0px;}h3 a{  text-decoration:none !important;}.small-header h3{  font-size:1.1rem;}h4 {  color:#0C297A;  font-size:1rem;  font-weight:700;}h5 {  color:#000000;  font-size:1rem;}h6 {  color:#000000;  font-size:.9rem;}hr{  border:0px;  border-top:1px solid #d4d4d4;  margin:15px auto;  clear:both;}.title{  padding:0px 0px 20px 0px;  border-bottom:1px solid #d4d4d4;  margin:0px 0px 20px 0px;}.primary-button a{  color:#ffffff !important;  background:#0C297A;  padding:10px 30px;  border-radius:5px;  margin:10px auto;  display:inline-block;  text-decoration:none !important;}.secondary-button a{  color:#ffffff !important;  background:#B91500;  padding:10px 30px;  border-radius:5px;  margin:10px auto;  display:inline-block;  text-decoration:none !important;}.responsive-table{  width:100% !important;  border:0px solid #d4d4d4;}.responsive-table tr td{  padding:10px;  border:1px solid #d4d4d4;}.committee-table.responsive-table tr td{  padding:20px;  border:1px solid #d4d4d4;}.committee-table.responsive-table .responsive-table tr td{  padding:0px;  border:1px solid #ffffff;}.empty-cell{  border:0px solid #d4d4d4 !important; }.responsive-table tr td .title{  padding:0px 0px 10px 0px;  border-bottom:1px dashed #d4d4d4;  margin:0px 0px 10px 0px;}.primary-cell{  color:#ffffff !important;  background:#0C297A;  padding:10px;  font-weight:bold;  font-size:20px;}.secondary-cell{  color:#ffffff !important;  background:#B91500;  padding:10px;  font-weight:bold;  font-size:20px;}/* XS/SM ONLY ---------------------------------------------- */@media (max-width: 767px) {  .responsive-table tr td  {    float:left;    width:100% !important;    height:auto !important;  }  .imgleft, .imgright  {    float:none !important;    margin:0px 0px 20px 0px;  }}/* GENERAL MD ------------------------------------------------- */@media (min-width: 768px) {  html  {    font-size:13px;  }  .imgleft  {    margin:0px 20px 20px 0px;  }  .imgright  {    margin:0px 20px 20px 0px;  }}/* GENERAL LG ------------------------------------------------- */@media (min-width: 992px) {  html  {    font-size:14px;  }}/* GENERAL XL ------------------------------------------------- */@media (min-width: 1200px) {  html  {    font-size:16px;  }}
 