  /*
Theme Name: ºÚ¹Ï³ÔÁÏÍø 2014
Theme URI: http://solodev.com
Author: Solodev
Author URI: http://solodev.com
Description: ºÚ¹Ï³ÔÁÏÍø 2014 Theme
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: sfsc_2014

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*WP-STYLES*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

li
{
/*line-height: 28px;*/
line-height: 23.5px;
}

/*END WP STYLES*/

/* bootstrap adjustments */
.container {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .container {
    width: 760px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 1000px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
html {
  overflow-y: -moz-scrollbars-vertical;
  overflow-y: scroll;
  -ms-overflow-y: scroll;
}
a {
  /*color: inherit;*/
  /*color: #336;*/
  color: #002855;
}
a:hover,
a:focus {
  color: #002855;
  /*color: #F9C298;*/
  text-decoration: none;
  /*outline: none;*/
}
body {
  background: #fff;
  color: #231F20;
  font-family: 'Carme', 'sans-serif';
  /*font-size: 14px;*/
  font-weight: 400;
  line-height: 19px;
}
/* ================== */
/* === TYPOGRAPHY === */
ul,
ol {
  padding-left: 16px;
  margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  text-transform: none;
  color: #002855;
  margin: 30px 0 10px 0;
}

h4
{
/*margin: 18px 0px 10px 0px;*/
}

.headerTitle h1
{
color: #fff;
margin: 0;
}
hr {
  margin: 20px 0 22px 0;
  border: 0;
  border-top: 1px solid #fafafb;
  border-bottom: 1px solid #eeeef2;
}
@media (min-width: 768px) {
  .navbar-header {
    float: none;
  }
}
/* ============== */
/* === NAVBAR === */
.navbar-default {
  background: #0000AA;
  background: rgba(0, 0, 170, 0.6);
  /*background: transparent;*/
  border: 0;
  /*height: 127px;*/
  margin: 0;
}
.navbar-default .navbar-nav > li > a {
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  padding: 6px 3px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333366;
  background-color: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-main > li {
  width: 16.66%;
}
.navbar-nav {
  float: none;
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  height: 101px;
}
.dropdown-menu {
  min-width: 0;
  width: 158px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 9px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dropdown-menu > li > a {
  display: block;
  padding: 2px 9px;
  font-weight: 400;
  line-height: 10px;
  color: #373668;
  white-space: normal;
  margin-bottom: 2px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  background: #002855;
}
.dropdown:hover .dropdown-menu {
  background: #fff;
  background: rgba(255, 255, 255, 0.96);
}
/* menu on hover - with animation */
.dropdown.drop-collapsed .dropdown-menu {
  height: 0 !important;
  z-index: -1;
}
.dropdown .dropdown-menu {
  overflow: hidden;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  transition-delay: 0.5s;
}
.navbar-nav > li > .dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.navbar-default .navbar-nav > li.open .dropdown-menu {
  visibility: visible;
  opacity: 1;
  height: 540px !important;
}
.ie8 .dropdown .dropdown-menu {
  overflow: visible;
  -webkit-transition: none;
  transition: none;
}
.ie8 .navbar-nav > li > .dropdown-menu {
  filter: none;
}
.ie8 .navbar-default .navbar-nav > li.open .dropdown-menu {
  filter: none;
}
.ie8 .navbar-main {
  width: 100%;
}
.navbar-default .navbar-nav.navbar-right {
  padding-top: 17px;
}
.navbar-default .navbar-nav.navbar-right > li > a {
  /*font-size: 11px;*/
  font-size: 13px;
  line-height: 11px;
  margin-right: 10px;
}
.navbar-default .navbar-nav.navbar-right > li > a:hover,
.navbar-default .navbar-nav.navbar-right > li > a:focus {
  color: #002855;
}
body .goog-te-gadget-simple {
  font-size: 9px;
  border: 0;
  padding: 1px 0 0 0;
  margin: 1px 0 0 0;
}
.searchBox {
  position: relative;
  margin-left: 8px;
  width: 154px;
  height: 21px;
  background: transparent url("/wp-content/uploads/2014/06/search-bg.png") no-repeat 0 0;
}
.searchBox input[type="text"] {
  background: none;
  margin: 0;
  display: block;
  width: 100%;
  height: 20px;
  padding: 5px;
  padding-right: 30px;
  font-size: 11px;
  line-height: 10px;
  color: #333;
  background: transparent;
  background-image: none;
  border: 0;
}
.searchBox input[type="submit"] {
  width: 24px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  color: transparent;
  text-indent: -9999px;
  font-size: 5px;
  background: transparent;
  border: 0;
}
.ie8 .searchBox input[type="submit"] {
  background: url(/wp-content/themes/sfsc_2014/blank.gif);
}
/* mobile arrow - main menu, dropdown will show on click */
@font-face {
  font-family: 'fontello';
  src: url('/wp-content/themes/css/font/fontello.eot?96742500');
  src: url('/wp-content/themes/css/font/fontello.eot?96742500#iefix') format('embedded-opentype'), url('/wp-content/themes/css/font/fontello.woff?96742500') format('woff'), url('/wp-content/themes/css/font/fontello.ttf?96742500') format('truetype'), url('/wp-content/themes/css/font/fontello.svg?96742500') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/wp-content/themes/font/fontello.svg?96742500') format('svg');
  }
}
*/
.mobile-arrow:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.mobile-arrow:before {
  content: '\f004';
}
.open .mobile-arrow:before {
  content: '\f005';
}
.icon-down-open:before {
  content: '\f004';
}
.icon-right-open:before {
  content: '\f006';
}
.icon-up-open:before {
  content: '\f005';
}
.mobile-arrow {
  display: none;
}
.bannerSection {
  background: #E7F7F5;
  padding: 35px 0;
}
.bannerSection p {
  margin: 0;
}
.bannerSection .item {
  /*border: 3px solid #fff;*/
}
.bannerSection .item .simpleBox {
  border: 3px solid #FFF;
  /*min-height: 162px;*/
  /*width: 237px;*/
}
.bannerSection .item + .std-slider {
  /*margin-left: 11px;*/
  padding: 0;
}
.bannerSection .std-slider + .item {
  /*margin-left: 12px;*/
}
.simpleBox {
  background: #002855;
  color: #fff;
  padding: 12px;
}
.simpleBox a:hover {
  color: #373668;
}
.simpleBox h3 {
  color: #fff;
}
.mainContent {
  /*padding: 45px 0;*/
}
.itemList:before,
.itemList:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.itemList:after {
  clear: both;
}
.itemList.bigMargin > li {
  margin-bottom: 36px;
}
.itemList > li {
  margin-bottom: 25px;
}
.itemList > li span {
  padding-top: 5px;
  display: block;
  color: #002855;
}
.dateBox {
  text-transform: uppercase;
  text-align: center;
  margin-right: 14px;
}
.dateBox .date-name {
  font-size: 10px;
  line-height: 11px;
  color: #fff;
  padding: 2px;
  background: #002855;
  margin-bottom: 2px;
}
.dateBox .date-day {
  color: #fff;
  padding: 7px;
  font-size: 12px;
  line-height: 15px;
  display: block;
  background: #002855;
}
.dateBox .date-day em {
  display: block;
  font-weight: 400;
}
.dateBox .itemBody {
  overflow: hidden;
}

table.table {
  font-size: 10px;
}
table.table tr:nth-child(odd) {
  background: #E7F7F5;
}
table.table > thead > tr > th,
table.table > tbody > tr > th,
table.table > tfoot > tr > th,
table.table > thead > tr > td,
table.table > tbody > tr > td,
table.table > tfoot > tr > td {
  padding: 1px 4px;
  line-height: 20px;
  vertical-align: top;
  border: 0;
}
table.table td span {
  display: block;
  background: #000;
  color: #fff;
  padding: 0 4px;
  text-align: center;
}

.mstw-gs-table {
  font-size: 10px;
  width: 100%;
}

.mstw-gs-table tr:nth-child(odd) {
  background: #E7F7F5;
}

.mstw-gs-table > thead > tr > th,
.mstw-gs-table > tbody > tr > th,
.mstw-gs-table > tfoot > tr > th,
.mstw-gs-table > thead > tr > td,
.mstw-gs-table > tbody > tr > td,
.mstw-gs-table > tfoot > tr > td {
  padding: 1px 4px;
  line-height: 20px;
  vertical-align: top;
  border: 0;
}

.mstw-gs-table td span, .mstw-gs-table td:nth-child(4) {
  display: block;
  background: #000 !important;
  color: #fff;
  padding: 0 4px;
  text-align: center;
}

.socialIcons {
  padding: 20px 0 10px 0;
  margin-left: 0;
}
.socialIcons > li {
  padding: 0;
  font-size: 18px;
  color: #002855;
  margin-right: 5px;
}
.socialIcons .textOnly {
  position: relative;
  top: 5px;
}
.photoLink {
  background: #002855;
  margin: 0 0 10px 0;
  max-width: 200px;
}
.photoLink a
{
color: #FFFFFF;
}
.photoLink a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.photoLink .pull-left {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.photoLink .bodyItem {
  color: #fff;
  padding: 10px;
  overflow: hidden;
  font-size: 14px;
  line-height: 15px;
}
#footer {
  background: #002855;
  border-top: 15px solid #333366;
  padding: 26px 0 32px 0;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
}
#footer a:hover {
  color: #ddd;
}
#footer .withMargin {
  margin-right: 28px;
}
#footer .searchBox {
  margin-top: 16px;
}
.menuLinks {
  margin: 0;
}
.menuLinks > li {
  padding: 0;
}
.menuLinks > li:before {
  content: "|";
  padding-right: 4px;
}
.menuLinks > li:first-child:before {
  display: none;
  height: 0;
}
.menuLinks li a
{
  color: #FFFFFF;
}
.overflowContent {
  overflow: hidden;
  padding-top: 6px;
}
/* =============== */
/* === BUTTONS === */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  border: 1px solid transparent;
  padding: 13px 20px;
  font-size: 16px;
  line-height: 17px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  /*outline: none;*/
  outline-offset: 0;
}
.btn:hover,
.btn:focus {
  color: #fff;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #fff;
  background-color: #333366;
  border: 0;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #222241;
  border: 0;
}
.btn-primary {
  color: #fff;
  background-color: #002855;
  border: 0;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #031735;
  border: 0;
}
.btn-sm {
  padding: 9px 15px;
  font-size: 14px;
  line-height: 17px;
}
.stickyButtons {
  position: fixed;
  top: 101px;
  right: 0;
  z-index: 9999;
  width: 138px;
}
.stickyButtons .btn {
  font-size: 16px;
  text-align: left;
}
.stickyButtons .btn.btn_take-a-tour {
    line-height: 35px;
    padding-top: 0;
    padding-bottom: 0;
}
.stickyButtons .btn.btn_take-a-tour img {
    max-height: 25px;
    width: auto;
    margin-top: -3px;
    margin-left: 6px;
}

