/* generalElements */
.item-page {
  min-height: 300px;
}
.item-page h1 {
	
}
.item-page p {
  
}
.item-page ol, .item-page ul {
  padding: 20px!important;
}
.item-page ol li, .item-page ul li {
  margin-bottom: 10px;
}
.item-page .table {
  display: table;
}
.item-page .table img {
  display: block;
  margin: 0 auto;
}
.item-page .table td {
  display: table-cell;
  vertical-align: middle;
}
/* ----------
   blog
------------- */
.blog .page-header {
  border-style: none;
  margin: 0!important;
  padding: 0!important;
}
.blog .page-header h1 {
  color: #ed1d24;
  font-size: 2em;
  display: block;
  border-bottom: 1px solid #ed1d24;
  padding: 0 0 10px 0;
}
.blog .page-header h2 {
  color: #0c8ed1;
  font-size: 1.5em;
  display: inline-block;
  padding: 0 20px 0 0;
}
.blog .readmore .btn {
  background: #ed1d24;
  color: #fff;
  margin-top: 10px;
  font-size: 1em;
}
.blog .readmore .btn:hover {
  background: #ff373e;
}

/* -------------------
   General Pagination
--------------------- */
.pagination {
  display: block!important;
  font-size: 1em!important;
}
div.pagination {
  clear: both;
  text-align: center;
  margin: 15px 0 0 0;
}

div.pagination p.counter {
  font-style: italic;
  float: none!important;
}

div.pagination ul {
  list-style: none;
  padding: 0;
}

div.pagination ul li {
  list-style: none;
  display: inline;
  padding: 0 5px 0 5px;
}
div.pagination ul li a {
  color: #ed1d24;
  text-decoration: underline;
  display: inline-block!important;
}
div.pagination ul li a:hover {
  text-decoration: none;
}

