/*
Theme Name: Trusu 2016
Theme URI: 
Author: Offshoot Inc.
Author URI: https://offshootinc.com
Description: Trusu 2016
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Trusu 2016
Tags:

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.

CFS-FCEE 2015 Theme is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
13.0 Bootstrap
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  box-sizing: border-box;
  /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */ }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

ol, ul {
  list-style: none; }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
text-align:center;}

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

a img {
  border: 0; }

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6,
.same-h1, .same-h2, .same-h3, .same-h4, .same-h5, .same-h6,
.page-title-content {
 
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, .same-h1 {
  font-size: 25px;

  line-height: 1.2; }

h2, .same-h2 {
  font-size: 2.5em;
  line-height: 1.2;
}

h3, .same-h3 {
  font-size: 2em;
  line-height: 1.2;
}

h4, .same-h4 {
  font-size: 1.5em;

  line-height: 20px; }

h5, .same-h5 {
  font-size: 14px;
  line-height: 26px; }

h6, .same-h6 {
  font-size: 12px;
  line-height: 14px; }

p, body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 22px; }

blockquote {
  font-size: 18px;
  line-height: 28px;
	background-color: #c9f0ff;
    color: #404040;
	padding: 10px 30px;
	margin: 20px 0px;
	font-style: italic;
}
  blockquote p {
    font-size: 18px;
    line-height: 28px;
	background-color: #c9f0ff;
    color: #404040;
	margin: 20px 10px;
}

article .entry-title a {
  font-weight: 500; }

#site-navigation a,
#secondary-navigation a {
  font-size: 15px;
  font-weight: 600; }

#masthead .search-toggle,
#masthead .menu-toggle {
  font-size: 20px;
  outline: none;
}
  #masthead .search-toggle:hover, #masthead .search-toggle:active,
  #masthead .menu-toggle:hover,
  #masthead .menu-toggle:active {
    color: #136d51; }

.page-title-content {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500; }

@media screen and (min-width: 768px) {
  h1, .same-h1 {
    font-size: 34px;
    line-height: 36px; }

  h2, .same-h2 {
    font-size: 30px;
    line-height: 1.2; }

  h3, .same-h3 {
    font-size: 25px;
    line-height: 27px; }

  h4, .same-h4 {
    font-size: 16px;
    line-height: 20px; }

  p, body {
    font-size: 16px;
    line-height: 20px; }

  .page-title-content {
    font-size: 28px;
    line-height: 30px; } }
@media screen and (min-width: 992px) {
  #site-navigation a,
  #secondary-navigation a {
    font-size: 15px; }

  h1, .same-h1 {
    font-size: 34px;
    line-height: 36px; }

  .page-title-content {
    font-size: 34px;
    line-height: 36px; } }
@media screen and (min-width: 1200px) {
  #site-navigation a,
  #secondary-navigation a {
    font-size: 18px; }

  h1, .same-h1 {
    font-size: 36px;
    line-height: 38px; }

  h2, .same-h2 {
    font-size: 34px;
    line-height: 40px; }

  p, body {
    font-size: 17px;
    line-height: 25px; }

  .page-title-content {
    font-size: 36px;
    line-height: 38px; } }
/* Colors */
article .entry-title a {
  color: #333; }

/* Spacing */
p {
  margin-bottom: 15px; }

/* Navigation */
#site-navigation a,
#secondary-navigation a {
  font-family: "franklin-gothic-urw",sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.site-title {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 0;}

  .site-title a {
    text-decoration: none;
    font-family: "Open Sans", Helvetica, Arial, sans-serif; }

.site-description {
  font-size: 22px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 25px; }

b, strong {
  font-weight: bold; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 20 0; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

@media screen and (min-width: 768px) {
  blockquote {
    margin: 0 10%; }

  body.page-template-sidebar blockquote {
    margin: 0; } }
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc;
  margin: 0 40px; }
  ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px; }

ol {
  list-style: decimal;
  margin: 0 40px; }
  ol li {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 0; }

table {
  margin: 0 0 15px;
	border: 1px solid #ececec;
  width: 100%; }



table thead tr th
{
border-top: none;
	background-color:#1C7bc0;
	color: #FFF;
	border-bottom: 3px solid #404040;
	border-right: 1px solid #1C7bc0;
	border-left: 1px solid #1C7bc0;
	border-top: 1px solid #1C7bc0;
	padding: 10px; 
	font-weight: 600;
}

table tbody td{
	border: 1px solid #ececec;
}

table tbody th
{
	/*border-bottom: 1px solid #ececec;*/
  border-right: 2px solid #ececec;
	text-align: right;
	font-size: 1em;
	font-weight: 600;
}

table tr:nth-child(n)
{
	border-bottom: 1px solid #ececec;
	border-right: 1px solid #ececec;
}

th {
	font-size: 1.1em;
	padding: 10px;
}
/*
table tr:first-child td {
	border-bottom: 1px solid #ececec;
	border-right: 1px solid #ececec;
   }

table tr:last-child td {
	border-bottom: 1px solid #ececec;
	border-right: 1px solid #ececec;
   }
*/

table tr td {
  padding: 10px;}

/*
table tr td:nth-child(n) {
  border-left: 1px solid #ececec;
	 border-top: 1px solid #ececec;
 border-right: 1px solid #ececec;
 border-bottom: 1px solid #ececec;}
*/