/* =============== */
/* === SUBPAGE === */
body.subpage {
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
body.subpage .navbar-default {
  height: auto;
  background: none;
}
body.subpage .navbar-nav > li > .dropdown-menu {
  position: static;
}
.subpageContent {
  background: #fff;
  min-height: 100px;
}

.subpageContent .inner {
  padding: 34px 25px 30px 33px;
}

.subpageContent .inner .col-md-9 a,
.subpageContent .inner .col-sm-8 a {
  text-decoration: underline;
}

@media print {
  body a[href]:after
  /*.container a[href]:after*/
  /*.subpageContent .inner a[href]:after */ {
    content:none;
  }
}

.subpageContent h1,
.subpageContent h2,
.subpageContent h3 {
  margin-bottom: 22px;
}
.subpageContent h2 {
  font-size: 22px;
}
.subpageContent p {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 12px;
}
.headerTitle {
  background: #002855;
  background: rgba(0, 40, 85, 0.8);
  color: #fff;
  padding: 12px 28px 6px 28px;
}
.headerTitle h2 {
  color: #fff;
  margin: 0;
}
.breadcrumb {
  padding: 0 0 6px 0;
  margin-bottom: 0;
  background: none;
  border-radius: 0;
}
.breadcrumb a {
  display: inline-block;
}
.breadcrumb img {
  float: left;
  position: relative;
  top: 3px;
}
.breadcrumb a
{
  color: #FFFFFF;
}
.breadcrumb a:hover {
  color: #ccc;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #fff;
}
.breadcrumb > .active {
  color: #ddd;
}
/* sidebar menu */
.sidebarMenu {
  list-style: none;
  margin: -5px 0 0 0;
  padding: 0;
  /* sub level */
  /* open sub level menu */
}
.sidebarMenu ul {
  list-style: none;
  margin: 0;
  padding: 2px 0 8px 0;
}
.sidebarMenu a:hover {
  background-color: #efefef;
}
.sidebarMenu > li {
  border-bottom: 2px solid #ededf1;
  margin: 3px 0;
}
.sidebarMenu > li > a {
  display: block;
  font-size: 14px;
  line-height: 15px;
  padding: 10px 0;
  margin: 0 0 2px 0;
}
.sidebarMenu > li > a:hover {
  background: none;
  color: #002855;
  text-decoration: underline;
}
.sidebarMenu li li > a {
  display: block;
  font-size: 11px;
  line-height: 13px;
  padding: 6px 17px;
  margin: 0 0 4px 0;
}
.sidebarMenu li li > a:hover {
  background: #002855;
  color: #fff;
}
.section {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 50px;
  padding: 24px 0;
  color: #fff;
}
.section .inner {
  padding: 0 30px;
}
.section h1,
.section h2,
.section h3,
.section h4,
.section h5,
.section h6 {
  color: #fff;
}
.section h3 {
  font-size: 31px;
  line-height: 34px;
  margin-bottom: 14px;
}
.section hr {
  margin: 10px 0;
  border-top: 1px solid #adb4c0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}




.numberBox {
  text-align: center;
  padding: 0 0 25px 0;
}
.numberBox em {
  display: block;
  font-weight: 400;
  font-style: normal;
  padding: 14px 0 22px 0;
}

.numberBox h4 span {
  display: block;
}



/*-----SMALL-----*/

.numberBox.small-box em {
  font-size: 55px;
  line-height: 55px;
}

.quickfact-box .numberBox.small-box em
{
font-size: 55px;
}

.numberBox.small-box h4 {
  font-size: 18px;
  line-height: 20px;
}


/*-----MEDIUM-----*/

.numberBox.medium-box em {
  font-size: 70px;
  line-height: 70px;
}

.quickfact-box .numberBox.medium-box em
{
font-size: 70px;
}

.numberBox.medium-box h4 {
  font-size: 18px;
  line-height: 20px;
}


/*-----LARGE-----*/

.numberBox.large-box em {
  font-size: 100px;
  line-height: 100px;
}

.quickfact-box .numberBox.large-box em
{
font-size: 100px;
}

.numberBox.large-box h4 {
  font-size: 18px;
  line-height: 20px;
}


/* ================== */
/* === FLEXSLIDER === */
.flex-container a:active,
.flexslider a:active {
  outline: 0;
}
.flex-control-nav,
.flex-direction-nav,
.slides {
  margin: 0;
  padding: 0;
  list-style: none;
}
@font-face {
  font-family: flexslider-icon;
  src: url(/wp-content/themes/css/font/flexslider-icon.eot);
  src: url(/wp-content/themes/css/font/flexslider-icon.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/css/font/flexslider-icon.woff) format('woff'), url(/wp-content/themes/css/font/flexslider-icon.ttf) format('truetype'), url(/wp-content/themes/css/font/flexslider-icon.svg) format('svg');
  font-weight: 400;
  font-style: normal;
}
.flexslider {
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
.no-js .slides > li:first-child {
  display: block;
}
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
position:relative;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all 0.3s ease;
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-prev {
  opacity: .7;
  left: 10px;
}
.flexslider:hover .flex-next {
  opacity: .7;
  right: 10px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-direction-nav a:before {
  font-family: flexslider-icon;
  font-size: 40px;
  display: inline-block;
  content: '\f001';
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: .8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000000;
}
.flex-pauseplay a:before {
  font-family: flexslider-icon;
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* reset styles */
.flexslider {
  margin: 0;
  background: transparent;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.flexslider .flex-direction-nav a {
  opacity: 1;
  text-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
}
.flexslider .flex-direction-nav a {
  opacity: 1;
  text-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
}
.flexslider .flex-direction-nav .flex-prev {
  left: 20px;
}
.flexslider .flex-direction-nav .flex-next {
  right: 20px;
  text-align: center;
}
.flexslider:hover .flex-prev {
  opacity: 1;
  left: 20px;
}
.flexslider:hover .flex-next {
  opacity: 1;
  right: 20px;
}
.flexslider .slides > li {
  -webkit-backface-visibility: visible;
}
.flexslider .slides img {
  width: 100%;
}
.flexslider .flex-direction-nav a {
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #333;
  line-height: 1;
}
.flexslider .flex-direction-nav a:hover {
  color: #1d8fad;
}
.flexslider .flex-direction-nav .flex-disabled {
  display: none;
}
.navbar-default + .mainslider {
  margin-top: -127px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.take_a_tour_a {
}
.take_a_tour_a > img {
    width: 100%;
    height: auto;
}
.take_a_tour_a > span {
  display: block;
  text-align: center;
  width: 100%;
  color: white;
  margin-top: -12.6vw;
  height: 6vw;
  font-size: 3vw;
  line-height: 5.6vw;
  letter-spacing: 4px;
  text-shadow: 4px 5px 2px rgba(41, 41, 41, 0.75);
}

.main-banner {
  position: relative;
  margin-top: -127px;
  margin-top: 0;
  display: inline-block;
  width: 100%;
}
.mainslider {
  position: relative;
}
.mainslider .text-caption {
  position: absolute;
  width: 960px;
  left: 50%;
  margin-left: -480px;
  bottom: 0;
  background: #002855;
  background: rgba(0, 40, 85, 0.8);
  color: #fff;
  padding: 20px 25px;
  display: none;
}
.mainslider .text-caption h1 {
  color: #fff;
  padding-right: 44px;
  margin: 0;
  font-size: 40px;
  line-height: 40px;
}
.mainslider .text-caption h3 {
  color: #fff;
  padding-right: 44px;
  margin: 0;
  font-size: 40px;
  line-height: 40px;
}
.mainslider .text-caption p {
  font-size: 13px;
  line-height: 21px;
  margin: 0;
  overflow: hidden;
  margin-top: 12px;
}
.std-slider {
  /*border: 3px solid #fff;*/
  visibility: hidden;
}
.std-slider .flex-control-nav {
  bottom: -25px;
}
.std-slider .flexslider .slides img {
  border: 3px solid #FFF;
  max-width: 500px;
  width: auto;
}
/* media queries, adjustments */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: 0;
}
.navbar-default .navbar-toggle {
  margin-top: 44px;
  border-color: #002855;
  background-color: #002855;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #333;
  border-color: #333;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
  width: 28px;
  background-color: #fff;
  height: 3px;
  border-radius: 0;
}
.navbar-default .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background: transparent;
}
.navbar-collapse {
  max-height: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-collapse.in {
  overflow: visible !important;
}
.isMobile .dropdown-menu {
  background: #fff;
  width: auto;
  min-width: 140px;
}
.isMobile.subpage .navbar-nav > li > .dropdown-menu {
  position: absolute;
}
.isMobile.subpage .dropdown-menu {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.isMobile .dropdown .dropdown-menu {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.isMobile .navbar-collapse {
  -webkit-transition: height 0.001s;
  -moz-transition: height 0.001s;
  -ms-transition: height 0.001s;
  -o-transition: height 0.001s;
  transition: height 0.001s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
}
@media (max-width: 1300px) {
  .stickyButtons {
    position: absolute;
    top: 42px;
    width: 120px;
  }
  .stickyButtons .btn {
    padding: 6px 8px;
  }
}
/* utility menu collapse style */
@media (min-width: 768px) {
  .mobile-collapse {
    display: inline-block;
  }
}
/* shared styles for tablet and mobile */
@media (max-width: 991px) {
  .navbar-default {
    height: auto;
  }
  .navbar-brand {
    height: auto;
    margin: 10px 0 !important;
    display: inline-block;
    float: none;
  }
  .navbar-default + .mainslider {
    margin-top: 0;
    float: left;
    width: 100%;
  }
  .mainslider .text-caption {
    width: 100%;
    left: auto;
    margin: 0;
  }
  .navbar-main {
    padding: 10px 0;
    margin: 0;
  }
  .navbar-default .navbar-nav.navbar-right {
    width: 100%;
    float: none !important;
    text-align: center;
  }
  .navbar-default .navbar-nav.navbar-right > li {
    float: none;
    display: inline-block;
  }
  .navbar-header {
    text-align: center;
  }
  #footer .withMargin {
    margin-right: 0;
    float: none !important;
    padding-bottom: 20px;
  }
  #footer .col-md-8.text-right,
  .copyrightInfo,
  .bannerSection { text-align: center; }
  .menuLinks {
    padding: 10px 0;
  }
  .bannerSection .item {
    /*float: none !important;*/
    /*display: inline-block !important;*/
    /*margin: 0 0 20px 0 !important;*/
  }
  .bannerSection .std-slider {
    /*margin: 0 20px 30px 20px !important;*/
    /*float: none !important;*/
    /*display: inline-block;*/
  }
  .numberBox em {
    font-size: 70px;
    line-height: 70px;
  }
}
/* tablet */
@media (min-width: 768px) and (max-width: 991px) {
  body {
    color: inherit;
  }
}
/* mobile */
@media (max-width: 767px) {
  .std-slider
  {
    /*visibility: hidden !important;*/
    /*display: none !important;*/
    /*width: 85% !important;*/
  }
  .navbar-default .navbar-nav.navbar-right {
    margin: 0 0 10px 15px;
    padding-top: 5px;
    text-align: left;
  }
  .navbar-default .navbar-nav.navbar-right > li {
    display: block;
    margin-bottom: 7px;
  }
  .navbar-default .navbar-nav.navbar-right > li > a {
    display: inline-block;
    text-align: left;
    padding: 3px 0;
  }
  .moreLink {
    font-size: 15px;
    line-height: 17px;
    margin-top: 5px;
    padding: 5px 0 5px 15px;
    color: #fff;
  }
  .moreLink:before,
  .moreLink:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .moreLink:after {
    clear: both;
  }
  .stickyButtons {
    top: 0;
  }
  #footer {
    text-align: center;
  }
  .navbar-default .searchBox {
    margin: 12px 0 0 0;
  }
  #footer .searchBox {
    margin: 20px auto 10px auto;
  }
  .mainslider .text-caption {
    position: static;
    background: #002855;
  }
  .mainslider .text-caption h3 {
    line-height: 40px !important;
    float: none !important;
    margin-bottom: 10px;
  }
  .mainslider .text-caption p {
    overflow: visible;
  }
  .navbar-main > li {
    width: auto;
  }
  .navbar-default .navbar-main > li > a {
    text-align: left;
    background: #373668;
    padding: 10px 25px;
    margin-bottom: 1px;
  }
  .navbar-default .navbar-main > li > a:hover,
  .navbar-default .navbar-main > li > a:focus {
    background: #002855;
  }
  .navbar-default .navbar-main > li {
    margin-bottom: 3px;
  }
  .navbar-default .navbar-main > .open > a,
  .navbar-default .navbar-main > .open > a:hover,
  .navbar-default .navbar-main > .open > a:focus {
    background: #002855;
  }
  .mobile-arrow {
    display: block;
    text-align: center;
    width: 44px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding-top: 8px;
    padding-left: 0;
    background: rgba(255, 255, 255, 0.1);
    cursor: default;
  }
  .dropdown .dropdown-menu {
    background: none !important;
    padding: 0 0 6px 0 !important;
    -webkit-transition: none;
    transition: none;
  }
  .dropdown .dropdown-menu > li > a {
    margin-bottom: 1px;
  }
  .navbar-default .navbar-main .dropdown-menu > li > a {
    background: #fff;
    font-size: 12px;
  }
  .navbar-default .navbar-main .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-main .open .dropdown-menu > li > a:focus {
    background: #002855;
    color: #fff;
  }
  [class^="col-md-"] + [class^="col-md-"] {
    margin-top: 40px;
  }
  .section [class^="col-md-"] {
    margin-top: 25px !important;
  }
  body.subpage {
    -webkit-background-size: 200%;
    -moz-background-size: 200%;
    -o-background-size: 200%;
    background-size: 200%;
    background-color: #222;
  }
  body.subpage .navbar-default .navbar-collapse {
    background: #222;
    margin: 0 -20px;
  }
  body.subpage .navbar-nav .open .dropdown-menu {
    position: static;
  }
  body.subpage .headerTitle {
    margin: 0 -20px;
    background: #002855;
  }
  .subpageContent .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .section .inner {
    padding: 0 10px;
  }
  .numberBox {
    padding: 0;
  }
  .numberBox em {
    font-size: 50px;
    line-height: 50px;
  }
  .numberBox h4 {
    font-size: 15px;
    line-height: 19px;
  }
  /* change order - left menu below content */
  /* flexbox */
  .switchOnMobile {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .switchOnMobile > .col-md-3.col-sm-4 {
    /* Left Nav */
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .switchOnMobile > .col-md-9.col-sm-8 {
    /* Right Content */
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .switchOnMobile [class^="col-md-"] + [class^="col-md-"] {
    margin-top: 0;
  }
  .switchOnMobile > .col-md-3.col-sm-4 {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .navbar-brand {
    float: left;
    padding: 0;
  }
  .navbar-brand img {
    width: 180px;
  }
  .navbar-default .navbar-toggle {
    margin-top: 29px;
  }
}

#wpadminbar
{
/*position: static !important;*/
}

.dropdown-menu
{
height: auto !important;
}


.sidebarMenu ul.children
{
display: none;
}

.sidebarMenu > li:hover ul.children
{
display: block;
}

.sidebarMenu .page_item_has_children.current_page_ancestor ul.children, .sidebarMenu .page_item_has_children.current_page_item ul.children
{
display: block; 
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus
{
background-color: transparent;
}

.topNav ul li ul li ul
{
visibility: hidden !important;
display: none !important;
}

.dropdown-menu > li > a:hover
{
background: #002855 !important;
}

.photoLink:before, .photoLink:after, .navbar:before, .navbar:after, .mainslider:before, .mainslider:after
{
content: none;
}

.current_page_item a
{
color: #002855;
}

.stickyButtons a
{
margin-top: 0px !important;
}

.sb-orange
{
background-color: #002855;
}

.sb-purple
{
background-color: #333366;
}

.full-width-image
{
width: 100%;
}

.mstw-tr-table
{
width: 100%;
}

.mstw-tr-table tr:nth-child(odd)
{
background-color: #F9C298
}

.mstw-tr-table tr td, .mstw-tr-table tr th
{
padding: 5px;
}

#player-photo
{
float: left;
margin-right: 15px;
}

.events-home
{
/*float: left;*/
padding-left: 0px;
}

.events-home li
{
list-style-type: none;
width: 100%;
float: left;
/*margin-bottom: 10px;*/
margin-bottom: 20px;
}

.events-home li a
{
display: inline-block;
width: 79%;
color: #002855;
}

.events-home li a:hover
{
text-decoration: underline; 
}

.events-home-calendar-page li a
{
width: 81%;
}

.events-home .post-date
{
float: left;
background-color: #002855;
color: #FFFFFF;
padding: 0px;
width: 17%;
font-size: 14px;
line-height: 21px;
text-align: center;
margin-right: 10px;
text-transform: uppercase;
}

.event_day
{
border-bottom: 3px solid #FFFFFF;
float: left;
font-size: 10px;
width: 100%;
}

.event_date
{
float: left;
font-size: 12px;
padding: 3px 8px;
width: 100%;
}

.event_date em
{
display: block;
}

.eo-events,
.news-home
{
list-style: none;
padding-left: 0px;
}

.news-home li
{
list-style-type: none;
margin-bottom: 10px;
}

.news-home li a
{
/*float: left;*/
/*width: 100%;*/
}

.news-home .post-date
{
/*color: #002855;*/
color: #231F20;
}

.dcsns
{
background: #FFFFFF;
padding: 0px;
}

.stream li, .stream li .section-intro, .dcsns-content
{
border-radius: 0px;
border: none;
}

.team-data
{
margin-bottom: 10px;
font-size: 14px;
}

.team-data tr {}

.team-data tr td
{
margin-right: 10px;
padding-right: 20px;
}

.dropdown-menu > li > a
{
font-size: 12px;
line-height: 15px;
white-space: normal;
}

.bid-list {}

.bid-list li
{
list-style-type: none;
}

.bid-list li a
{
font-weight: bold;
}

.bid-detail-table {}

.bid-detail-table tr {}

.bid-detail-table tr td
{
padding: 5px 10px;
vertical-align: top;
}

#dcsns-filter a
{
display: block;
height: 27px;
}

.campus-map-button a,
.start-future-button a
{
position: relative;
}

.campus-map-button h3,
.start-future-button h3
{
color: #FFF;
font-size: 1.571em;
left: 0;
/*margin-top: -161px;*/
/*max-width: 198px;*/
padding: 10px;
position: absolute;
}

.campus-map-button h3 { top: -4em; }

.start-future-button h3 { top: -1em; }

@media (min-width: 992px) {
  .campus-map-button,
  .campus-map-button a { float: right; }
  .start-future-button a { float: right; }
  .campus-map-button h3 { top: -1em; }
  .campus-map-button h3,
  .start-future-button h3 { font-size: 1.714em; }
}

.start-future-button h3 span { font-size: 14px; }

.campus-map-button img,
.start-future-button img
{
border: 3px solid #FFF;
font-size: 1.714em;
}

.tshowcase td { font-size: 12px; }

#tshowcase-single-wrap
{
background: none repeat scroll 0% 0% #E7F7F5;
padding: 30px;
}

#tshowcase-single-wrap .ts-col_3
{
width: auto; /* Override of 33% from teamshowcase css */
}

#tshowcase-single-wrap .tshowcase-single-position,
#tshowcase-single-wrap .tshowcase-single-location,
#tshowcase-single-wrap .tshowcase-single-telephone,
#tshowcase-single-wrap .tshowcase-single-email,
#tshowcase-single-wrap .tshowcase-single-freehtml
{
font-size: 15px;
margin-bottom: 15px;
}

#tshowcase-single-wrap .fa
{
margin-right: 5px;
width: 1em;
}

.btn-warning
{
background: #002855;
background: rgba(0, 40, 85, 0.8);
}

.hiddenTitle
{
visibility: hidden;
display: none;
}

.activate-page
{
padding: 25px;
}

/*.subpageContent a[href*=".aspx"],
.subpageContent a[href~=southflorida.edu]*/
.broken_link
{
  background-color: yellow;
  color: blue;
}

@media (max-width:767px) {
  .table-responsive {
    border: none;
  }
}

.image-right
{
float: right;
margin: 0 0 10px 10px;
}

.image-left
{
float: left;
margin: 0 10px 10px 0;
}

.map-table table tr td table tr:first-child td,
.sup-table table tr td table tr td
{
background-color: #002855;
}

.sup-table table tr td table tr td
{
height: 39px;
}

.calendar-h3
{
/*margin-bottom: 0px;*/
}

.tshowcase_next, .tshowcase_previous, .tshowcase_page
{
padding: 5px 3px !important;
}

.volleyball-tab {}

.softball-tab
{
visibility: hidden;
display: none;
}

.baseball-tab
{
visibility: hidden;
display: none;
}

.home-scoreboard-h4
{
margin-top: 12px;
}

#scoreboard-select
{
margin: 32px 0 10px 0;
}

#twitter-frame { margin-top: 20px; }

.eo-event-cat-collegeevents {list-style:none;}

/* Google Translate Widget Accessibility Fixes */
.goog-te-gadget-icon{
  display:none;
}

.goog-te-menu-value img{
  display:none;
}

.goog-te-menu-value span {
  padding: 0 2px;
}
.goog-te-gadget-simple span {
  color: #000!important;
}

/* Hiding Take a Tour buttons */
.take_a_tour_a {
    background-image: url(/wp-content/uploads/2019/08/Get-Connected-website.jpg);
    background-size: cover;
    width: auto;
    height: auto;
    display: block;
}
.take_a_tour_a > img {
    visibility: hidden;
}
.take_a_tour_a > span {
    visibility: hidden;
}
.stickyButtons .btn.btn_take-a-tour {
    display: none;
}
/* /Hiding Take a Tour buttons */