/* ----------
   tabs and slides
------------- */
div.jwts_toggleControlContainer a.jwts_toggleControl {
  background: none;
  border-style: none;
}
div.jwts_toggleControlContainer a.jwts_toggleControl {
  font-size: 18px;
  color: #ed1d24;
}
div.jwts_toggleControlContainer a.jwts_toggleOff span.jwts_toggleControlTitle {
  background: url("../images/arrows.png") no-repeat scroll 0 7px rgba(0, 0, 0, 0);
}
div.jwts_toggleControlContainer a.jwts_toggleOff span.jwts_toggleControlTitle:hover {
  color: #ed1d24;
}
div.jwts_toggleControlContainer a.jwts_toggleOn span.jwts_toggleControlTitle {
  background: url("../images/arrows.png") no-repeat scroll 0 -138px rgba(0, 0, 0, 0);
  color: #ed1d24;
}
div.jwts_toggleControlContainer a.jwts_toggleControl {
  margin: 0;
  padding: 0;
}
div.jwts_content {
  border-style: none;
  padding: 0!important;
}
div.jwts_toggleControlContainer a.jwts_toggleOn span.jwts_toggleControlNotice {
  display: block;
  font-size: 12px;
  color: #000;
}
ul.jwts_tabbernav li a {
  background-image: none;
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
ul.jwts_tabbernav li.jwts_tabberactive a {
  background-color: #fecc0c;
}
ul.jwts_tabbernav li a:hover {
  /*background-color: #FBD851;*/
  color: #000;
}
ul.jwts_tabbernav li.jwts_tabberactive a {
  color: #818284;
}
.jwts_tabberlive .jwts_tabbertab {
  padding: 8px 20px;
}

/* ----------
   contactForm
------------- */
.contactForm_table {
  width: 50%;
  color: #000;
  float: left;
}
.contactForm_table b span {
  font-size: 0.7em;
}
.contactForm_table th {
  display: inline-block;
  margin: 10px 0;
  color: #fff!important;
}
.contactForm_input {
  width: 80%;
  border-radius: 5px;
  border-style: none;
  padding: 5px;
}
.contactForm_input_textarea {
  width: 90%;
  border-radius: 10px;
  min-height: 150px;
  border-style: none;
}
#mod_simpleemailform_reset_1 {
  display: none;
}
#mod_simpleemailform_reset_1, #mod_simpleemailform_submit_1 {
  width: 25%;
  background: #ed1d24;
  color: #fff;
  float: right;
  margin: 20px 50px 0 0;
}
#mod_simpleemailform_reset_1:hover, #mod_simpleemailform_submit_1:hover {
  background: #ff373e;
}
/* ----------
   enterIso
------------- */
body.enterIso #mainMenu li a {
  color: #fff!important;
  text-shadow: 0 0 5px #000;
}
body.enterIso .spiningGlobe {
  min-height: 750px!important;
  align-items: baseline!important;
}
body.enterIso .spiningGlobe img  {
  margin: 30px 0 0 30px;
}
#isoIcons table img {
  display: inline-block;
}
#isoIcons table {
  display: table;
  margin-top: 30px;
  width: 100%;
}
#isoIcons table td {
  display: table-cell;
  vertical-align: middle;
}
#isoIcons table td:nth-child(3) strong {
  padding-left: 10px;
}
#isoIcons table strong {
  color: #263c40;
  font-size: 1.5em;
  position: relative;
  top: 10px;
}
#isoIcons table strong span {
  font-weight: normal;
}
#indexSearch {
  margin-top: 50px;
  display: flex;
  align-items: center;
}
h2.isoTitle  {
	color: #81a4a2;
	font-size: 1.5em;
  text-align: left;
  margin: 0;
}
h3.iso_title  {
  font-weight: 600;
	color: #263c40;
  text-align: left;
  margin:  0;
}
#indexSearch input[type=text] {
  border: 2px solid #263c40;
  border-radius: 10px;
  float: right;
  padding: 5px 40px 5px 5px;
  background: url('../images/searchIcon.png') no-repeat right center #fff;
}
#linkList {
  margin-top: 50px;
}
#linkList a {
  color: #263c40;
  border: 2px dotted #d8eaeb;
  padding: 5px 15px;
  border-radius: 5px;
  display: block;
  margin-bottom: 5px;
}
/* spinning earth */
#spinningEarth {
  width: 100%;
  height: 600px;
  border-style: none;
  overflow: hidden;
}
body.enterIso .topLogo {
  position: absolute;
  top: 30px;
  left: 30px;
}
/* SIDEBAR OPTIONS  */
.sideBarMenu {
  position: absolute;
  display: flex;
  align-items: center;
  height: 40px;
  background-color: #263c40;
  color: white;
  width: auto;
  right: 0;
  border-radius: 5px 0 0 5px;
  padding-right: 10px;
}
.icon {
  padding: 12px;
  font-size: 24px;
  cursor: pointer;
  padding-right: 10px;
}
.sideBarMenu .expand {
  flex: 1;
}

.sideBarMenu a {
  color: inherit;
  text-decoration: none;
}
#sidebar {
  background-color: #263c40;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
  color: #fff;
}
#sidebar section {
  padding: 0 10px;
}
.sidebar-wrapper {
  padding: 12px;
  overflow-y: auto;
  height: 100%;
}
#sidebar .quit-sidebar {
  background: #fff;
  color: #263c40;
  padding: 5px 10px;
  border-radius: 5px;
  position: relative;
  top: 10px;
  border: 2px solid #d8eaeb;
  cursor: pointer;
}
.sideBar_title {
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 2px dotted #d8eaeb;
  padding-bottom: 30px;
}
.sideBar_title td {
  padding-right: 15px;
}
#sidebar h1 {
  color: #d8eaeb;
  font-size: 4em;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}
#sidebar h2 {
  color: #d8eaeb;
  margin: 0;
}
#sidebar h3 {
  font-size: 1em;
  color: #81a4a2;
  margin: 0;
}
.chatBox {
  margin-top: 20px;
}