/*
table tr td:nth-child(even){
	background:#fafafa;
}

table tr:first-child td:nth-child(n){
	background:#1F99ED;
}
*/


.flex-control-nav {
  display: none; }

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */ }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid transparent;
  border-radius: 3px;
  background: #43BD97;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: button;
  font-size: 13px;
  line-height: 1;
  padding: 8px 11px;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 1px; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #209470; }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background: #209470; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  border-radius: 3px;
  height: 37px;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%; }

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: #43BD97;
  text-decoration: none;
  outline: none; }
  a:visited {
    color: #43BD97; }
  a:hover, a:focus, a:active {
    color: #209470; }

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
#site-navigation {
  background-color: #3d94cb;
  margin-top: 0px;
  margin-bottom: 0px;
}
  #site-navigation .menu-main-container ul {
     margin: 0px;
    list-style: none;
}
    #site-navigation .menu-main-container ul li {
      float: none;
      list-style-type: none; }
      #site-navigation .menu-main-container ul li:hover {
        background-color: #2972a0; }
        #site-navigation .menu-main-container ul li:hover ul.sub-menu {
          display: none;
          position: absolute; 
          z-index: 999; }
          #site-navigation .menu-main-container ul li:hover ul.sub-menu ul.sub-menu {
            display: none; }
          #site-navigation .menu-main-container ul li:hover ul.sub-menu li {
            float: none;
            position: relative;
            min-width: 250px; }
            #site-navigation .menu-main-container ul li:hover ul.sub-menu li:hover ul.sub-menu {
              display: none;
              position: absolute;
              left: 100%;
              top: 0px;
              width: 100%; }
          #site-navigation .menu-main-container ul li:hover ul.sub-menu a {
            padding-top: 10px;
            padding-bottom: 10px;
            line-height: 25px;}
      #site-navigation .menu-main-container ul li a {
        padding-left: 20px;
        padding-right: 20px;
        line-height: 40px;}
  #site-navigation .menu-main-container ul.sub-menu {
    display: none;
    background-color: #3D94CB; }
  #site-navigation .menu-main-container a {
    color: #fff;
    width: 100%;
    display: block; }
  #site-navigation .menu-main-container li:hover, #site-navigation .menu-main-container li:active, #site-navigation .menu-main-container li:focus,
  #site-navigation .menu-main-container li.current_page_parent,
  #site-navigation .menu-main-container li.current_page_item,
  #site-navigation .menu-main-container li.current_page_ancestor,
  #site-navigation .menu-main-container li.current-menu-item {
    background-color: #2972a0; }

#leaderbar {
  background-color: #43bd97; }
  #leaderbar #secondary-navigation ul {
    float: right;
    margin: 0px; }
    #leaderbar #secondary-navigation ul li {
      list-style-type: none;
      display: inline-block; }
      #leaderbar #secondary-navigation ul li a {
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 5px;
        color: #fff;
        line-height: 35px; }
        #leaderbar #secondary-navigation ul li a:hover {
          color: #136d51; }
  #leaderbar #social-navigation ul {
    float: left;
    margin: 0px; }
    #leaderbar #social-navigation ul li {
      list-style-type: none;
      display: inline-block;
      margin-right: 10px; }
      #leaderbar #social-navigation ul li a {
        color: #fff;
        line-height: 35px; }
        #leaderbar #social-navigation ul li a:hover {
          color: #136d51; }

.menu-toggle, .search-toggle {
  color: #fff; }

.main-navigation .nav-menu,
.search-form {
  display: none; }

.main-navigation.toggled .nav-menu,
.search-form.toggled {
  display: block; }

#masthead {
  position: relative;
  background-color: #43bd97; }
  #masthead .search form {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center; }
    #masthead .search form input {
      width: 260px; }
  #masthead .search-toggle {
    position: absolute;
    top: 20px;
    right: 60px;
    background: transparent;
    border-right: 2px solid #fff;
    border-radius: 0px;
    border-bottom: 0px;
    border-top: 0px; }
  #masthead .menu-toggle {
    position: absolute;
    top: 20px;
    right: 15px;
    background: transparent; }
  #masthead .logoAndMainRow-row {
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 10px; }

@media screen and (min-width: 992px) {
  	/*
  	#site-navigation{
  
  		.menu-main-container{
  			ul{
  
  				li{
  					float:left;
  
  					a{
  						padding-left:15px;
  						padding-right:15px;
  						line-height:55px;
  					}
  					
  					&:hover{
  
  						ul.sub-menu{
  							display:block;
  
  							li{
  
  								&:hover ul.sub-menu{
  									display: block;
  								}
  							}
  						}
  					}
  				}
  			}
  		}
  	}
  	*/
  #site-navigation .menu-main-container #menu-main {
    /*text-align: justify;  
	  justify-content: space-between; */
    font-size: 10px;
    line-height: 0px; 
	}
    #site-navigation .menu-main-container #menu-main li {
      float: none;
      display: inline-block;
      list-style-type: none;
      text-align: left;
	}
      #site-navigation .menu-main-container #menu-main li a {
        line-height: 40px; }
      #site-navigation .menu-main-container #menu-main li:hover ul.sub-menu {
        position: absolute;
        z-index: 9999;
        display: block; }
        #site-navigation .menu-main-container #menu-main li:hover ul.sub-menu li {
          display: block; }
          #site-navigation .menu-main-container #menu-main li:hover ul.sub-menu li a {
            line-height: 25px; }
          #site-navigation .menu-main-container #menu-main li:hover ul.sub-menu li ul.sub-menu {
            display: none; }
          #site-navigation .menu-main-container #menu-main li:hover ul.sub-menu li:hover ul.sub-menu {
            display: block; }
    #site-navigation .menu-main-container #menu-main .sub-menu {
      display: none; }
  #site-navigation .menu-main-container #menu-main:after {
     content: '';
    display: inline-block;
    width: 100%; }

  .main-navigation .nav-menu,
  .search-form {
    display: block; }

  #masthead #logoAndMainRow {
    position: relative; }
    #masthead #logoAndMainRow .logoAndMainRow-row {
      margin-top: 0px;
      margin-bottom: 0px;
      height: 80px;
      display: none; }
      #masthead #logoAndMainRow .logoAndMainRow-row .search {
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -38px;
        height: 36px; }
        #masthead #logoAndMainRow .logoAndMainRow-row .search form {
          margin-top: 0px;
          margin-bottom: 0px; }
          #masthead #logoAndMainRow .logoAndMainRow-row .search form input {
            width: 190px; }
      #masthead #logoAndMainRow .logoAndMainRow-row #logo-img {
        position: absolute;
        top: -40px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); }

  #leaderbar {
    height: 140px;
    position: relative; }
    #leaderbar .leaderbar-container {
      height: 140px;
      position: relative; }
    #leaderbar .leaderbar-row-menu {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin-top: auto;
      margin-bottom: auto;
      height: 55px; }
    #leaderbar .search {
      position: absolute;
      right: 0px;
      height: 36px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: 13px; }
      #leaderbar .search form {
        margin-top: 0px;
        margin-bottom: 0px; }
        #leaderbar .search form input {
          width: 200px; }
    #leaderbar #logo-img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    #leaderbar #secondary-navigation ul {
      margin-top: -25px; }
    #leaderbar ul#menu-social-menu {
      margin-top: -25px; }

  #leaderbar #secondary-navigation ul li:hover {
    background: transparent; }
  #leaderbar #secondary-navigation ul li a {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 15px; }
    #leaderbar #secondary-navigation ul li a:hover {
      color: #136d51; }

  #leaderbar #secondary-navigation ul li a,
  #leaderbar #social-navigation ul li a {
    line-height: 55px; } }
@media screen and (min-width: 1200px) {
  #site-navigation .menu-main-container ul li a {
    padding-left: 20px;
    padding-right: 20px; }

  #site-navigation .menu-main-container #menu-main li a {
    line-height: 55px;
	} }
/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */ }

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  display: block;
  margin: 0 auto; }

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  /* Make sure select elements fit in widgets */ }
  .widget select {
    max-width: 100%; }

/* Search widget */
.widget_search .search-submit {
  display: none; }

#secondary .widget_subpages ul li:last-child,
#secondary .widget_categories ul li:last-child,
#secondary .widget_advanced_menu ul li:last-child {
  border-bottom: none; }

#secondary .widget_categories .widget-title {
  display: none; }

.social-feed-wrap {
  border: 1px solid; }
  .social-feed-wrap .ig-photo a,
  .social-feed-wrap .ig-photo img {
    display: block; }
  .social-feed-wrap .ig-photo img {
    width: 100%;
    min-width: 100%;
    max-width: 100%; }

#sidebar-navigation .widget_advanced_menu .widget-title {
  color: #209470;
  font-size: 20px;
  line-height: 25px;
  margin-top: 20px;
  margin-bottom: 15px; }

.social-tw,
.social-fb {
  padding: 15px;
  text-align: center; }

.social-fb .fb_iframe_widget {
  display: block; }

#twitterFetcher ul {
  list-style: none;
  padding: 0;
  margin: 0; }

#secondary .social-feed .container, #secondary .social-feed .flexslider .caption-wrap .caption, .flexslider .caption-wrap #secondary .social-feed .caption,
#secondary .social-feed .flexslider .flex-direction-nav,
.flexslider #secondary .social-feed .flex-direction-nav {
  width: auto !important;
  padding: 0; }

@media all and (min-width: 768px) {
  .social-feed-wrap {
    position: relative; }
    .social-feed-wrap .social-col {
      float: left;
      width: 33%; }
    .social-feed-wrap .igs-social-col-1 {
      position: absolute;
      bottom: 0;
      width: 33%; }
      .social-feed-wrap .igs-social-col-1 .ig-photo {
        float: left;
        width: 50%; }

  #secondary .social-feed-wrap .social-col {
    width: auto;
    float: none; }
  #secondary .igs-social-col-1 {
    position: static;
    width: auto; }
  #secondary .igs-social-col-1 .ig-photo {
    float: none;
    width: auto; }

  #sidebar-navigation .widget_advanced_menu .widget-title {
    font-size: 25px;
    line-height: 27px;
    margin-top: 40px;
    margin-bottom: 20px; } }
/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
body {
  overflow: hidden; }

#content {
  min-height: 450px; }

.sticky {
  display: block; }

.page-template-home .hentry {
  margin: 0; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.posted-on,
.cat-links,
.tags-links {
  font-size: 14px;
  padding-right: 7px;
  border-right: 1px solid #eee;
  margin-right: 5px; }

.search .entry-summary {
  margin-top: 0; }

/*
.metaslider {
	width: 100% !important;
	max-width: 1320px !important;
	margin:0 auto !important;
	height: auto !important;
}

.metaslider .caption-wrap {
	@extend .page-title;
	opacity: 1 !important;
}
*/
/* Sidebar */
.page-template-sidebar .main-container {
  margin-top: 0px; }

/* Post and Pages */
.main-container {
  margin-top: 30px; }

.separation {
  border: 1px solid #eee; }

/* Archive */
body.archive #primary .site-main article {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px; }
  body.archive #primary .site-main article .entry-content-description {
    margin-bottom: 0px; }
body.archive #primary .site-main .entry-meta {
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 18px; }
  body.archive #primary .site-main .entry-meta span:last-child {
    border-right: 0px; }

/* Categories Nav */
#CategoriesNavigationContainer {
  margin-top: 15px;
  text-align: center; }
  #CategoriesNavigationContainer #categoriesMenuNav {
    padding-top: 10px;
    padding-bottom: 20px;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px; }
    #CategoriesNavigationContainer #categoriesMenuNav li {
      display: inline-block;
      padding-left: 10px;
      padding-right: 10px;
      border-right: 1px solid #eee; }
      #CategoriesNavigationContainer #categoriesMenuNav li:first-child {
        padding-left: 0px; }
      #CategoriesNavigationContainer #categoriesMenuNav li:last-child {
        padding-right: 0px;
        border-right: 0px; }
      #CategoriesNavigationContainer #categoriesMenuNav li a {
        font-weight: 400; }

/* Pagination */
.nav-previous {
  float: left; }

.nav-next {
  float: right; }

/* Event Calendar */
.event-categories {
  list-style-type: none;
  margin-left: 0px; }

/* Single posts */
body.single .entry-content h1, body.single .entry-content h2, body.single .entry-content h3, body.single .entry-content h4, body.single .entry-content h5, body.single .entry-content h6, body.single .entry-content p, body.single .entry-content img, body.single .entry-content ul, body.single .entry-content ol,
body.page .entry-content h1,
body.page .entry-content h2,
body.page .entry-content h3,
body.page .entry-content h4,
body.page .entry-content h5,
body.page .entry-content h6,
body.page .entry-content p,
body.page .entry-content img,
body.page .entry-content ul,
body.page .entry-content ol {
  margin-bottom: 15px; }

.margin-bottom-reset {
  margin-bottom: 0px; }

@media screen and (min-width: 768px) {
  /* Sidebar */
  .page-template-sidebar .main-container {
    margin-top: 30px; } }
@media screen and (min-width: 992px) {
  body.archive #primary .site-main .entry-meta {
    margin-bottom: 10px; } }
/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
10.4 Header
--------------------------------------------------------------*/
#logo-img img {
  max-height: 60px;
  display: block; }

#logo-img,
#masthead hgroup {
  float: left;}

#masthead hgroup {
  margin-left: 15px; }

@media screen and (min-width: 992px) {
  #logo-img img {
    max-height: 100px;
    display: block; }

/*  
  #masthead {
    margin: 1.5em 0 0 0;
  } 
  #site-navigation {
    margin: 3em 0 0 0;
  }  */
	

  #logo-img,
  #masthead hgroup {
    float: none; } }
.page-title .sharedaddy {
  display: none !important; }

/*--------------------------------------------------------------
10.5 Footer
--------------------------------------------------------------*/
#colophon {
  background: #4b4b4b;
  color: #fff;
  text-align: center;
  padding: 40px 0 40px 0;
  margin-top: 60px;
  border-top: 1px solid;
  font-size: 0.8em; }

.site-info {
  background: #43BD97;
  color: #fff;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px; }

#mc4wp_form_widget-7 {
  border: 1px solid #fff;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  font-weight: 600; }
  #mc4wp_form_widget-7 h4 {
    text-align: center; }
  #mc4wp_form_widget-7 form {
    text-align: center; }
    #mc4wp_form_widget-7 form .form-row {
      margin-top: 10px;
      margin-bottom: 10px; }
      #mc4wp_form_widget-7 form .form-row label {
        font-size: 15px;
        text-transform: uppercase;
        float: left;
        min-width: 125px; }
    #mc4wp_form_widget-7 form .radio-row {
      margin-bottom: 10px; }
      #mc4wp_form_widget-7 form .radio-row .radio-col {
        display: inline-block;
        padding-right: 10px; }
        #mc4wp_form_widget-7 form .radio-row .radio-col input {
          margin-right: 5px; }

@media screen and (min-width: 768px) {
  #colophon .widget {
    margin-bottom: 0px; }

  #mc4wp_form_widget-7 {
    min-height: 300px; }
    #mc4wp_form_widget-7 h4,
    #mc4wp_form_widget-7 form {
      text-align: left; } }
@media screen and (min-width: 1200px) {
  #mc4wp_form_widget-7 form .form-row {
    margin-top: 15px;
    margin-bottom: 15px; } }
/*--------------------------------------------------------------
10.6 Snippets
--------------------------------------------------------------*/
.site-content .container > .row > div, .site-content .flexslider .caption-wrap .caption > .row > div, .flexslider .caption-wrap .site-content .caption > .row > div,
.site-content .flexslider .flex-direction-nav > .row > div,
.flexslider .site-content .flex-direction-nav > .row > div {
  margin: 30px 0; }

.site-content .container > .row > div:first-child, .site-content .flexslider .caption-wrap .caption > .row > div:first-child, .flexslider .caption-wrap .site-content .caption > .row > div:first-child,
.site-content .flexslider .flex-direction-nav > .row > div:first-child,
.flexslider .site-content .flex-direction-nav > .row > div:first-child {
  margin-top: 0; }

.site-content .container > .row > div:last-child, .site-content .flexslider .caption-wrap .caption > .row > div:last-child, .flexslider .caption-wrap .site-content .caption > .row > div:last-child,
.site-content .flexslider .flex-direction-nav > .row > div:last-child,
.flexslider .site-content .flex-direction-nav > .row > div:last-child {
  margin-bottom: 0; }

.snippet {
  margin: 30px 0; }

.content-focus {
  padding: 30px 0; }

.margin-focus {
  margin-top: 30px;
  margin-bottom: 30px; }

@media screen and (min-width: 768px) {
  .site-content .container > .row > div, .site-content .flexslider .caption-wrap .caption > .row > div, .flexslider .caption-wrap .site-content .caption > .row > div,
  .site-content .flexslider .flex-direction-nav > .row > div,
  .flexslider .site-content .flex-direction-nav > .row > div {
    margin: 0; }

  .margin-focus {
    margin-top: 60px;
    margin-bottom: 60px; } }
/*--------------------------------------------------------------
10.7 Home Template
--------------------------------------------------------------*/
/* Featured Posts */
.featured-posts-main-wrapper {
  border: 1px solid #e8e8e8;
  max-height: 317px; }

.featured-posts-main-wrapper-border {
  border: 15px solid #fff;
  overflow: scroll;
  max-height: 300px; }

.featured-posts-row-wrapper.row {
  padding-bottom: 15px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
  border-bottom: 1px solid #eee; }
  .featured-posts-row-wrapper.row:last-child {
    border-bottom: 0px solid transparent; }
  .featured-posts-row-wrapper.row .featured-posts-image,
  .featured-posts-row-wrapper.row .featured-posts-description {
    padding-left: 0px;
    padding-right: 0px; }
  .featured-posts-row-wrapper.row .featured-posts-title a {
    font-weight: 800;
    text-transform: uppercase; }
  .featured-posts-row-wrapper.row .featured-posts-date {
    font-size: 14px;
    font-weight: 800; }
  .featured-posts-row-wrapper.row .featured-posts-description {
    clear: both; }
  .featured-posts-row-wrapper.row a {
    color: #119a11; }
  .featured-posts-row-wrapper.row a:hover,
  .featured-posts-row-wrapper.row a:active,
  .featured-posts-row-wrapper.row a:focus {
    opacity: 0.6; }

/* Subgrid */
.page-template-home .metaslider .flexslider {
  margin-bottom: 0px; }
  .page-template-home .metaslider .flexslider ul.slides {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
    .page-template-home .metaslider .flexslider ul.slides img {
      width: 100%;
      display: block; }

/* Newsletter Signup */
#homeNewsLetterSignup {
  background: #eee; }
  #homeNewsLetterSignup .newsletterSignup-title {
    color: #666666;
    font-weight: 800; }
    #homeNewsLetterSignup .newsletterSignup-title span {
      padding-left: 10px; }
  #homeNewsLetterSignup .mc4wp-form-fields .hide-label {
    display: none; }
  #homeNewsLetterSignup .mc4wp-form-fields .form-row {
    float: none;
    width: 100%;
    margin-bottom: 15px; }
    #homeNewsLetterSignup .mc4wp-form-fields .form-row input {
      height: 60px;
      width: 100%;
      padding-left: 20px;
      padding-right: 20px;
      border-radius: 5px; }
    #homeNewsLetterSignup .mc4wp-form-fields .form-row input[type="submit"] {
      font-size: 20px;
      letter-spacing: 2px; }
    #homeNewsLetterSignup .mc4wp-form-fields .form-row .radio-row {
      margin-bottom: 15px; }
      #homeNewsLetterSignup .mc4wp-form-fields .form-row .radio-row input {
        height: auto;
        margin-right: 5px;
        width: auto; }
  #homeNewsLetterSignup .mc4wp-form-fields .form-row.submit-row {
    position: relative; }

/* Footer Home */
.home #colophon {
  padding-top: 0px;
  margin-top: 0px;
  display: none; }

#newsAndEvents .featured-posts-row-wrapper.row {
  padding-bottom: 5px;
  margin-bottom: 10px; }
  #newsAndEvents .featured-posts-row-wrapper.row .featured-posts-image {
    width: 100%;
    float: left;
    margin-right: 15px; }

@media screen and (min-width: 768px) {
  #newsAndEvents .featured-posts-row-wrapper.row .featured-posts-image {
    width: 45%; }

  /* Newsletter Signup */
  #homeNewsLetterSignup .mc4wp-form-fields .form-row .radio-row .radio-col, #homeNewsLetterSignup .mc4wp-form-fields .form-row .radio-row label {
    padding-right: 10px; }
  #homeNewsLetterSignup .mc4wp-form-fields .form-row .radio-row input {
    height: auto;
    width: auto; }
  #homeNewsLetterSignup .mc4wp-form-fields .form-row.submit-row {
    position: relative; }

  /* Calendar */
  #newsAndEvents table.em-calendar {
    height: 365px;
    margin-bottom: 0px; }

  /* Featured Posts */
  .featured-posts-main-wrapper {
    border: 1px solid #e8e8e8;
    height: 365px;
    max-height: 365px; }

  .featured-posts-main-wrapper-border {
    border: 15px solid #fff;
    overflow: scroll;
    height: 360px;
    max-height: 360px; } }
@media screen and (min-width: 992px) {
  /* Calendar */
  #newsAndEvents table.em-calendar {
    height: 375px; }

  /* Featured Posts */
  .featured-posts-main-wrapper {
    height: 375px;
    max-height: 375px; }

  .featured-posts-main-wrapper-border {
    height: 370px;
    max-height: 370px; } }
@media screen and (min-width: 1200px) {
  /* Calendar */
  #newsAndEvents table.em-calendar {
    height: 395px; }

  /* Featured Posts */
  .featured-posts-main-wrapper {
    height: 395px;
    max-height: 395px; }

  .featured-posts-main-wrapper-border {
    height: 390px;
    max-height: 390px; } }
/* Home Social Taken from Jetpack */
#homeSocialMedia {
  background-color: #4B4B4B; }

.socialTitle {
  display: block;
  width: 100%;
  margin-bottom: 0;
  background-color: #43bd97;
  text-align: center;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 600; }

#twitterSocialTitle.socialTitle {
  background-color: #28aae1; }

#twitterWrapper iframe {
  width: 100% !important;
  font-family: "museo-sans-condensed" !important;
  margin: 0 auto;
  display: block !important; }

.twitter-social-wrapper {
  border: 1px solid #e8e8e8;
  background-color: #fff; }

#facebookSocialTitle.socialTitle {
  background-color: #01588e; }

#facebookWrapper .cff-wrapper {
  height: 230px;
  overflow: scroll;
  padding: 15px 15px;
  border: 1px solid #e8e8e8;
  background-color: #fff; }

#facebookWrapper #cff {
  height: 210px;
  overflow: scroll; }
  #facebookWrapper #cff .cff-item {
    padding: 15px 0 5px 0; }
  #facebookWrapper #cff .cff-item:first-of-type {
    padding-top: 0px; }
  #facebookWrapper #cff .cff-author {
    margin-bottom: 0px; }
  #facebookWrapper #cff .cff-page-name.cff-author-date {
    font-size: 12px;
    padding-top: 0px;
    font-family: Helvetica,Roboto,"Segoe UI",Calibri,sans-serif; }
#facebookWrapper #cff.cff-default-styles h3, #facebookWrapper #cff.cff-default-styles h4, #facebookWrapper #cff.cff-default-styles h5, #facebookWrapper #cff.cff-default-styles h6, #facebookWrapper #cff.cff-default-styles p {
  font-size: 12px;
  line-height: 18px;
  font-family: Helvetica,Roboto,"Segoe UI",Calibri,sans-serif; }

#emailNewsletterSignupWrapper form {
  height: 290px;
  border: 1px solid #e8e8e8;
  padding: 15px;
  background-color: #EEEEEE; }
  #emailNewsletterSignupWrapper form .mc4wp-form-fields {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%); }
  #emailNewsletterSignupWrapper form .form-row, #emailNewsletterSignupWrapper form .radio-row {
    margin-bottom: 15px; }
    #emailNewsletterSignupWrapper form .form-row input[type="radio"], #emailNewsletterSignupWrapper form .radio-row input[type="radio"] {
      margin-right: 10px;
      width: auto;
      height: auto; }
    #emailNewsletterSignupWrapper form .form-row label, #emailNewsletterSignupWrapper form .radio-row label {
      font-size: 15px;
      font-weight: 700; }
    #emailNewsletterSignupWrapper form .form-row input, #emailNewsletterSignupWrapper form .radio-row input {
      width: 100%;
      height: 33px;
      padding-top: 0px;
      padding-bottom: 0px;
      vertical-align: middle; }
  #emailNewsletterSignupWrapper form .form-row label {
    display: none; }
  #emailNewsletterSignupWrapper form .radio-row .radio-col {
    display: inline-block;
    padding-right: 10px; }
  #emailNewsletterSignupWrapper form .radio-row label {
    display: block; }

#cff.cff-author a,
#cff .cff-author .cff-date,
#cff.cff-author.cff-date {
  color: #000 !important; }

.twitter-social-wrapper {
  height: 230px; }

.twitter-social-padding {
  height: 220px;
  overflow: scroll;
  padding-left: 5px;
  padding-right: 5px; }

#eventsSocialTitle.socialTitle {
  background-color: #0032a5; }

#homeSocialMedia .cff-header {
  display: none; }

#instagramWrapper #sb_instagram {
  height: 290px;
  overflow: scroll;
  background: #fff;
  padding-bottom: 0px;
  border-bottom: 10px solid #fff; }

@media screen and (min-width: 768px) {
  #facebookWrapper {
    margin-bottom: 30px; }
    #facebookWrapper .cff-wrapper {
      height: 290px; }

  #facebookWrapper #cff {
    height: 270px;
    overflow: scroll; }

  .fb_iframe_widget {
    height: 290px;
    overflow: scroll; }

  .twitter-social-wrapper {
    height: 290px;
    margin-bottom: 30px; }

  .twitter-social-padding {
    height: 275px;
    overflow: scroll; }

  #emailNewsletterSignupWrapper form {
    height: 290px; }

  #instagramWrapper #sb_instagram {
    height: 290px; } }
@media screen and (min-width: 992px) {
  #facebookWrapper {
    margin-bottom: 0px; }

  .twitter-social-wrapper {
    margin-bottom: 0px; } }
@media screen and (min-width: 1200px) {
  .twitter-social-padding {
    overflow: scroll; }

  #facebookWrapper #cff {
    overflow: scroll; } }
/*-----------------	---------------------------------------------
10.8 Hero Image
--------------------------------------------------------------*/
.page-header {
  position: relative;
  width: 100%; }
  .page-header .page-title-content {
    font-weight: 500; }
  .page-header .page-title-content,
  .page-header .page-title-description {
    margin-bottom: 0px; }
  .page-header .page-header-image {
    width: 100%;
    display: block; }
  .page-header .page-title.highlight {
    background: rgba(56, 56, 56, 0.9);
    color: #fff; }
  .page-header .page-title {
    padding: 5px 0; }

.page-header.has-image .page-title {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 5px 0; }

.page-title-wrapper h3 {
  margin-bottom: 0px; }

@media screen and (min-width: 768px) {
  .page-header .page-title {
    padding: 15px 0; }

  .page-header.has-image .page-title {
    padding: 15px 0; } }
@media screen and (min-width: 992px) {
  .page-header .page-title {
    padding: 20px 0; }

  .page-header.has-image .page-title {
    padding: 20px 0; } }
/*--------------------------------------------------------------
10.9 Subgridpage
--------------------------------------------------------------*/
.subpagegrid-row .subpagegrid-columns {
  margin-top: 30px;
  margin-bottom: 30px; }
  .subpagegrid-row .subpagegrid-columns:first-child {
    margin-top: 0px; }
.subpagegrid-row:first-child {
  margin-top: 0px; }
  .subpagegrid-row:first-child .subpagegrid-columns:first-child {
    margin-top: 0px; }
.subpagegrid-row .subpagegrid-page-img {
  line-height: 0px; }
  .subpagegrid-row .subpagegrid-page-img img {
    width: 100%; }
.subpagegrid-row .subpagegridpage-content {
  padding: 15px; }
.subpagegrid-row .subpagegridpage-title {
  margin-bottom: 0px;
	text-align: center;
  color: #119a11; }
  .subpagegrid-row .subpagegridpage-title:hover, .subpagegrid-row .subpagegridpage-title:active, .subpagegrid-row .subpagegridpage-title:focus {
    opacity: 0.6; }
.subpagegrid-row .subpagegridpage-description {
  margin-top: 15px;
  color: #000; }
.subpagegrid-row .overlay {
  display: none; }
.subpagegrid-row .overlay.with-link {
  position: absolute;
  top: 0px;
  left: 15px;
  right: 15px;
  bottom: 0px;
  background-color: rgba(17, 154, 17, 0.3);
  display: none; }
.subpagegrid-row .subpagegrid-main-link:hover .overlay.with-link,
.subpagegrid-row .subpagegrid-main-link:active .overlay.with-link {
  display: block; }

article.page .entry-content .subpagegrid-page-img img {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px; }

/*
.subpagegrid-row{
	margin-left:0px;
	margin-right:0px;
}
.subpagegrid .subpagegrid-columns{
	padding-left:0px;
	padding-right:0px;
}
*/
.home .subpagegrid-row:last-child {
  margin-bottom: 0px; }

@media screen and (min-width: 768px) {
  .subpagegrid-row {
    margin-top: 30px;
    margin-bottom: 30px; }
    .subpagegrid-row .subpagegrid-columns {
      margin-top: 0px;
      margin-bottom: 0px; }
    .subpagegrid-row .subpagegridpage-content.with-description {
      padding: 0px;
      height: 180px; }
      .subpagegrid-row .subpagegridpage-content.with-description .subpagegridpage-content-border.with-description {
        height: 180px;
        border: 15px solid #fff;
        overflow: scroll; } }
/*--------------------------------------------------------------
11.0 Sidebar Template
--------------------------------------------------------------*/
#sidebarMenuIcon {
  display: block;
  margin: 0px -15px;
  padding: 5px 15px;
  background-color: black;
  color: #fff;
  font-size: 24px; }

.sidebar-navigation-wrapper {
  display: none; }
  .sidebar-navigation-wrapper #secondary .widget_categories ul,
  .sidebar-navigation-wrapper #secondary .widget_subpages ul,
  .sidebar-navigation-wrapper #secondary .widget_advanced_menu ul {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px; }
    .sidebar-navigation-wrapper #secondary .widget_categories ul ul.sub-menu li:last-child,
    .sidebar-navigation-wrapper #secondary .widget_subpages ul ul.sub-menu li:last-child,
    .sidebar-navigation-wrapper #secondary .widget_advanced_menu ul ul.sub-menu li:last-child {
      border-bottom: 0px;
      padding-bottom: 0px; }
    .sidebar-navigation-wrapper #secondary .widget_categories ul a,
    .sidebar-navigation-wrapper #secondary .widget_subpages ul a,
    .sidebar-navigation-wrapper #secondary .widget_advanced_menu ul a {
      color: #4b4b4b;
      font-weight: 500;
      font-size: 18px; }
      .sidebar-navigation-wrapper #secondary .widget_categories ul a:hover,
      .sidebar-navigation-wrapper #secondary .widget_subpages ul a:hover,
      .sidebar-navigation-wrapper #secondary .widget_advanced_menu ul a:hover {
        opacity: 0.6; }
    .sidebar-navigation-wrapper #secondary .widget_categories ul li.widget_subpages_current_page a,
    .sidebar-navigation-wrapper #secondary .widget_subpages ul li.widget_subpages_current_page a,
    .sidebar-navigation-wrapper #secondary .widget_advanced_menu ul li.widget_subpages_current_page a {
      color: #209470; }
    .sidebar-navigation-wrapper #secondary .widget_categories ul li,
    .sidebar-navigation-wrapper #secondary .widget_subpages ul li,
    .sidebar-navigation-wrapper #secondary .widget_advanced_menu ul li {
      border-bottom: 1px solid #eee;
      list-style-type: none;
      padding: 10px 0;
      /*&:first-child{
        padding-top:0px;
      }*/ }
    .sidebar-navigation-wrapper #secondary .widget_categories ul ul li,
    .sidebar-navigation-wrapper #secondary .widget_subpages ul ul li,
    .sidebar-navigation-wrapper #secondary .widget_advanced_menu ul ul li {
      padding-left: 15px; }
      .sidebar-navigation-wrapper #secondary .widget_categories ul ul li:first-child,
      .sidebar-navigation-wrapper #secondary .widget_subpages ul ul li:first-child,
      .sidebar-navigation-wrapper #secondary .widget_advanced_menu ul ul li:first-child {
        padding-top: 10px; }
  .sidebar-navigation-wrapper .widget_em_calendar .widget-title {
    color: #4b4b4b;
    font-weight: 500;
    font-size: 18px; }

.sidebar-navigation-wrapper.open-sidebar {
  display: block; }

/*
#secondary .widget_subpages ul,
#secondary .widget_categories ul {
  list-style-type:none;
  padding:0;
  margin:0;
  padding-right:0px;

  li{
    padding: 10px 0;
    a{
      text-decoration:none;
    }
  }
}
*/
@media screen and (min-width: 768px) {
  .sidebar-navigation-wrapper #secondary .widget_categories ul li:first-child,
  .sidebar-navigation-wrapper #secondary .widget_subpages ul li:first-child,
  .sidebar-navigation-wrapper #secondary .widget_advanced_menu ul li:first-child {
    padding-top: 0px; }

  .sidebar-navigation-wrapper {
    display: block; }

  #sidebarMenuIcon {
    display: none; } }
/*--------------------------------------------------------------
12.0 Clubs Page
--------------------------------------------------------------*/
.page-template-clubs .subpagegrid-page {
  position: relative; }
  .page-template-clubs .subpagegrid-page:hover .overlay {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0px;
    background-color: rgba(17, 154, 17, 0.3); }
.page-template-clubs #listOfClubContainer {
  margin-top: 15px; }
  .page-template-clubs #listOfClubContainer .row {
    margin-top: 30px;
    margin-bottom: 30px; }
    .page-template-clubs #listOfClubContainer .row:first-child {
      margin-top: 0px; }
.page-template-clubs .subpagegrid-page-img {
  overflow: hidden; }
.page-template-clubs .subpagegridpage-content {
  border: 10px solid #fff;
  overflow: hidden;
  z-index: 2;
  position: relative;
  background: #fff; }
  .page-template-clubs .subpagegridpage-content .club-title {
    margin-bottom: 5px;
    font-weight: 800;
font-size:1.2em;}
  .page-template-clubs .subpagegridpage-content p {
    color: #333; }

@media screen and (min-width: 768px) {
  .page-template-clubs .subpagegrid-page-img img {
    width: 100%;
    height: auto; }
  .page-template-clubs .subpagegridpage-content-wrapper {
    height: 200px; }
  .page-template-clubs .subpagegridpage-content {
    height: 200px; } }
@media screen and (min-width: 992px) {
  .page-template-clubs .subpagegridpage-content-wrapper {
    height: 180px; }
  .page-template-clubs .subpagegridpage-content {
    height: 180px; } }
@media screen and (min-width: 1200px) {
  .page-template-clubs .subpagegridpage-content-wrapper {
    height: 160px; }
  .page-template-clubs .subpagegridpage-content {
    height: 160px; } }
/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
12.0 Bootstrap
--------------------------------------------------------------*/
/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=e38aa1326ea3c338a9a6)
 * Config saved to config.json and https://gist.github.com/e38aa1326ea3c338a9a6
 */
/* removed Bootstrap normalize.css */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.container, .flexslider .caption-wrap .caption,
.flexslider .flex-direction-nav {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container, .flexslider .caption-wrap .caption,
  .flexslider .flex-direction-nav {
    width: 100%; } }
@media (min-width: 992px) {
  .container, .flexslider .caption-wrap .caption,
  .flexslider .flex-direction-nav {
    width: 970px; } }
@media (min-width: 1200px) {
  .container, .flexslider .caption-wrap .caption,
  .flexslider .flex-direction-nav {
    width: 1170px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }
.clearfix:before,
.clearfix:after,
.container:before,
.flexslider .caption-wrap .caption:before,
.flexslider .flex-direction-nav:before,
.container:after,
.flexslider .caption-wrap .caption:after,
.flexslider .flex-direction-nav:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.flexslider .caption-wrap .caption:after,
.flexslider .flex-direction-nav:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }
.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }