/* -------------------------------------------------------- */
/*  Base  */
/* -------------------------------------------------------- */
@import url("https://use.fontawesome.com/releases/v5.2.0/css/all.css")

html {
  overflow-y:scroll;
  overflow-x:hidden;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 23px;
  color:#4d5768; /*91979f*/
  /*background:#f7fcff;*/
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family:'Open Sans', sans-serif;
  font-weight:500;
  line-height:1.4em;
  padding:0px;
  margin:0px;
  margin-bottom:15px;
  clear:both;
}

h1 {
  font-size:36px;
  font-weight:300;
}

h2 {
  font-size:31px;
  color:#0fa2d5;
}

h3 {
  font-size:24px;
  font-weight:300;
  text-transform:uppercase;
  color:#0fa2d5;
}

h4 {
  font-size:24px;
}

h5 {
  font-size:20px;
  font-weight:400;
}

h6 {
  font-size:16px;
}

hr {
  background:#91979f;
  height:1px;
  border:0px;
  margin:20px 0px;
}

p {
  margin:0px 0px 15px 0px;
}

a {
  color:#337ab7;
  text-decoration:none;
}

a:hover {
  color:#3c4451;
  outline: none !important;
}
a:active, a:hover, a:focus, a:visited {
  outline: none !important;
  text-decoration: none !important;
}
a.attestation {
  color: #e1e1e1;
  text-decoration: underline;
}
a.attestation:active, a.attestation:hover, a.attestation:focus, a.attestation:visited {
  outline: none !important;
  text-decoration: none !important;
  color: #e1e1e1;
  text-decoration: underline;
}
blockquote {
  font-size:15px;
  font-style:italic;
  color:#566174;
  padding:20px;
  margin:0px;
  border-left:5px solid #67823a;
  background:url(../img/back-strip.png);
}
blockquote h4{
  color:#3c4451;
}
.bold, .strong {
  font-weight:bold;
}
.normal {
  font-weight:normal;
}
.disabled {
  pointer-events: none !important;
  cursor: default;
  text-decoration: line-through;
}
ol li {
  margin-bottom: 0px;
}
textarea {
  resize: none !important;
}
img {
  width:100%;
}
.square-bullets {list-style-type: square;
}
.ol-padding-left {padding-left: 50px;
}
.yellow-highlight { background: #eae9b9; padding: 5px;
}
.highlight { color: #B92025;background-color: #fffce1/*fffdeb FFFACD d2c39c*/;
}
div.photo-description {
    position: absolute;
    bottom: 0px;
    width: 100px;
    background-color: black;
    font-family: 'tahoma';
    font-size: 10px;
    color: white;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
p.description-content {
    padding: 2px;
    margin: 0px 0px 0px 10px;
}
.marB0 {
  margin-bottom: 0px;
}

/* -------------------------------------------------------- */
/*  Photo Description - AAPM  Executive Committee */
/* -------------------------------------------------------- */

div.photo-description-exec {
    position: absolute;
    bottom: 0px;
    width: 100%;
    max-width: 175px;
    background-color: black;
    font-family: 'tahoma';
    font-size: 10px;
    color: white;
    opacity: 0.7;
    filter: alpha(opacity=70);
    line-height: 16px;
}

/* -------------------------------------------------------- */
/*  Spaces  */
/* -------------------------------------------------------- */

.space5 {
  height:5px;
  clear:both;
}

.space10 {
  height:10px;
  clear:both;
}

.space15 {
  height:15px;
  clear:both;
}

.space20 {
  height:20px;
  clear:both;
}

.space25 {
  height:25px;
  clear:both;
}

.space30 {
  height:30px;
  clear:both;
}

.space35 {
  height:35px;
  clear:both;
}

.space40 {
  height:40px;
  clear:both;
}

.space45 {
  height:45px;
  clear:both;
}

.space50 {
  height:50px;
  clear:both;
}

.space55 {
  height:55px;
  clear:both;
}

.space60 {
  height:60px;
  clear:both;
}

.space65 {
  height:65px;
  clear:both;
}

.space70 {
  height:70px;
  clear:both;
}

.space75 {
  height:75px;
  clear:both;
}

.space80 {
  height:80px;
  clear:both;
}

.space85 {
  height:85px;
  clear:both;
}

.space90 {
  height:90px;
  clear:both;
}

.space95 {
  height:95px;
  clear:both;
}

.space100 {
  height:100px;
  clear:both;
}

.space110 {
  height:110px;
  clear:both;
}

.space120 {
  height:120px;
  clear:both;
}

.space150 {
  height:150px;
  clear:both;
}

/* -------------------------------------------------------- */
/*  Header  */
/* -------------------------------------------------------- */

header {
  background:transparent;
}

/* Top Bar */

.top-bar {
  height:30px;
  border-bottom:1px solid #e7e7e7;
  font-size: 12px;
}

.top-bar p {
  margin:0px;
  margin-left: 30px;
  line-height:30px;
  text-align:left;
}

.top-bar p i {
  padding:0px 5px 0px 10px;
}

.top-bar ul {
  list-style:none;
  float:right;
  margin-bottom: 0px;
  padding:0;
}

.top-bar ul li {
  float:left;
  height:30px;
  line-height:30px;
  font-size: 12px;
  padding:0px 10px;
  border-left:1px solid #e7e7e7;
}
/*.top-bar li a {
  color: #0fa1d5;
}
.top-bar li a:hover {
  color: #67823a;
}*/

.top-bar ul li:last-child {
  border-right:1px solid #e7e7e7;
}

.top-bar.dark {
  color:#eaf0f4;
  background:#2e343e;
  border:0px;
}

.top-bar.dark ul li a {
  color:#eaf0f4;
}

.top-bar.dark ul li a:hover {
  color:#0fa1d5;
}
.top-bar.dark ul li {
  border-color:#7e848c;
}
/* Mobile Device iPad */
@media only screen
  and (min-width: 1024px)
  and (max-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) {
    p.memberLogin {
      display: inline-block;
      margin-left: 0px;
      padding-left: 40px;
    }
    .top-bar div.col-md-12.clearfix {
      padding-right: 0;
    }
}

/* Top Container */

.top-container {
  display:block;
  margin:40px 0px 15px 0px;
  overflow:hidden;
}

.top-container.t-bar {
  margin: 0px 0px 20px 0px;
  width: 100%;
}

.logo {
  width:auto;
  float:left;
}
.t-bar {
  float: left;
}
.t-bar span {
  width: auto;
  display: block;
  clear: both;
}

.top-items {
  float:right;
  list-style:none;
  padding:0px;

}

.top-items li {
  float:left;
  padding-left:22px;
  padding-right:20px;
}

.top-items li:last-child {
  padding-right:0px;
}

.top-items li.red i, .top-items li.red a {
  color:#ff4862;
}

.top-items li.red:hover i, .top-items li.red:hover a {
  color:#00a1d7;
}
.t-bar .social-3 {
  margin-top: 30px;
  float: right;
}
.social-3 a {
  height: 40px !important;
  width: 40px !important;
  margin-right: 10px;
  display: block;
  float: left;
  outline: none;
  text-decoration: none;
}
.social-3 a:last-child{
  margin-right: 0px;
}
.rvseStyl {
  height:0px !important;
  line-height:0px !important;
  font-size: 0px !important;
  padding:0px !important;
}
.rvseStyl a {
  height:30px;
  line-height:30px;
  font-size: 12px;
  padding:7px 10px;
  background-color: #337ab7;
  color: #ffffff;
}
.rvseStyl a:hover {
  background-color: #1A4A86;
  color: #ffffff;
}
/* -------------------------------------------------------- */
/* Social & Search Box Mobile */
/* -------------------------------------------------------- */
@media (max-width: 998px) and (min-width:700px){
  .headerwidget.mobile {
    display:block;
    position:relative;
  }
  .headerwidget.mobile .social-3 {
    position: absolute;
    right: 40px;
    height:30px;
    transition:visibility 0s linear 0.5s,opacity 0.5s linear;
  }
  #sb-search {
    min-width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    margin-top:30px;
  }
  input.sb-search-input{
    width: 270px;
    height: 30px;
    padding: 0;
    font-size: 13px;
    border: 1px solid #1A4A86;
    text-indent: 5px;
  }
  span.sb-icon-search,
  input.sb-search-submit{
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  span.sb-icon-search,
  .sb-search.sb-search-open span.sb-icon-search,
  .no-js .sb-search .sb-icon-search {
    background: #1A4A86;
  }
  input.sb-search-input::-webkit-input-placeholder {
    color: #4F5769;
  }

  input.sb-search-input:-moz-placeholder {
    color: #4F5769;
  }

  input.sb-search-input::-moz-placeholder {
    color: #4F5769;
  }

  input.sb-search-input:-ms-input-placeholder {
    color: #4F5769;
  }
  .headerwidget.desktop {
    display:none;
  }
}
@media (max-width:700px) {
  .headerwidget.mobile,
  .headerwidget.desktop {
    display:none;
  }
}
@media only screen and (min-width: 999px)  {
  .headerwidget.mobile {
    display:none;
  }
}
/* Search Box */
.searchBox {
  clear:both;
  width: 30%;
  float: right;
  position: relative;
}
.searchBox input[type="search"] {
  display: inline-block;
  width: 90%;
  height: 34px;
  font-size: 13px;
  line-height: 1.428571429;
  text-indent:0px;
  color: #333;
  vertical-align: middle;
  background-color: transparent;
  padding: 6px 12px;
  outline: none;
  border: 1px solid #d7dfe4;
  border-right: none;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
       -o-border-radius: 0px;
          border-radius: 0px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.searchBox input[type="search"]:hover, .searchBox input[type="search"]:selected { outline: none; }
.searchBtn {
  position: absolute;
  height: 34px;
  right: 0px;
  top: 0px;
  width: 10%;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
  outline: none;
  background: none;
  border: 1px solid #d7dfe4;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
       -o-border-radius: 0px;
          border-radius: 0px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.searchBtn:hover { border: 1px solid #337ab7; }

@media screen and (max-width: 998px) {

  .top-container {
    margin:15px 0px 5px 0px;
  }

  .top-items {
    clear:both;
    float:left;
    padding-top:10px;
  }
  .social-3 a {
    height: 30px !important;
    width: 30px !important;
  }

}
/* -------------------------------------------------------- */
/*  Mobile Menu Social Media Icon & Mobile Menu Hover
/* -------------------------------------------------------- */
.mm-navbar.mm-navbar-bottom.mm-navbar-bottom-2.mm-navbar-size-1.mm-navbar-content-7,
.mm-navbar.mm-navbar-bottom.mm-navbar-bottom-2.mm-navbar-size-1.mm-navbar-content-6 {
  margin: 0 auto;
  display: block;
}
.mm-navbar.mm-navbar-bottom.mm-navbar-bottom-2.mm-navbar-size-1.mm-navbar-content-6{
  width: 63%;
}
.mm-navbar.mm-navbar-bottom.mm-navbar-bottom-2.mm-navbar-size-1.mm-navbar-content-7{
  width: 75%;
}
.mm-navbar-content-6> a.smallicon,
.mm-navbar-content-7> a.smallicon {
  font-size: 2.15em;
  text-align: center;
  cursor: pointer;
}
.mm-navbar-content-6> a.smallicon {
  width: 16%;
}
.mm-navbar-content-7> a.smallicon {
  width: 14%;
}
.mm-navbar.mm-navbar-bottom.mm-navbar-bottom-1.mm-navbar-size-1::before {
  content: "";
  display: block;
  height: 1px;
  background: #56616D;
}
.mm-listview a {
  color:#13b4ff;
}
.mm-listview>li>a:hover {
  color:#25af00;
}
.mm-hasnavbar-bottom-2 .mm-panels {
  bottom:90px!important;
}
.mm-navbar-bottom-2 {
  bottom:52px!important;
}
div#myModal{
  z-index: 9999;
}
/* -------------------------------------------------------- */
/*  Breadcrumb  */
/* -------------------------------------------------------- */

.breadcrumb-container {
  padding:30px 0px 10px 0px;
}

.breadcrumb-container h1 {
  float:left;
  margin:0px;
}

.breadcrumb {
  background:transparent;
  text-align:right;
  margin:8px 0px;
  padding: 0px;
  display: block;
}

.breadcrumb > .active {
  color:#67823a;
}

.breadcrumb > li + li:before {
  color:#67823a;
}

/* bootstrap 3 - > 4 */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.breadcrumb > li {
  display: inline-block;
}


/* -------------------------------------------------------- */
/*  Navigation  */
/* -------------------------------------------------------- */
/* bootstrap 3 - > 4 */
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.container:before,
.container:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}

.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after{
  clear: both;
}

.navbar {
  width:100%;
  min-height:40px;
  border:0px;
  padding:0px;
  margin:0px;
  z-index:99;
  background:#ffffff;
  position: relative;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
       -o-border-radius: 0px;
          border-radius: 0px;


    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.navbar .nav {
  display: block;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.nav > li > a {
  position: relative;
}

.select-menu {
  display:none;
}

.navbar .nav > li {
  display:block;
  float:left;
  position: static !important;
  line-height: 30px;
  padding: 0px;
}

.navbar .nav > li > a {
  display:inline-block;
  font-family:'Open Sans', serif;
  font-size:0.875em;
  min-width: 0px;
  line-height:40px;
  color:#7a828f;
  background:#e6edf2;
  padding:0em 1.250em;
  margin:0px;
  margin-right:1px;
  border:0px;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
       -o-border-radius: 0px;
          border-radius: 0px;
}

.navbar .nav > li.nav_next > a,
.navbar .nav > li.nav_previous > a {
  color:#ffffff;
  background:#1A4A86;
}
.navbar .nav > li.nav_next > a,
.navbar .nav > li.nav_previous > a {
  color:#ffffff;
  background:#1A4A86;
}
.navbar .nav > li.nav_next > a {
  padding-right: 1.86em;
  min-width: 70px;
}
.navbar .nav > li.nav_previous > a {
  padding-left: 1.86em;
  min-width: 70px;
}
.navbar .nav > li.nav_next > a > i,
.navbar .nav > li.nav_previous > a > i {
  color:rgba(255,255,255,0.75);
  top: 15px;
  font-size: 1em;
}
.navbar .nav > li.nav_next > a > i {
  left: 48px;
}
.navbar .nav > li.nav_previous > a > i {
  left:10px;
}
.navbar .nav > li:hover > a {
  color:#fff;
  background:#67823a;
}

.navbar .nav > li.selected > a {
  color:#fff;
  background:#0fa2d5;
}

.navbar .nav > li.selected > a:hover {
  color:#fff;
  background:#67823a;
}

.navbar .nav > li.selected:hover > a {
  color:#fff;
  background:#67823a;
}

.navbar .dark {
  background:#2e343e;
}

.navbar .dark .nav > li > a {
  background:#232933;
}

.navbar .dark .nav > li.selected > a {
  background:#0fa2d5;
}

#mobileMenu {display: none;}
.smlFlt { margin-bottom: 20px; display: block; }

.nav.navbar-nav.batch0,
.nav.navbar-nav.batch1 {
  display: none;
  opacity:0;
  visibility:hidden;
  -webkit-transition:visibility 0s linear 0.5s,opacity 0.5s linear;
          transition:visibility 0s linear 0.5s,opacity 0.5s linear;
}

.nav.navbar-nav.batch0.active,
.nav.navbar-nav.batch1.active {
  display:block;
  opacity:1;
  visibility: visible;
/*   animation: fade 0.2s; */
  transition-delay:0s;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* -------------------------------------------------------- */
/*  DropDown Sub Menu  */
/* -------------------------------------------------------- */
.fullMenuWrapper {
  display: none;
  width: 100% !important;
  padding: 20px 0px;
  position: absolute;
  background:#ffffff;
  left: 0px;
  z-index: -1;
  -webkit-box-shadow: 3px 6px 30px 0px rgba(0,0,0,0.3);
     -moz-box-shadow: 3px 6px 30px 0px rgba(0,0,0,0.3);
          box-shadow: 3px 6px 30px 0px rgba(0,0,0,0.3);
}
.fullMenuWrapper ul {
  display: block;
  list-style: none;
}
.fullMenuWrapper ul > li {
  background:#ffffff;
  list-style: none !important;
  border-bottom:1px solid #3f4755;
  word-wrap: normal;
}
.fullMenuWrapper li:last-child {
  border-bottom:0px;
}
.fullMenuWrapper li a {
  display: block;
  word-wrap: normal;
}
.navbar .nav > li:hover > .fullMenuWrapper {
  display: block;
}
p.memberLogin {
  display: inline-block;
  margin-left: 0px;
}
/* Mobile Device Phone */
@media only screen and (max-width : 480px) {
  p.memberLogin {
    float: right;
    text-align: right;
    margin-right: -0.1em;
  }
  p.memberLogin span.idSecondLine {
    display:block;
  }
  p.memberLogin span {
    text-align: right;
  }
  #logUserOut span.idFirstline {
    line-height: 0.85em;
  }
  #logUserOut span {
    display: block;
  }
  #mobileMenu span.navbaricon_icon {
    position: absolute;
    left:15px;
    top:3px;
    font-size: 1.125em;
  }
  #mobileMenu span i.fa.fa-bars {
    display:flex;
  }
  #mobileMenu span.navbaricon_label {
    display: flex;
    order: 2;
    font-size: 10.769px;
    font-weight: 600;
    /* text-transform: uppercase; */
    letter-spacing: 0.01em;
    /* padding: 4px 0 0; */
    position: absolute;
    top: 17px;
    left: 5px;
  }
  .top-bar {
    height:40px;
  }
  .top-bar p {
    line-height: 19px;
  }
}
#mobileMenu {
  padding-top: 0.2em;
  padding-bottom: 0.1em;
  padding-left: 0.5em;
  color: #4d5768;
}
#mobileMenu span i.fa.fa-bars {
  margin-right: .2em;
}
/* Mobile Device iPad */
@media (max-width: 998px){
  p.memberLogin {
    float: right;
  }
}
/* -------------------------------------------------------- */
/*  Mobile Menu  */
/* -------------------------------------------------------- */
@media (max-width: 1200px) {
  .rvseStyl {display: none;}
  .scrollable { width: 100%; max-width: 1050px; overflow: auto; }
  #mobileMenu {display: inline-block; position: absolute; z-index: 9990;}
  .nav.navbar-nav.batch0.active,
  .nav.navbar-nav.batch1.active {
    display:none;
  }
}
/* bootstrap 3 -> 4 */
@media (min-width: 1200px) {
  .container.scrollable {
    width: 1170px;
  }
}
@media (max-width: 998px) {
  .sticky-wrapper {display: none !important;}
  #mobileMenu {display: inline-block; position: absolute; z-index: 9990;}
  .smlFlt { float: left !important; margin-right: 20px; }
  .nav.navbar-nav.batch0.active,
  .nav.navbar-nav.batch1.active {
    display:none;
  }
  .navbar{
    min-height: 0;
  }
}
@media (max-width: 1200px) {
  .top-bar ul {display: none !important;}
  p.memberLogin {
    float: right;
  }
}

/* -------------------------------------------------------- */
/* Contact Data */
/* -------------------------------------------------------- */

.contact-data {
  line-height:28px;
}

/* -------------------------------------------------------- */
/*  Buttons  */
/* -------------------------------------------------------- */

.btn, .btn:focus {
  color:#0fa1d5;
  background:transparent;
  padding:12px 21px;
  border:1px solid #0fa1d5;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
       -o-border-radius: 0px;
          border-radius: 0px;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}

.btn:hover{
  color:#fff;
  background:#0fa1d5;
  border:1px solid #0fa1d5;
}

.btn i{
  margin-right:10px;
}

.btn-primary, .btn-primary:focus{
  color:#fff;
  background:#0fa1d5;
  border:0px;
}

.btn-primary:hover{
  color:#fff;
  background:#0b7297;
  border:0px;
}

.btn-info, .btn-info:focus{
  color:#0fa2d5;
  background:rgba(11, 114, 151, 0.05);
  border:1px dashed rgba(11, 114, 151, 0.6);
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
       -o-border-radius: 2px;
          border-radius: 2px;
}

.btn-info:hover{
  color:#0fa2d5;
  background:rgba(11, 114, 151, 0.15);
  border:1px dashed rgba(11, 114, 151, 0.9);
}

.btn-lg{
  padding:15px 25px;
}

.btn-sm{
  padding:9px 18px;
}

.btn-xs{
  padding:4px 12px;
}

.btn.rounded{
  border-radius:5px;
}

.buttons-page .btn {
  margin-bottom:15px;
}

/* -------------------------------------------------------- */
/*  Buttons Color 2  */
/* -------------------------------------------------------- */

.btn.color-2{
  color:#67823a;
  border-color:#67823a;
}

.btn.color-2:hover{
  color:#fff;
  background:#67823a;
  border-color:#67823a;
}

.btn-primary.color-2, .btn-primary.color-2:focus{
  color:#fff;
  background:#67823a;
  border:0px;
}

.btn-primary.color-2:hover{
  background:#c2394c;
}

.btn-info.color-2, .btn-info.color-2:focus{
  color:#c2394c;
  background:rgba(194, 57, 76, 0.05);
  border:1px dashed rgba(194, 57, 76, 0.6);
}

.btn-info.color-2:hover{
  color:#c2394c;
  background:rgba(194, 57, 76, 0.15);
  border:1px dashed rgba(194, 57, 76, 0.9);
}
/* -------------------------------------------------------- */
/*  Buttons Color 3  */
/* -------------------------------------------------------- */

.btn.color-3{
  color:#7786a1;
  border-color:#7786a1;
}

.btn.color-3:hover{
  color:#fff;
  background:#7786a1;
  border-color:#7786a1;
}

.btn-primary.color-3, .btn-primary.color-3:focus{
  color:#fff;
  background:#7786a1;
  border:0px;
}

.btn-primary.color-3:hover{
  background:#566174;
}

.btn-info.color-3, .btn-info.color-3:focus{
  color:#566174;
  background:rgba(86, 97, 116, 0.05);
  border:1px dashed rgba(86, 97, 116, 0.6);
}

.btn-info.color-3:hover{
  color:#566174;
  background:rgba(86, 97, 116, 0.15);
  border:1px dashed rgba(86, 97, 116, 0.9);
}

/* -------------------------------------------------------- */
/*  Buttons White  */
/* -------------------------------------------------------- */

.btn.btn-white{
  color:rgba(255,255,255,0.65);
  border:1px solid rgba(255,255,255,0.65);
  background:transparent;
}

.btn.btn-white:hover{
  color:rgba(255,255,255,1);
  border:1px solid rgba(255,255,255,1);
}

/* -------------------------------------------------------- */
/*  Pagination */
/* -------------------------------------------------------- */

.pagination li a{
  border-radius:0px;
  border:1px solid #d7dfe4;
  color:#7786a1;
}

.pagination li a:hover{
  color:#0fa1d5;
  background:#e6edf2;
}

.pagination > li.active > a,
.pagination > li.active > span,
.pagination > li.active > a:hover,
.pagination > li.active > span:hover,
.pagination > li.active > a:focus,
.pagination > li.active > span:focus {
  z-index:2;
  color:#fff;
  background-color:#0fa1d5;
  border-color:#d7dfe4;
  cursor:default;
}

/* -------------------------------------------------------- */
/*  Tags  */
/* -------------------------------------------------------- */

.tags a {
  height:28px;
  font-size:13px;
  line-height:28px;
  color:#90979f;
  background:#e6edf2;
  padding:0px 12px;
  margin-right:8px;
  margin-bottom:8px;
  float:left;
  -webkit-transition: 0.3s ease-in-out;
     -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
       -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
}

.tags a:hover {
  color:#fff;
  background:#0fa1d5;
}

/* -------------------------------------------------------- */
/*  Tags 2  */
/* -------------------------------------------------------- */

.tags-2 a {
  color:#fff;
  background:#566174;
}

/* -------------------------------------------------------- */
/*  Promo Box  */
/* -------------------------------------------------------- */

.promo-box{
  background:#0fa1d5;
  padding:70px 0px;
}

.promo-box h4{
  font-size:24px;
  line-height:30px;
  color:#fff;
  text-align:left;
  margin:0px;
  padding:0px;
}

.promo-box .author{
  font-size:14px;
  padding:50px 0px;
  margin:0px;
}

.promo-box .btn{
  margin:7px 0px 0px 0px;
  float:right;
}

/* -------------------------------------------------------- */
/*  Promo Box 2  */
/* -------------------------------------------------------- */

.promo-box-2 {
  background:#67823a;
}

/* -------------------------------------------------------- */
/*  Promo Box 3  */
/* -------------------------------------------------------- */

.promo-box-3 {
  background:#3c4451;
}

/* -------------------------------------------------------- */
/*  Table  */
/* -------------------------------------------------------- */

table {
  width:100%;
  border-collapse:collapse;
  border:0px;
}

table, th, td {
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
       -o-border-radius: 0px;
          border-radius: 0px;
}
/* bootstrap 3 -> 4 */
table td[class*="col-"], table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
@media (min-width: 992px){
  .col-md-2 {
      width: 16.66666667%;
  }
}

th, td {
  padding: 10px 15px !important;
  vertical-align: text-top;
}

th {
  color:#ffffff;
  background:#0b7297;
  font-weight:normal;
  border-right:1px solid #ffffff;
}
th:last-child {
  border: none;
}

td {
  color:#4d5768;
  background:#ffffff;
  padding:15px 20px;
  border: none;
}
.mySection {
  border-bottom: 1px solid #0b7297;
  border-collapse:collapse;
}

table a:hover{
  text-decoration:none;
}
.table.table.table-bordered {
    text-align: center;
}

/* -------------------------------------------------------- */
/*  Table 2  */
/* -------------------------------------------------------- */

.table-2 th {
  background:#0fa1d5;
  border:1px solid #0fa1d5 !important;
}

/* -------------------------------------------------------- */
/*  Table Customization  */
/* -------------------------------------------------------- */
.equinox td:nth-child(1) {
  width: 10%;
}
.equinox td:nth-child(2) {
  width: 15%;
}
.equinox td:nth-child(3) {
  width: 35%;
}
.equinox td:nth-child(4) {
  width: 33%;
}
.equinox2 td:nth-child(4) {
  width: 65%;
}

/* -------------------------------------------------------- */
/*  Virtual Library - Case of the Day Table Customization   */
/* -------------------------------------------------------- */

#caseofdaywrap {
   width:96%;
   margin:0 auto;
}
#caseofday_left_col {
   float:left;
   width:48%;
}
#caseofday_right_col {
   float:right;
   width:48%;
}


/* -------------------------------------------------------- */
/*  Badges  */
/* -------------------------------------------------------- */

.badges .list-group-item{
  border-radius:0px;
  border:1px solid #abb3ba !important;
  background:transparent;
}

.badges .badge{
  position:relative;
  background:#3c4451;
  top:8px;
}

/* -------------------------------------------------------- */
/*  Client Says  */
/* -------------------------------------------------------- */

.client-says .client-text {
  position:relative;
  font-style:italic;
  color:#fff;
  background:#2d333d;
  padding:30px 25px;
}

.client-says .client-text:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 25px;
  bottom: -26px;
  border: 13px solid;
  border-color: #2d333d transparent transparent transparent;
}

.client-says .client-name {
  float:right;
  padding-top:14px;
  padding-right:10px;
}

.client-says .client-name i {
  font-size:16px;
  padding-right:10px;
}

/* -------------------------------------------------------- */
/*  Client Says 2  */
/* -------------------------------------------------------- */

.client-says-2 .client-text {
  position:relative;
  font-style:italic;
  color:#0fa1d5;
  background:#e6edf2;
  padding:30px 25px;
}

.client-says-2 .client-text:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 25px;
  bottom: -26px;
  border: 13px solid;
  border-color: #e6edf2 transparent transparent transparent;
}

.client-says-2 .client-name {
  float:left;
  padding-top:10px;
  padding-left:55px;
  font-size:14px;
}

/* -------------------------------------------------------- */
/*  Happy Client Says  */
/* -------------------------------------------------------- */

.happy-client-container {
  padding:100px 0px 80px 0px;
}

.happy-client-container h4{
  font-size:26px;
  font-weight:500;
  margin-bottom:20px;
  text-align:center;
  text-transform:none;
}

.happy-client-container h5{
  font-size:15px;
  font-weight:700;
  text-align:center;
  text-transform:none;
}

.happy-client-container p{
  font-size:15px;
  line-height:30px;
  font-weight:500;
  color:#fff;
  text-align:center;
  text-transform:none;
}

/* -------------------------------------------------------- */
/*  Progress Bar  */
/* -------------------------------------------------------- */

.progress-bar-shortcode .progress {
  height:38px;
  background:#e6edf2;
  margin-bottom:10px;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
       -o-border-radius: 0px;
          border-radius: 0px;
  -webkit-box-shadow:rgba(0, 0, 0, 0) 0 0 0 inset;
      moz-box-shadow: rgba(0, 0, 0, 0) 0 0px 0px inset;
          box-shadow:rgba(0, 0, 0, 0) 0 0px 0px inset;
}

.progress-bar-shortcode .progress-bar {
  float:left;
  width:0;
  height:100%;
  color: #fff;
  background:#2d333d;
  font-size:14px;
  line-height:35px;
  padding-left:20px;
  border:0px;
  text-align:left;
  text-shadow: 0 0 0 rgba(0,0,0,0);
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
       -o-border-radius: 0px;
          border-radius: 0px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: width .6s ease;
     -moz-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}

.progress-striped{
  height:30px;
}

/* -------------------------------------------------------- */
/*  Alerts  */
/* -------------------------------------------------------- */

.alert {
  margin-bottom:9px;
  padding:20px;
  /*color:#789ab9;
  background:#e6edf2;*/
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
       -o-border-radius: 0px;
          border-radius: 0px;
  /*border:0px !important;*/
  text-shadow:none !important;
}

.alert-error {
  color:#93545d;
  background:#ff92a1;
}

.alert-info {
  color:#7f7e00;
  background:#eae9b9;
}

.alert-success {
  color:#598157;
  background:#99de95;
}

/* -------------------------------------------------------- */
/*  Icons  */
/* -------------------------------------------------------- */

.icons i{
  color:#8c9aaa;
  width:24px;
  font-size:24px;
  margin-right:30px;
  margin-bottom:30px;
  float:left;
}

/* -------------------------------------------------------- */
/* Entypo Icons */
/* -------------------------------------------------------- */

.entypo-icons i{
  color:#8c9aaa;
  text-align:center;
  width:36px;
  height:36px;
  font-size:56px;
  line-height:8px;
  margin-right:30px;
  margin-bottom:30px;
  float:left;
}

/* -------------------------------------------------------- */
/*  Typicons  */
/* -------------------------------------------------------- */

.typicons .typcn {
  color:#8c9aaa;
  text-align:center;
  width:40px;
  height:40px;
  font-size:34px;
  line-height:34px;
  margin-right:30px;
  margin-bottom:30px;
  float:left;
}

/* -------------------------------------------------------- */
/*  Social Icons  */
/* -------------------------------------------------------- */

.social i, .social-2 i, .social-3 i, .social-4 i, .social-5 i, .social-6 i{
  color:#abb3ba;
  background:transparent;
  font-size:24px;
  line-height:36px;
  width:36px;
  height:36px;
  margin:0px 4px 8px 4px;
  text-align:center;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
       -o-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: 0.3s ease-in-out;
     -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
       -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
}

.social-2 i{
  color:#abb3ba;
  font-size:20px;
  line-height:20px;
  width:20px;
  height:20px;
}

.social-2 i:hover{
  color:#0fa1d5;
}

.social-3 i{
  color:#ffffff;
  background:#1A4A86;
}

.social-3 i:hover{
  color:#ffffff;
  background:#0b7297;
}

.social-4 i{
  color:#ffffff;
  background:#abb3ba;
}

.social-4 i:hover{
  color:#ffffff;
  background:#353648;
}

.social-5 i{
  color:#fff;
  background:#566174;
  font-size:16px;
  line-height:40px;
  width:40px;
  height:40px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
       -o-border-radius: 50%;
          border-radius: 50%;
}

.social-5 i:hover{
  color:#fff;
  background:#0fa2d5;
}

.social-6 i{
  color:#7a828f;
  background:#e6edf2;
  font-size:16px;
  line-height:40px;
  width:40px;
  height:40px;
  margin:0px;
  margin-left:1px;
  float:right;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
       -o-border-radius: 0px;
          border-radius: 0px;
}

.social-6 i:hover{
  color:#fff;
}

@media (max-width: 991px) {

  .social-top.social-6 i{
    display:none;
  }

}

.social .fa-adn:hover{color:#c0bdbb;}
.social .fa-android:hover{color:#98cb02;}
.social .fa-apple:hover{color:#86878b;}
.social .fa-bitbucket:hover{color:#0a4372;}
.social .fa-bitbucket-square:hover{color:#0a4372;}
.social .fa-bitcoin:hover{color:#f8a038;}
.social .fa-css3:hover{color:#1571b4;}
.social .fa-dribbble:hover{color:#cb2027;}
.social .fa-dropbox:hover{color:#79bbee;}
.social .fa-facebook:hover{color:#3b5a9b;}
.social .fa-facebook-square:hover{color:#3b5a9b;}
.social .fa-flickr:hover{color:#ef5999;}
.social .fa-foursquare:hover{color:#63215f;}
.social .fa-github:hover{color:#000000;}
.social .fa-github-alt:hover{color:#000000;}
.social .fa-github-square:hover{color:#000000;}
.social .fa-gittip:hover{color:#643614;}
.social .fa-google-plus:hover{color:#c53c2c;}
.social .fa-google-plus-square:hover{color:#c53c2c;}
.social .fa-html5:hover{color:#eb4d24;}
.social .fa-instagram:hover{color:#ad856a;}
.social .fa-linkedin:hover{color:#1d84b1;}
.social .fa-linkedin-square:hover{color:#1d84b1;}
.social .fa-maxcdn:hover{color:#f5ad34;}
.social .fa-pagelines:hover{color:#0196f0;}
.social .fa-pinterest:hover{color:#ca2128;}
.social .fa-pinterest-square:hover{color:#ca2128;}
.social .fa-renren:hover{color:#005aab;}
.social .fa-skype:hover{color:#0ebbe3;}
.social .fa-stack-exchange:hover{color:#054f96;}
.social .fa-stack-overflow:hover{color:#054f96;}
.social .fa-trello:hover{color:#1c5f89;}
.social .fa-tumblr:hover{color:#2a445e;}
.social .fa-tumblr-square:hover{color:#2a445e;}
.social .fa-twitter:hover{color:#00aced;}
.social .fa-twitter-square:hover{color:#00aced;}
.social .fa-vimeo-square:hover{color:#1bb6ec;}
.social .fa-vk:hover{color:#4e739f;}
.social .fa-weibo:hover{color:#d52b2b;}
.social .fa-windows:hover{color:#07b0eb;}
.social .fa-xing:hover{color:#005a5d;}
.social .fa-xing-square:hover{color:#005a5d;}
.social .fa-youtube:hover{color:#bc2a2d;}
.social .fa-youtube-play:hover{color:#bc2a2d;}
.social .fa-youtube-square:hover{color:#bc2a2d;}

.social-6 .fa-adn:hover{background:#c0bdbb;}
.social-6 .fa-android:hover{background:#98cb02;}
.social-6 .fa-apple:hover{background:#86878b;}
.social-6 .fa-bitbucket:hover{background:#0a4372;}
.social-6 .fa-bitbucket-square:hover{background:#0a4372;}
.social-6 .fa-bitcoin:hover{background:#f8a038;}
.social-6 .fa-css3:hover{background:#1571b4;}
.social-6 .fa-dribbble:hover{background:#cb2027;}
.social-6 .fa-dropbox:hover{background:#79bbee;}
.social-6 .fa-facebook:hover{background:#3b5a9b;}
.social-6 .fa-facebook-square:hover{background:#3b5a9b;}
.social-6 .fa-flickr:hover{background:#ef5999;}
.social-6 .fa-foursquare:hover{background:#63215f;}
.social-6 .fa-github:hover{background:#000000;}
.social-6 .fa-github-alt:hover{background:#000000;}
.social-6 .fa-github-square:hover{background:#000000;}
.social-6 .fa-gittip:hover{background:#643614;}
.social-6 .fa-google-plus:hover{background:#c53c2c;}
.social-6 .fa-google-plus-square:hover{background:#c53c2c;}
.social-6 .fa-html5:hover{background:#eb4d24;}
.social-6 .fa-instagram:hover{background:#ad856a;}
.social-6 .fa-linkedin:hover{background:#1d84b1;}
.social-6 .fa-linkedin-square:hover{background:#1d84b1;}
.social-6 .fa-maxcdn:hover{background:#f5ad34;}
.social-6 .fa-pagelines:hover{background:#0196f0;}
.social-6 .fa-pinterest:hover{background:#ca2128;}
.social-6 .fa-pinterest-square:hover{background:#ca2128;}
.social-6 .fa-renren:hover{background:#005aab;}
.social-6 .fa-skype:hover{background:#0ebbe3;}
.social-6 .fa-stack-exchange:hover{background:#054f96;}
.social-6 .fa-stack-overflow:hover{background:#054f96;}
.social-6 .fa-trello:hover{background:#1c5f89;}
.social-6 .fa-tumblr:hover{background:#2a445e;}
.social-6 .fa-tumblr-square:hover{background:#2a445e;}
.social-6 .fa-twitter:hover{background:#00aced;}
.social-6 .fa-twitter-square:hover{background:#00aced;}
.social-6 .fa-vimeo-square:hover{background:#1bb6ec;}
.social-6 .fa-vk:hover{background:#4e739f;}
.social-6 .fa-weibo:hover{background:#d52b2b;}
.social-6 .fa-windows:hover{background:#07b0eb;}
.social-6 .fa-xing:hover{background:#005a5d;}
.social-6 .fa-xing-square:hover{background:#005a5d;}
.social-6 .fa-youtube:hover{background:#bc2a2d;}
.social-6 .fa-youtube-play:hover{background:#bc2a2d;}
.social-6 .fa-youtube-square:hover{background:#bc2a2d;}

.f-left i{
  float:left;
}

.f-right i{
  float:right;
}

/* -------------------------------------------------------- */
/*  Counter  */
/* -------------------------------------------------------- */

.counter-container {
  display:block;
  color:#0fa2d5;
  background:url(../img/counter/01.jpg) center center no-repeat;
  text-align:center;
  padding:200px 0px;
  overflow:hidden;
}

.counter-container.style-2 {
  background:url(../img/counter/02.jpg) center center no-repeat;
}

.counter-container.style-3 {
  background:url(../img/counter/03.jpg) center center no-repeat;
}

.counter-container.style-4 {
  background:url(../img/counter/04.jpg) center center no-repeat;
}

.counter-container.style-5 {
  background:url(../img/counter/05.jpg) center center no-repeat;
}

.counter-container.style-6 {
  background:url(../img/counter/06.jpg) center center no-repeat;
}

.counter-box {
  display:block;
  font-family: 'Oswald', sans-serif;
  margin-bottom:35px;
  clear:both;
}

.counter-item {
  display:inline-block;
  text-align:center;
  width:110px;
  height:110px;
  font-size:54px;
  line-height:110px;
  text-align:center;
  color:#fff;
  margin:4px;
  background:#0fa2d5;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
       -o-border-radius: 0px;
          border-radius: 0px;
}

.counter-container h1 {
  display:inline-block;
  color:#fff;
  font-weight:500;
  padding:15px 30px;
  background:rgba(46,52,62,0.8);
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
       -o-border-radius: 5px;
          border-radius: 5px;
}

.circle .counter-item {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
       -o-border-radius: 50%;
          border-radius: 50%;
}

.rounded .counter-item {
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
       -o-border-radius: 10px;
          border-radius: 10px;
}

.red .counter-item {
  background:#ff4862;
}

.item-day, .red .item-day {
  background:#2e343e;
}

/* -------------------------------------------------------- */
/*  Oslotron  */
/* -------------------------------------------------------- */

.oslotron{
  border:1px solid #abb3ba;
  border-radius:10px;
  padding:30px 40px;
}

.oslotron h2{
  color: #0fa1d5;
}

.oslotron p {
  margin-bottom:25px;
}

.oslotron-min-height-240 {
  border:1px solid #abb3ba;
  border-radius:10px;
  padding:30px 40px;
  min-height: 290px;
}

/* -------------------------------------------------------- */
/*  Modern Box  */
/* -------------------------------------------------------- */

.modern-box h2{
  padding-top:80px;
  padding-bottom:25px;
  line-height:45px;
}

/* -------------------------------------------------------- */
/*  Item Box  */
/* -------------------------------------------------------- */

.item-box {
  display:block;
  padding-bottom:15px;
  /*background:url(../img/divider.png) bottom left repeat-x;*/
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
     -moz-box-shadow: 0px 0px0px 0px rgba(0,0,0,0);
          box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
  -webkit-transition:all 0.4s ease-out;
     -moz-transition:all 0.4s ease-out;
       -o-transition:all 0.4s ease-out;
      -ms-transition:all 0.4s ease-out;
          transition:all 0.4s ease-out;
}

.item-box:hover {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(77,77,77,0.11);
     -moz-box-shadow: 0px 0px 12px 0px rgba(77,77,77,0.11);
          box-shadow: 0px 0px 12px 0px rgba(77,77,77,0.11);
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.item-box .media-container {
  position:relative;
}

.item-box .info-container {
  padding:0px 15px;
}

.item-box .info-container h3 {
  color:#0fa2d5;
  font-size:18px;
  font-weight:600;
  margin-top:20px;
  margin-bottom:15px;
}

.item-box .info-container h4 {
  color:#3c4451;
  font-size:13px;
  font-weight:600;
  margin:0px;
  margin-bottom:5px;
}

.item-box .info-container p {
  color:#abb3ba;
}

.item-box .media-container .icon-left,
.item-box .media-container .icon-right {
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-25px;
  margin-left:-160px;
  width:50px;
  height:50px;
  line-height:50px;
  font-size:22px;
  text-align:center;
  color:#fff;
  background:rgba(50,50,50,0.7);
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
       -o-border-radius: 50%;
          border-radius: 50%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -khtml-opacity: 0;
    -moz-opacity: 0;
         opacity: 0;
          filter: alpha(opacity=0);
  -webkit-transition:all 0.3s ease-in-out;
     -moz-transition:all 0.3s ease-in-out;
       -o-transition:all 0.3s ease-in-out;
      -ms-transition:all 0.3s ease-in-out;
          transition:all 0.3s ease-in-out;
}

.item-box .media-container .icon-right {
  margin-left:110px;
}

.item-box:hover .media-container .icon-left,
.item-box:hover .media-container .icon-right {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
         opacity: 0.8;
          filter: alpha(opacity=80);
}

.item-box:hover .media-container .icon-left {
  margin-left:-60px;
}

.item-box:hover .media-container .icon-right {
  margin-left:10px;
}

.item-box .media-container .icon-left:hover,
.item-box .media-container .icon-right:hover {
  background:#0fa2d5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -khtml-opacity: 1;
    -moz-opacity: 1;
         opacity: 1;
          filter: alpha(opacity=100);
}

/* -------------------------------------------------------- */
/*  Item Box 2  */
/* -------------------------------------------------------- */

.item-box-2 {
  display:block;
  padding-bottom:15px;
  background:url(../img/divider.png) bottom left repeat-x rgba(230,237,242,0.4);
  -webkit-transition:all 0.4s ease-out;
     -moz-transition:all 0.4s ease-out;
       -o-transition:all 0.4s ease-out;
      -ms-transition:all 0.4s ease-out;
          transition:all 0.4s ease-out;
}

.item-box-2:hover {
  background:url(../img/divider.png) bottom left repeat-x rgba(230,237,242,1);
}

.item-box-2 .media-container {
  position:relative;
  background:#3c4451;
}

.item-box-2 .media-container img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -khtml-opacity: 1;
    -moz-opacity: 1;
         opacity: 1;
          filter: alpha(opacity=100);
  -webkit-transition:all 0.4s ease-out;
     -moz-transition:all 0.4s ease-out;
       -o-transition:all 0.4s ease-out;
      -ms-transition:all 0.4s ease-out;
          transition:all 0.4s ease-out;
}

.item-box-2:hover .media-container img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
         opacity: 0.3;
          filter: alpha(opacity=30);
}

.item-box-2 .info-container {
  padding:35px;
  padding-bottom:25px;
}

.item-box-2 .info-container h3 {
  color:#0fa2d5;
  font-size:21px;
  font-weight:600;
  margin:0px;
}

.item-box-2 .info-container h4 {
  color:#3c4451;
  font-size:13px;
  font-weight:600;
  margin:3px 0 25px 0;
}

.item-box-2 .info-container p {
  color:#abb3ba;
}

.item-box-2 .info-container .social-container {
  margin:20px 0px 0px 0px;
}

.item-box-2 .media-container .icon-left,
.item-box-2 .media-container .icon-right {
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-25px;
  margin-left:-160px;
  width:50px;
  height:50px;
  line-height:50px;
  font-size:22px;
  text-align:center;
  color:#fff;
  background:rgba(15,161,213,0.3);
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
       -o-border-radius: 50%;
          border-radius: 50%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -khtml-opacity: 0;
    -moz-opacity: 0;
         opacity: 0;
          filter: alpha(opacity=0);
  -webkit-transition:all 0.3s ease-in-out;
     -moz-transition:all 0.3s ease-in-out;
       -o-transition:all 0.3s ease-in-out;
      -ms-transition:all 0.3s ease-in-out;
          transition:all 0.3s ease-in-out;
}

.item-box-2 .media-container .icon-right {
  margin-left:110px;
}

.item-box-2:hover .media-container .icon-left,
.item-box-2:hover .media-container .icon-right {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
         opacity: 0.8;
          filter: alpha(opacity=80);
}

.item-box-2:hover .media-container .icon-left {
  margin-left:-60px;
}

.item-box-2:hover .media-container .icon-right {
  margin-left:10px;
}

.item-box-2 .media-container .icon-left:hover,
.item-box-2 .media-container .icon-right:hover {
  background:#0fa1d5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -khtml-opacity: 1;
    -moz-opacity: 1;
         opacity: 1;
          filter: alpha(opacity=100);
}

/* -------------------------------------------------------- */
/*  Map  */
/* -------------------------------------------------------- */

#map {
  position:relative;
  width:100%;
  height:380px;
  padding:0px;
  border:1px solid #e3e7eb;
  margin-bottom:-8px;
}

/* -------------------------------------------------------- */
/*  Lists  */
/* -------------------------------------------------------- */

/*ul, ol {
  padding-left:20px;
}*/

ul li, ol li {
  position:relative;
  color:#566174;
  padding: 5px 0px 0px;
}

ul li i, ol li i {
  position:absolute;
  top:10px;
  left:0px;
  color:#566174;
  text-decoration:none;
  font-size:16px;
}

/*ul li a, ol li a {
  color:#566174;
  text-decoration:none;
}*/

ul li a:hover, ul li a:hover i, ol li a:hover, ol li a:hover i {
  color:#67823a;
  text-decoration:none !important;
}

/*  List 2  */

.list-2 {
  padding:0px;
  margin:0px;
}
.list-2 li {
  list-style:none;
  padding-left:20px;
}

/*  List 3  */

.list-3 {
  padding:0px;
  margin:0px;
}

.list-3 li {
  list-style:none;
  padding-left:30px;
}

.list-3 li i {
  margin-top:-6px;
  color:#fff;
  background:#566174;
  font-size:14px;
  width:26px;
  height:26px;
  line-height:26px;
  text-align:center;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
       -o-border-radius: 50%;
          border-radius: 50%;
}

.list-3 li a:hover i {
  color:#fff;
  background:#0fa1d5;
}

/*  List 4  */

.list-4 {
  padding:0px;
  margin:0px;
}

.list-4 li {
  list-style:none;
  padding-left:35px;
}

.list-4 li i {
  margin-top:-6px;
  color:#fff;
  background:#566174;
  font-size:14px;
  width:26px;
  height:26px;
  line-height:26px;
  text-align:center;
}

.list-4 li a:hover i {
  color:#fff;
  background:#0fa1d5;
}

/*  List 5  */

.list-5 {
  padding:0px;
  margin:0px;
}

.list-5 li {
  list-style:none;
  padding-left:25px;
  border-bottom:1px dotted #7786a1;
}
.ol > li {
  list-style: decimal;
  list-style-position: inside;
}

/*  List 5 Chap- Meetings->Chapter Meetings */

.list-5-chap {
  padding:0px;
  margin:0px;
}

.list-5-chap li {
  list-style:none;
  padding-left:25px;
  border-bottom:1px dotted #7786a1;
}
.list-5-chap ul {
width: 900px;
}
.list-5-chap li {
width: 50%;
height: 166px;
margin-top: 10px;
margin-right: 10px;
display: inline-block;
max-width: 350px;
vertical-align: top;
}
.ol > li {
  list-style: decimal;
  list-style-position: inside;
}

/* List 6 */

.list-6 {
  padding:0px;
  margin:0px;
}

.list-6 li {
  list-style:none;
  padding-left:2px;
  border-bottom:1px dotted #7786a1;
  background: #fff;
}
.ol > li {
  list-style: decimal;
  list-style-position: inside;
}
.list-6 li:nth-child(odd){
  background: #e8e8e8;
}

.list-7 {
  list-style: square;
}
/* -------------------------------------------------------- */
/*  Tabs  */
/* -------------------------------------------------------- */

.nav-tabs {
  border:0px;
  margin:0px;
}

.tab-content h3 {
  color:#0fa2d5;
  padding-top:15px;
}

.nav-tabs li a {
  color:#fff;
  background:#3c4451;
  padding:15px;
  margin-right:0px;
  border:0px;
  font-size: 13px;
  border-right:1px solid #d7dfe4;
  text-transform:uppercase;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
       -o-border-radius: 0px;
          border-radius: 0px;
}

.nav-tabs li a:hover {
  color:#fff;
  background:#0fa1d5;
}

.nav-tabs li:last-child a {
  border-right:0px;
}

.nav-tabs li a i {
  position:relative;
  top:0px;
  left:0px;
  color:#fff;
  padding-right:10px;
}

.nav-tabs li a:hover i {
  color:#fff;
}

.tab-pane {
  color:#566174;
  background:#e6edf2;
  border:0px;
  padding: 15px 30px;
}

.tab-pane p {
  padding-right:30px;
}
.nav-tabs > li {
  padding: 0px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border:0px;
  color:#3c4451;
  background-color:#e6edf2;
}

.nav-tabs > li.active > a i {
  color:#3c4451;
}
/* -------------------------------------------------------- */
/*  Content Block  */
/* -------------------------------------------------------- */

.content-block h3{
  font-size:22px;
}

.content-block i{
  font-size:22px;
  padding-right:10px;
}

/* -------------------------------------------------------- */
/*  Service  */
/* -------------------------------------------------------- */

.service {
  position:relative;
  padding-left:80px;
  padding-bottom:20px;
  background:url(../img/divider.png) bottom left repeat-x;
}

.service .fa {
  position:absolute;
  top:0px;
  left:0px;
  width:64px;
  height:64px;
  line-height:64px;
  color:#0fa1d5;
  font-size:30px;
  text-align:center;
  border:2px solid #d7dfe4;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
       -o-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: 0.7s ease-in-out;
     -moz-transition: 0.7s ease-in-out;
      -ms-transition: 0.7s ease-in-out;
       -o-transition: 0.7s ease-in-out;
          transition: 0.7s ease-in-out;
}

.service:hover .fa {
  -webkit-transform: rotateY(360deg);
     -moz-transform: rotateY(360deg);
      -ms-transform: rotateY(360deg);
       -o-transform: rotateY(360deg);
}

.service h4 {
  color:#7786a1;
  font-size:24px;
  font-weight:500;
  padding-top:14px;
}

.service:hover h4 {
  color:#0fa1d5;
}

.service .typcn {
  position:absolute;
  top:0px;
  left:0px;
  width:64px;
  height:64px;
  line-height:50px;
  font-size:40px;
  color:#0fa1d5;
  text-align:center;
  border:2px solid #d7dfe4;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
       -o-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: 0.7s ease-in-out;
     -moz-transition: 0.7s ease-in-out;
      -ms-transition: 0.7s ease-in-out;
       -o-transition: 0.7s ease-in-out;
          transition: 0.7s ease-in-out;
}

.service:hover .typcn {
  -webkit-transform: rotateY(360deg);
     -moz-transform: rotateY(360deg);
      -ms-transform: rotateY(360deg);
       -o-transform: rotateY(360deg);
}

.service .entypo {
  position:absolute;
  top:0px;
  left:0px;
  width:64px;
  height:64px;
  font-size:64px;
  line-height:26px;
  color:#0fa1d5;
  text-align:center;
  border:2px solid #d7dfe4;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
       -o-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: 0.7s ease-in-out;
     -moz-transition: 0.7s ease-in-out;
      -ms-transition: 0.7s ease-in-out;
       -o-transition: 0.7s ease-in-out;
          transition: 0.7s ease-in-out;
}

.service:hover .entypo {
  -webkit-transform: rotateY(360deg);
     -moz-transform: rotateY(360deg);
      -ms-transform: rotateY(360deg);
       -o-transform: rotateY(360deg);
}

/* -------------------------------------------------------- */
/*  Service 2 */
/* -------------------------------------------------------- */

.service-2 {
  position:relative;
  text-align:center;
  padding: 0 12px;
}

.service-2 .fa {
  width:64px;
  height:64px;
  line-height:64px;
  color:#fff;
  background:#0fa1d5;
  font-size:30px;
  text-align:center;
  border:0px solid #d7dfe4;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
       -o-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: 0.7s ease-in-out;
     -moz-transition: 0.7s ease-in-out;
      -ms-transition: 0.7s ease-in-out;
       -o-transition: 0.7s ease-in-out;
          transition: 0.7s ease-in-out;
}

.service-2:hover .fa {
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
       -o-transform: rotate(360deg);
}

.service-2 h4 {
  color:#7786a1;
  font-size:24px;
  font-weight:500;
  padding-top:14px;
}

.service-2:hover h4 {
  color:#0fa1d5;
}

.service-2 .typcn {
  display:inline-block;
  width:64px;
  height:64px;
  line-height:50px;
  font-size:40px;
  color:#0fa1d5;
  text-align:center;
  border:2px solid #d7dfe4;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
       -o-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: 0.7s ease-in-out;
     -moz-transition: 0.7s ease-in-out;
      -ms-transition: 0.7s ease-in-out;
       -o-transition: 0.7s ease-in-out;
          transition: 0.7s ease-in-out;
}

.service-2:hover .typcn {
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
       -o-transform: rotate(360deg);
}

.service-2 .entypo {
  display:inline-block;
  width:64px;
  height:64px;
  font-size:64px;
  line-height:26px;
  color:#0fa1d5;
  text-align:center;
  border:2px solid #d7dfe4;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
       -o-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: 0.7s ease-in-out;
     -moz-transition: 0.7s ease-in-out;
      -ms-transition: 0.7s ease-in-out;
       -o-transition: 0.7s ease-in-out;
          transition: 0.7s ease-in-out;
}

.service-2:hover .entypo {
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
       -o-transform: rotate(360deg);
}

/* -------------------------------------------------------- */
/*  Service 3  */
/* -------------------------------------------------------- */

.service-3 {
  position:relative;
  text-align:center;
  padding-bottom:20px;
}

.service-3 .fa {
  width:64px;
  height:64px;
  line-height:64px;
  color:#0fa1d5;
  font-size:30px;
  text-align:center;
  border:2px solid #d7dfe4;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
       -o-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: 0.7s ease-in-out;
     -moz-transition: 0.7s ease-in-out;
      -ms-transition: 0.7s ease-in-out;
       -o-transition: 0.7s ease-in-out;
          transition: 0.7s ease-in-out;
}

.service-3:hover .fa {
  -webkit-transform: rotateX(360deg);
     -moz-transform: rotateX(360deg);
      -ms-transform: rotateX(360deg);
       -o-transform: rotateX(360deg);
}

.service-3 h4 {
  color:#7786a1;
  font-size:24px;
  font-weight:500;
  padding-top:15px;
}

.service-3:hover h4 {
  color:#0fa1d5;
}

.service-3 .typcn {
  display:inline-block;
  width:64px;
  height:64px;
  line-height:50px;
  font-size:40px;
  color:#0fa1d5;
  text-align:center;
  border:2px solid #d7dfe4;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
       -o-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: 0.7s ease-in-out;
     -moz-transition: 0.7s ease-in-out;
      -ms-transition: 0.7s ease-in-out;
       -o-transition: 0.7s ease-in-out;
          transition: 0.7s ease-in-out;
}

.service-3:hover .typcn {
  -webkit-transform: rotateX(360deg);
     -moz-transform: rotateX(360deg);
      -ms-transform: rotateX(360deg);
       -o-transform: rotateX(360deg);
}

.service-3 .entypo {
  display:inline-block;
  width:64px;
  height:64px;
  font-size:64px;
  line-height:26px;
  color:#0fa1d5;
  text-align:center;
  border:2px solid #d7dfe4;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
       -o-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: 0.7s ease-in-out;
     -moz-transition: 0.7s ease-in-out;
      -ms-transition: 0.7s ease-in-out;
       -o-transition: 0.7s ease-in-out;
          transition: 0.7s ease-in-out;
}

.service-3:hover .entypo {
  -webkit-transform: rotateX(360deg);
     -moz-transform: rotateX(360deg);
      -ms-transform: rotateX(360deg);
       -o-transform: rotateX(360deg);
}
.service-3 p {
  font-size: 13px;
}

/* -------------------------------------------------------- */
/*  Content Box  */
/* -------------------------------------------------------- */

.content-box h4{
  color:#fff;
  background:#0fa1d5;
  padding:15px 20px;
  margin:0px;
}

.content-box p, .floaters{
  padding:20px 20px;
  border:1px solid #0fa1d5;
}

/* -------------------------------------------------------- */
/*  Accordion  */
/* -------------------------------------------------------- */

.accordion-group {
  border-radius:0px;
  border:0px;
  margin-bottom:1px;
}

.accordion-heading {
  height:60px;
  background:#1a4b86;
  font-size:16px;
  text-transform:uppercase;
  padding:20px;
}

.accordion-heading a {
  color:#ffffff;
}

.accordion-heading a:hover {
  text-decoration: underline !important;
  color: #fff;
}

.accordion-inner {
  color:#7786a1;
  background:transparent;
  padding:20px;
}
.accordion-inner h6 { margin-bottom: 0px; font-weight: 600;}
.accordion-group#myCommittees .accordion-inner,
.accordion-group#myChapters .accordion-inner {
  padding-top:0.8em;
  padding-bottom: 0.8em;
}
#eventAccordion .accordion-group .accordion-inner {
  padding-top:1.1em;
  padding-bottom:1.1em;
}
/* -------------------------------------------------------- */
/*  Testimonials  */
/* -------------------------------------------------------- */

.testimonial {
  background:#eff5f9;
  border:1px solid #e6edf2;
  padding:25px;
}

.testimonial .function {
  padding-left:10px;
}

/* -------------------------------------------------------- */
/*  Testimonials 2  */
/* -------------------------------------------------------- */

.testimonial-2 h5 {
  font-size:15px;
  text-align:center;
  padding-top:10px;
  margin-bottom:0px;
}

.testimonial-2 img {
  width: 100%;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
       -o-border-radius: 50%;
          border-radius: 50%;
}

.testimonial-2 .function {
  color: #0fa1d5;
  text-align:center;
  font-style:italic;
}

@media (max-width: 991px) {

  .testimonial-2 {
    text-align:center;
  }

  .testimonial-2 img {
    width:50%;
    display:inline-block;
  }

}

/* -------------------------------------------------------- */
/*  Pricing Tables  */
/* -------------------------------------------------------- */

.pricing-tables table {
  width:100%;
  background:transparent;
  /*border:1px solid #e3e6e8 !important;*/
  margin-bottom:30px;
  overflow-x: auto;
}

.pricing-tables th {
  font-size:16px;
  font-weight:bold;
  border:1px solid #e3e6e8 !important;
  background:#3c4451;
  text-align:center;
  padding: 30px !important;
}

.pricing-tables td {
  padding:8px 0px;
  /*color:#7c7e7e;*/
  background:#fff;
  border:1px solid #e3e6e8 !important;
  border-bottom:1px solid #e3e6e8 !important;
  text-align:center;
}

.pricing-tables .plan-title  {
  font-family: 'Titillium Web', sans-serif;
  font-weight:bold;
  font-size:24px;
  line-height:30px;
  color: #fff;
}

.price {
  font-size:36px !important;
  padding-top:36px;
  line-height:30px;
}

.price2 {
  position:relative;
  top:-7px;
  font-size:14px;
  color: #fff;
}

.pricing-tables .table-footer {
  font-size:16px;
  color:#fff !important;
  background:#3c4451 !important;
  padding:44px 0px !important;
  border:0px !important;
}

.pricing-tables .active th, .pricing-tables .active .table-footer {
  color:#fff;
  font-weight:bold;
  border:1px solid #e3e6e8 !important;
  background:#0fa2d5 !important;
}

.pricing-tables .active td {
  color:#0fa2d5;
}

.pricing-tables .active .table-footer {
  border:0px;
  background:#0fa2d5 !important;
  font-weight:bold;
}

.rtable {
  /*!
  // IE needs inline-block to position scrolling shadows otherwise use:
  // display: block;
  // max-width: min-content;
  */
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  border-collapse: collapse;
  border-spacing: 0;
  border: none !important;
}

.rtable,
.rtable--flip tbody {
  -webkit-overflow-scrolling: touch;
  background: -webkit-radial-gradient(left ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center, -webkit-radial-gradient(right ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
  background: radial-gradient(ellipse at left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center, radial-gradient(ellipse at right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
  background-size: 10px 100%, 10px 100%;
  background-attachment: scroll, scroll;
  background-repeat: no-repeat;
}

.rtable--flip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background: none;
}

.rtable--flip thead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}

.rtable--flip tbody {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}

.rtable--flip tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.rtable--flip td,
.rtable--flip th {
  display: block;
}

.rtable--flip td {
  background-image: none !important;
  border-left: 0;
}

.rtable--flip th:not(:last-child),
.rtable--flip td:not(:last-child) {
  border-bottom: 0;
}
.newsletter_archives td {
  min-width: 189px;
}
.newsletter_archives span {
  display: block;
}
.pricing-tables.newsletter_archives th {
  padding: 10px !important;
}
/* -------------------------------------------------------- */
/*  Image Overlay  */
/* -------------------------------------------------------- */

.img-overlay img {
  max-width:100%;
  height:auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter:alpha(opacity=60);
  -khtml-opacity: 0.6;
     -moz-opacity:0.6;
          opacity:0.6;
  -webkit-transition: 0.4s ease-in-out;
     -moz-transition: 0.4s ease-in-out;
      -ms-transition: 0.4s ease-in-out;
       -o-transition: 0.4s ease-in-out;
          transition: 0.4s ease-in-out;
}

.img-overlay:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter:alpha(opacity=100);
  -khtml-opacity: 1;
     -moz-opacity:1;
          opacity:1;
}

/* -------------------------------------------------------- */
/*  Partners  */
/* -------------------------------------------------------- */

.partners-4{
  display:table;
  list-style:none;
  border-collapse:collapse;
}

.partners-4 li{
  display:table-cell;
  width:25%;
  border:1px solid #e6edf2;
}

.partners-5{
  display:table;
  list-style:none;
  border-collapse:collapse;
}

.partners-5 li{
  display:table-cell;
  width:20%;
  border:1px solid #e6edf2;
}

.partners-6{
  display:table;
  list-style:none;
  border-collapse:collapse;
}

.partners-6 li{
  display:table-cell;
  width:16.666666666666%;
  border:1px solid #e6edf2;
}

.partners-7{
  display:table;
  list-style:none;
  border-collapse:collapse;
}

.partners-7 li{
  display:table-cell;
  width:14,2857142857142857%;
  border:1px solid #e6edf2;
}

/* -------------------------------------------------------- */
/*  Gallery Overlay  */
/* -------------------------------------------------------- */

.img-container {
  position:relative;
  overflow:hidden;
  background:#0fa1d5;
}

/*.img-container img {
  max-width:100%;
  height:auto;
  -webkit-transform: scale(1.4,1.4);
      -ms-transform: scale(1.4,1.4);
          transform: scale(1.4,1.4);
  -webkit-transition: 0.7s ease-in-out;
     -moz-transition: 0.7s ease-in-out;
      -ms-transition: 0.7s ease-in-out;
       -o-transition: 0.7s ease-in-out;
          transition: 0.7s ease-in-out;
}

.img-container:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter:alpha(opacity=40);
  -khtml-opacity: 0.4;
     -moz-opacity:0.4;
          opacity:0.4;
  -webkit-transform: scale(1.0,1.0);
      -ms-transform: scale(1.0,1.0);
          transform: scale(1.0,1.0);
}*/

/*.img-container i {
  position: absolute;
  top: 50%;
  left: 50%;
  width:10px;
  height:10px;
  font-size:10px;
  line-height:10px;
  text-align:center;
  color:#ffffff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter:alpha(opacity=0);
  -khtml-opacity: 0;
     -moz-opacity:0;
          opacity:0;
  -webkit-transition: 0.7s ease-in-out;
     -moz-transition: 0.7s ease-in-out;
      -ms-transition: 0.7s ease-in-out;
       -o-transition: 0.7s ease-in-out;
          transition: 0.7s ease-in-out;
}

.img-container:hover i {
  top: 50%;
  left: 50%;
  width:60px;
  height:60px;
  font-size:34px;
  line-height:62px;
  margin-top:-30px;
  margin-left:-30px;
  text-align:center;
  background:rgba(45,45,45,0.8);
  -webkit-border-radius: 10%;
     -moz-border-radius: 10%;
       -o-border-radius: 10%;
          border-radius: 10%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter:alpha(opacity=90);
       -khtml-opacity: 0.9;
          -moz-opacity:0.9;
               opacity:0.9;
  -webkit-transform: rotate(720deg);
     -moz-transform: rotate(720deg);
       -o-transform: rotate(720deg);
      -ms-transform: rotate(720deg);
} */

/* -------------------------------------------------------- */
/*  Boxed Project  */
/* -------------------------------------------------------- */

.boxed-project .title{
  position:relative:
  display:block;
  background:#eff5f9;
  margin-bottom:30px;
}

.boxed-project h4{
  font-size:16px;
  font-weight:600;
  padding-top:20px;
  margin-bottom:5px;
  text-align:center;
}

.boxed-project h6{
  color:#91979f;
  font-size:13px;
  text-transform:uppercase;
  padding-bottom:20px;
  text-align:center;
}

.boxed-project .img-container{
  margin:0px !important;
}

/* -------------------------------------------------------- */
/*  Video Content  */
/* -------------------------------------------------------- */

.video-content {
  max-width: 100%;
  padding: 0px;
  margin: 0px;
  margin-bottom: -5px;
  border: none;
}

/* -------------------------------------------------------- */
/*  Parallax  */
/* -------------------------------------------------------- */

.parallax {
  width: 100%;
  padding: 0;
  margin: 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #ffffff;
  text-transform:uppercase;
}

.parallax-mobile {
  background-position: 50% 0px !important;
  background-attachment: scroll !important;
}

.parallax .parallax-text-container {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
  text-align:center;
}

.parallax .parallax-text-item {
  display: table-cell;
  vertical-align: middle;
}

.parallax-text-item {
  font-weight:700;
  font-size:36px;
  color:#ffffff;
  line-height:1em;
}

.parallax h2, .parallax h3{
  font-family: 'Open Sans', sans-serif;
  color:#ffffff;
  background: transparent;
}

.parallax h2{
  font-size:36px;
}

.parallax h3{
  font-size:20px;
}

/* -------------------------------------------------------- */
/*  Dividers  */
/* -------------------------------------------------------- */

.divider {
  height:9px;
  background:url(../img/divider.png) top left repeat-x;
}

.divider-2 {
  height:1px;
  background:#dce2e7;
}

/* -------------------------------------------------------- */
/*  Footer  */
/* -------------------------------------------------------- */

.footer{
  color:#7e848c;
  background:#2e343e;
}

.footer .footer-promo {
  padding:30px 0px 10px 0px;
}

.footer .footer-promo h2, .footer .footer-promo h4{
  text-align:center;
}

.footer img{
  width:auto;
}

.footer h6{
  color:#e5edf2;
  text-transform:uppercase;
}

.footer .footer-info{
  padding:30px 0px 30px 0px;
}

.footer .list-5{
  margin-top:-6px;
}

.footer .list-5 li{
  border-bottom:1px solid #3f454f;
  padding-left:15px;
}

.footer li a{
  color:#7e848c;
}

.footer .item-icon{
  position:relative;
  padding-left:26px;
}

.footer .item-icon i{
  position:absolute;
  top:4px;
  left:0px;
  font-size:16px;
}

.footer .tweet{
  position:relative;
  padding-left:50px;
}

.footer .tweet i{
  position:absolute;
  top:5px;
  left:0px;
  color:#fff;
  background:transparent;
  border:1px solid #3c3e48;
  font-size:16px;
  width:34px;
  height:34px;
  line-height:34px;
  text-align:center;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
       -o-border-radius: 1px;
          border-radius: 1px;
}

.footer .white {
  color:#fff;
}

.copyright{
  background:#232933;
  padding:10px 0px;
}

.footer a, .footer a:visited {
  color: #0fa1d5;
}

.footer a:hover{
  color: #67823a;
}

.footer .form-control {
  border-color:#3f454f;
}
.logo-footer span {
  font-style: italic;
}
/* -------------------------------------------------------- */
/* Footer Flicker Ashley Push */
/* -------------------------------------------------------- */
/*.ftImg {
  display: block;
  float: left;
  width: 90px;
  height: 90px;
  margin-right:10px;
  margin-bottom:10px;
  padding: 0px;
  cursor: pointer;
}
.ft_olc { background: transparent url('../img/footer/ft_olc.png') center center no-repeat; background-size: 100%;}
.ft_olc:hover { background: transparent url('../img/footer/ft_olc_hover.png') center center no-repeat;background-size: 100%; }
.ft_aapmpubs { background: transparent url('../img/footer/ft_aapmpubs_hover.png') center center no-repeat;background-size: 100%; }
.ft_aapmpubs:hover { background: transparent url('../img/footer/ft_aapmpubs.png') center center no-repeat; background-size: 100%;}
.ft_aapmvl { background: transparent url('../img/footer/ft_aapmvl.png') center center no-repeat; background-size: 100%;}
.ft_aapmvl:hover { background: transparent url('../img/footer/ft_aapmvl_hover.png') center center no-repeat; background-size: 100%;}
.ft_qltctctpro { background: transparent url('../img/footer/ft_qltctctpro_hover.png') center center no-repeat; background-size: 100%;}
.ft_qltctctpro:hover { background: transparent url('../img/footer/ft_qltctctpro.png') center center no-repeat; background-size: 100%;}
.ft_campep { background: transparent url('../img/footer/ft_campep_hover.png') center center no-repeat; background-size: 100%;}
.ft_campep:hover { background: transparent url('../img/footer/ft_campep.png') center center no-repeat; background-size: 100%;}
.ft_cmegt { background: transparent url('../img/footer/ft_cmegt.png') center center no-repeat; background-size: 100%;}
.ft_cmegt:hover { background: transparent url('../img/footer/ft_cmegt_hover.png') center center no-repeat; background-size: 100%;}
.ft_spa  { background: transparent url('../img/footer/ft_spa_hover.png') center center no-repeat; background-size: 100%;}
.ft_spa:hover  { background: transparent url('../img/footer/ft_spa.png') center center no-repeat; background-size: 100%;}
.ft_loi  { background: transparent url('../img/footer/ft_loi.png') center center no-repeat; background-size: 100%;}
.ft_loi:hover  { background: transparent url('../img/footer/ft_loi_hover.png') center center no-repeat; background-size: 100%;}
.ft_olnrcppubs { background: transparent url('../img/footer/ft_olnrcppubs.png') center center no-repeat; background-size: 100%;}
.ft_olnrcppubs:hover { background: transparent url('../img/footer/ft_olnrcppubs_hover.png') center center no-repeat; background-size: 100%;}
.ft_aip { background: transparent url('../img/footer/ft_aip_hover.png') center center no-repeat; background-size: 100%;}
.ft_aip:hover { background: transparent url('../img/footer/ft_aip.png') center center no-repeat; background-size: 100%;}
.ft_olicrupubs  { background: transparent url('../img/footer/ft_olicrupubs.png') center center no-repeat; background-size: 100%;}
.ft_olicrupubs:hover { background: transparent url('../img/footer/ft_olicrupubs_hover.png') center center no-repeat; background-size: 100%;}
.ft_roils  { background: transparent url('../img/footer/ft_roils_hover.png') center center no-repeat; background-size: 100%;}
.ft_roils:hover { background: transparent url('../img/footer/ft_roils.png') center center no-repeat; background-size: 100%;}
*/
.ftSBox {display: none;}
.ftSBox a:hover { color: #fff; }

@media (max-width: 1200px) {
  .ftSBox {display: block;}
}
@media (max-width: 1024px) {
  /*
.ftImg {
    width: 7.250em;
    height: 7.250em;
  }
 */
}
@media (max-width: 768px) {
  .copyright {
    font-size: 0.813em;
  }
}
@media (max-width: 680px) {
  .copyright-info, .logo-footer {
    display: block !important;
    width: 100%;
    float: left !important;
  }
}
.ft-list-group-item:first-child,
.mb-list-group-item:first-child {
  border-radius: 0px;
}
.ft-list-group-item,
.mb-list-group-item {
  position: relative;
  display: inline-block;
  margin:0 10px 10px 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 12px;
  vertical-align: middle;
  text-align: left;
  line-height: 15px;
}
a.ft-list-group-item.one-line,
a.mb-list-group-item.one-line {
  text-align: center;
  padding-top:24px;
  padding-bottom:23px;
}
a.ft-list-group-item.one-line,
a.ft-list-group-item.two-line,
a.ft-list-group-item.three-line,
a.mb-list-group-item.one-line,
a.mb-list-group-item.two-line,
a.mb-list-group-item.three-line {
  min-width: 95px;
  min-height: 95px;
  color:rgb(126,132,140);
  cursor: pointer;
}
span.white_line {
  color: rgba(255,255,255,0.75);
}
a.ft-list-group-item.one-line:hover,
a.ft-list-group-item.two-line:hover,
a.ft-list-group-item.three-line:hover {
  background-color:rgba(187,189,191,0.9);
  color:#191c22;
}
a.ft-list-group-item.one-line:hover span.white_line {
  color:#191c22;
}
a.ft-list-group-item.two-line:hover span.white_line,
a.ft-list-group-item.three-line:hover span.white_line {
  color:#5c5f63;
}
a.ft-list-group-item.one-line.medphys span.white_line{
  letter-spacing: -0.5px;
  padding-left: 0px;
  padding-right: 0px;
  width: 105%;
  display: block;
}
@media screen and (max-width:768px){
  a.ft-list-group-item.one-line.medphys span.white_line,
  a.mb-list-group-item.one-line.medphys span.white_line{
    letter-spacing: -0.8px;
  }
}
a.ft-list-group-item.two-line.gateways,
a.ft-list-group-item.two-line.interest,
a.mb-list-group-item.two-line.gateways,
a.mb-list-group-item.two-line.interest{
  padding-left: 10px;
  padding-right:0;
}
a.ft-list-group-item.three-line,
a.mb-list-group-item.three-line {
  padding-top: 23px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 0;
}
a.mb-list-group-item.three-line {
  padding-top: 30px;
}
a.ft-list-group-item.three-line.publication,
a.ft-list-group-item.two-line.publication,
a.ft-list-group-item.two-line.protocols,
a.mb-list-group-item.three-line.publication,
a.mb-list-group-item.two-line.publication,
a.mb-list-group-item.two-line.protocols {
  padding-left:4px;
  padding-right:0;
}
a.ft-list-group-item.two-line.publication,
a.ft-list-group-item.two-line.protocols,
a.ft-list-group-item.two-line.gateways,
a.ft-list-group-item.two-line.interest,
a.mb-list-group-item.two-line.publication,
a.mb-list-group-item.two-line.protocols,
a.mb-list-group-item.two-line.gateways,
a.mb-list-group-item.two-line.interest {
  padding-top: 31px;
  padding-bottom: 27px;
}
@media (min-width: 768px) and (max-width: 992px){
  a.ft-list-group-item.one-line,
  a.ft-list-group-item.two-line,
  a.ft-list-group-item.three-line,
  a.mb-list-group-item.one-line,
  a.mb-list-group-item.two-line,
  a.mb-list-group-item.three-line {
    width:95px;
  }
}
@media (min-width: 460px) and (max-width: 462px){
  a.ft-list-group-item.one-line.medphys span.white_line,
  a.mb-list-group-item.one-line.medphys span.white_line {
    letter-spacing: -0.7px;
  }
  a.ft-list-group-item.three-line.publication span.white_line,
  a.mb-list-group-item.three-line.publication span.white_line {
    letter-spacing: 0.5px;
  }
  a.ft-list-group-item.two-line.publication span.white_line,
  a.mb-list-group-item.two-line.publication span.white_line {
    letter-spacing: 0.23px;
  }
  a.ft-list-group-item.one-line.ROILS span.white_line,
  a.mb-list-group-item.one-line.ROILS span.white_line{
    letter-spacing: 0.6px;
  }
}
/* -------------------------------------------------------- */
/*  End Footer Flickr Ashley Push
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/* Ashley Don't Push
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*  Back To Top Button  */
/* -------------------------------------------------------- */

.back-to-top {
  border: 1px solid #0fa1d5;
  position: fixed;
  right:20px;
  bottom:10px;
  width:38px;
  height:38px;
  line-height:38px;
  font-size:22px;
  margin-right: 0px;
  display: block;
  text-align: center;
  text-decoration: none;
  color:#fff;
  background:#2e343e;
  font-family:FontAwesome;
  font-weight:normal;
  font-style:normal;
  text-align:center;
  z-index:99999;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
       -o-border-radius: 3px;
          border-radius: 3px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
         opacity: 0.6;
          filter: alpha(opacity=60);
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}

.back-to-top:hover {
  color:#fff;
  background:#0fa1d5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  -khtml-opacity: 0.9;
    -moz-opacity: 0.9;
         opacity: 0.9;
          filter: alpha(opacity=90);
}

.back-to-top:after {
  /* content:"\f106"; */
 color:#000;
 content: '\f35b'; /* You should use \ and not /*/
 font-family: "Font Awesome 5 Free"; /* This is the correct font-family*/
 font-style: normal;
 font-weight: normal;
 text-decoration: inherit;
}

/* -------------------------------------------------------- */
/*  Gallery  */
/* -------------------------------------------------------- */

.gallery {
  display:block;
}

.portfolio {
  margin:0px;
  padding:0px;
  list-style-type:none;
}

.project {
  margin-right:-1px;
}

#portfolio-items [class*="col-"],
.projects-slider [class*="col-"] {
  padding:0px;
}

.boxed .project {
  padding:10px !important;
}

.boxed .project .container-image {
  padding:15px !important;
  background:#e4e9ec;
}

.boxed .project .container-image:hover {
  background:rgba(15,162,213,1);
}

/* -------------------------------------------------------- */
/*  Gallery Filter  */
/* -------------------------------------------------------- */

#portfolio-filter {
  margin-bottom:25px;
  padding:0px;
  display:inline-block;
}

#portfolio-filter li {
  list-style:none;
  float:left;
  margin-right:0px;
  margin-bottom:5px;
  padding:0px;
  line-height:45px;
  font-size:13px;
}

#portfolio-filter li a {
  display:inline-block;
  font-size:14px;
  font-weight:400;
  padding:0px 15px;
  border-bottom:1px solid transparent;
}

#portfolio-filter li:hover a {
  border-bottom:1px solid #0fa2d5;
  text-decoration:none;
}

#portfolio-filter li.act a {
  color:#0fa2d5;
  border-bottom:1px solid transparent;
}

  /*  Portfolio - Isotype (filtering tags)  */
  .isotope-item {
    z-index: 2;
  }

  .isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
  }

  /* Isotope CSS3 transitions */
  .isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.4s;
     -moz-transition-duration: 0.4s;
      -ms-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
        transition-duration: 0.4s;
  }

  .isotope {
    -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
        transition-property: height, width;
  }

  .isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
        transition-property:         transform, opacity;
  }

  /* disabling Isotope CSS3 transitions */
  .isotope.no-transition,
  .isotope.no-transition .isotope-item,
  .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
        transition-duration: 0s;
  }

/* -------------------------------------------------------- */
/* Image Overlay */
/* -------------------------------------------------------- */

.container-image {
  position:relative;
  overflow: hidden;
  background:#0fa2d5;
  -webkit-transition: 0.7s ease-in-out;
     -moz-transition: 0.7s ease-in-out;
      -ms-transition: 0.7s ease-in-out;
       -o-transition: 0.7s ease-in-out;
          transition: 0.7s ease-in-out;
}

.container-image img {
  max-width:100%;
  height:auto;
  -webkit-transition: 0.7s ease-in-out;
     -moz-transition: 0.7s ease-in-out;
      -ms-transition: 0.7s ease-in-out;
       -o-transition: 0.7s ease-in-out;
          transition: 0.7s ease-in-out;
}

.container-image:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter:alpha(opacity=40);
  -khtml-opacity:0.4;
    -moz-opacity:0.4;
         opacity:0.4;
  -webkit-transform: scale(1.4,1.4);
      -ms-transform: scale(1.4,1.4);
          transform: scale(1.4,1.4);
}

.container-image i {
  position: absolute;
  font-size:180px;
  line-height:180px;
  width: 180px;
  width: 180px;
  top: 50%;
  left: 50%;
  margin-top:-90px;
  margin-left:-90px;
  text-align:center;
  color:#ffffff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter:alpha(opacity=0);
  -khtml-opacity:0;
    -moz-opacity:0;
         opacity:0;
  -webkit-transition: 0.7s ease-in-out;
     -moz-transition: 0.7s ease-in-out;
      -ms-transition: 0.7s ease-in-out;
       -o-transition: 0.7s ease-in-out;
          transition: 0.7s ease-in-out;
}

.container-image:hover i {
  font-size:40px;
  line-height:40px;
  width: 40px;
  width: 40px;
  top: 50%;
  left: 50%;
  margin-top:-20px;
  margin-left:-20px;
  color:#ffffff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter:alpha(opacity=80);
  -khtml-opacity:0.8;
    -moz-opacity:0.8;
         opacity:0.8;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
  -webkit-transition: 0.7s ease-in-out;
     -moz-transition: 0.7s ease-in-out;
      -ms-transition: 0.7s ease-in-out;
       -o-transition: 0.7s ease-in-out;
          transition: 0.7s ease-in-out;
}

.container-image:hover a:hover i {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter:alpha(opacity=100);
  -khtml-opacity:1;
    -moz-opacity:1;
         opacity:1;
  -webkit-transition: 0.7s ease-in-out;
     -moz-transition: 0.7s ease-in-out;
      -ms-transition: 0.7s ease-in-out;
       -o-transition: 0.7s ease-in-out;
          transition: 0.7s ease-in-out;
}

/* -------------------------------------------------------- */
/*  Form  */
/* -------------------------------------------------------- */

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  font-size: 13px;
  line-height: 1.428571429;
  text-indent:0px;
  color: #7a7a7a;
  vertical-align: middle;
  background-color: transparent;
  padding: 6px 12px;
  border: 1px solid #d7dfe4;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
       -o-border-radius: 0px;
          border-radius: 0px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group-btn > .btn {
  position: relative;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: right;
  padding: 0px;
}

.no-border-right {
  border-right:0px solid !important;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  margin-left:0px;
}

textarea {
  min-height:120px;
  resize:vertical;
}

/* -------------------------------------------------------- */
/*  Contact Form  */
/* -------------------------------------------------------- */

.error {
  margin:6px 6px;
  display: none;
  color: #67823a;
}

.ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  color: #0fa2d5;
  margin:0px;
}
#modalContactForm .ajaxsuccess {
  margin: 5px 0px !important;
}

.contact-form .btn {
  float:left;
}

/* -------------------------------------------------------- */
/*  Blog  */
/* -------------------------------------------------------- */

.blog-container {
  border-top:1px solid #d7dfe4;
  border-bottom:1px solid #d7dfe4;
}

.blog-container h2 {
  font-size:24px;
  font-weight:600;
}

.blog-container .blog-content{
  border-right:1px solid #d7dfe4;
  padding-right:30px;
}

.post-info-container {
  border-top:1px solid #d7dfe4;
  border-bottom:1px solid #d7dfe4;
  padding:12px 0px;
}

.post-info-container .post-info .post-data {
  margin-right:10px;
}

.post-info-container .post-info .tags a {
  color:#0fa1d5;
  background:transparent;
  float:none;
  margin:0px;
  padding:0px;
}

.post-info-container .post-info .tags a:hover {
  color:#3c4451;
}

.post-info-container .post-info i {
  margin-right:5px;
}

.post-info-container i {
  margin:4px;
}

.blog-right-sidebar {
  border-left:1px solid #d7dfe4;
  padding-left:30px;
  margin-left:-1px;
}

  /* -------------------------------------------------------- */
  /*  Comments  */
  /* -------------------------------------------------------- */

  .blog-comment {
    position:relative;
  }

  .blog-comment h4{
    color:#2c333d;
    font-size:20px;
    padding-bottom:5px;
  }

  .blog-comment .user-image {
    position:absolute;
    top:0px;
    left:0px;
    border:1px solid #dadcdd;
    background:#fff;
    width:60px;
    height:60px;
  }

  .blog-comment .user-image i {
    color:#dadcdd;
    width:60px;
    height:60px;
    line-height:60px;
    font-size:30px;
    text-align:center;
  }

  .blog-comment .comment-data {
    padding-left:80px;
  }

  .blog-comment .reply-link {
    padding-left:12px;
    font-size:14px;
  }

  .blog-comment .divider, .blog-comment .divider-2 {
    margin:10px 0px;
  }

/* -------------------------------------------------------- */
/* Shop */
/* -------------------------------------------------------- */

.shop-container {
  border-top:1px solid #d7dfe4;
  border-bottom:1px solid #d7dfe4;
}

.shop-right-sidebar {
  border-left:1px solid #d7dfe4;
  padding-left:30px;
  margin-left:-1px;
}

/* -------------------------------------------------------- */
/*  Product  */
/* -------------------------------------------------------- */

.product{
  border:1px solid #e6edf2;
  margin-bottom:50px;
}

.product .image-container{
  position:relative;
  background:#d7dfe4;
}

.product img{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -khtml-opacity: 1;
    -moz-opacity: 1;
         opacity: 1;
          filter: alpha(opacity=100);
  -webkit-transition:all 0.5s;
     -moz-transition:all 0.5s;
       -o-transition:all 0.5s;
      -ms-transition:all 0.5s;
          transition:all 0.5s;
}

.product:hover img{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  -khtml-opacity: 0.15;
    -moz-opacity: 0.15;
         opacity: 0.15;
          filter: alpha(opacity=15);
}

.product .info{
  display:block;
  padding:25px 10px;
  overflow:hidden;
}

.product h3{
  color:#0fa2d5;
  font-size:32px !important;
  font-weight:400;
  text-align:center;
}

.product .rating{
  color:#d7dfe4;
  font-size:15px;
  text-align:center;
}

.product .price{
  color:#7786a1;
  font-size:22px;
  text-align:center;
  padding-top:6px;
}

.product .image-container .icon-left, .product .image-container .icon-right {
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-25px;
  margin-left:-55px;
  width:50px;
  height:50px;
  line-height:50px;
  font-size:25px;
  text-align:center;
  color:#fff;
  background:rgba(50,50,50,0.7);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -khtml-opacity: 0;
    -moz-opacity: 0;
         opacity: 0;
          filter: alpha(opacity=0);
  -webkit-transition:all 0.4s;
     -moz-transition:all 0.4s;
       -o-transition:all 0.4s;
      -ms-transition:all 0.4s;
          transition:all 0.4s;
}

.product .image-container .icon-right {
  margin-left:5px;
}

.product:hover .image-container .icon-left, .product:hover .image-container .icon-right {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
         opacity: 0.8;
          filter: alpha(opacity=80);
}

.product .image-container .icon-left:hover, .product .image-container .icon-right:hover {
  background:#0fa2d5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -khtml-opacity: 1;
    -moz-opacity: 1;
         opacity: 1;
          filter: alpha(opacity=100);
}

/* -------------------------------------------------------- */
/* Error 404 */
/* -------------------------------------------------------- */

.error-icon {
  display:block;
  text-align:center;
}

.error-icon  .typcn {
  display:inline-block;
  color:#e6edf2;
  width:220px;
  height:220px;
  font-size:220px;
  line-height:180px;
}

/* -------------------------------------------------------- */
/* Refine Slider */
/* -------------------------------------------------------- */

ul.rs-slider {
  margin: 0 0 0px 0px;
  padding:0px;
}

ul.rs-slider img {
  position:relative;
}

.rs-thumb-wrap { margin: 21px 0 0 0; }
.rs-thumb-wrap > a {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter:alpha(opacity=50);
  -khtml-opacity: 0.5;
     -moz-opacity:0.5;
          opacity:0.5;
  padding: 0px;
  *padding: 0;
     -moz-transition: opacity .7s ease-in-out;
  -webkit-transition: opacity .7s ease-in-out;
       -o-transition: opacity .7s ease-in-out;
      -ms-transition: opacity .7s ease-in-out;
          transition: opacity .7s ease-in-out;
}

.rs-thumb-wrap > a:hover,
.rs-thumb-wrap > a.active { opacity: 1 }
.rs-thumb-wrap > a:first-child { margin-left: 0!important; }

.rs-arrows {
  position:absolute;
  z-index:9;
  width:100%;
  top:50%;
  right:0px;
}

.rs-arrows .rs-prev, .rs-arrows .rs-next {
  width: 50px;
  height: 50px;
  display: block;
  position:absolute;
  right:30px;
  margin-top:-25px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
       -o-border-radius: 3px;
          border-radius: 3px;
  border:0px;
  background:#2d333d !important;
  opacity: 0.5 !important;
     -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

.rs-arrows .rs-prev {
  left:30px;
}

.rs-arrows .rs-next {
  right:30px;
}

.rs-arrows .rs-prev:hover, .rs-arrows .rs-next:hover {
  background:#2d333d !important;
  border:0px;
  opacity: 1 !important;
}

.rs-arrows .rs-prev i, .rs-arrows .rs-next i {
  text-indent: 0px;
  color:#ffffff;
  font-size: 20px;
  width: 47px;
  height: 50px;
  position: absolute;
  line-height: 49px;
  text-align: center;
  font-weight:400;
}

.rs-arrows .rs-next i {
  text-indent: 3px;
}

.rs-caption {
  padding: 20px;
  color: #ffffff;
  background: #000000;
  background: rgba(0, 0, 0, .6);
}

.rs-caption p {
  color: #ffffff;
  margin-bottom: 0;
}

/* -------------------------------------------------------- */
/* Flexlider */
/* -------------------------------------------------------- */

.flex-1 {
margin: 0px 0px 25px 0px;
background: transparent;
border: 0px solid #ffffff;
position: relative;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
box-shadow: 0 0px 0px #000000;
-webkit-box-shadow: 0 0px 0px #000000;
-moz-box-shadow: 0 0px 0px #000000;
-o-box-shadow: 0 0px 0px #000000;
zoom: 1;
}

.flex-1 .flex-control-nav {
width: 100%;
height:40px;
position: relative;
text-align: center;
background: transparent;
border: 0px solid #000000;
margin-top:-50px;
margin-bottom:0px;
}

.flex-1 .flex-control-nav li {
margin: 0 5px;
display: inline-block;
zoom: 1;
*display: inline;
padding-top:15px;
}

.flex-1 .flex-control-paging li a {
width: 14px;
height: 14px;
display: block;
border:1px solid #7786a1;
cursor: pointer;
font-size:0px;
text-indent: 0px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
box-shadow: inset 0 0 0px #000000;
background: #f7fcff !important;
}

.flex-1 .flex-control-paging li a:hover {
background: #0fa2d5 !important;
}

.flex-1 .flex-control-paging li a.flex-active {
position:relative;
cursor: default;
background:#2d333d !important;
}

.flex-1 .flex-direction-nav {
display:none;
}

.flex-1 .flex-viewport {
max-height: 3500px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
transition: all 1s ease;
border: 0px solid #000000;
width:100%;
}

/* -------------------------------------------------------- */
/* Layer Slider */
/* -------------------------------------------------------- */

  .ls-layer,
  .ls-layer * {
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    white-space: nowrap;
  }

  .l3s1, .l3s2, .l3s3 {
    text-shadow: 0px 0px 10px white;
    color: white;
  }

  .l3s1 {
    font-size: 30px;
  }

  .l3s2 {
    font-size: 60px;
  }

  .l3s3 {
    font-size: 20px;
    font-style: italic;
  }

  .l4s1, .l4s2, .l4s3, .l4s4 {
    box-shadow: 0px 3px 10px -3px #002c4b;
    background: #02cef7;
    background: -moz-linear-gradient(top, #02cef7 0%, #009bba 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#02cef7), color-stop(100%,#009bba));
    background: -webkit-linear-gradient(top, #02cef7 0%,#009bba 100%);
    background: -o-linear-gradient(top, #02cef7 0%,#009bba 100%);
    background: -ms-linear-gradient(top, #02cef7 0%,#009bba 100%);
    background: linear-gradient(to bottom, #02cef7 0%,#009bba 100%);
    text-shadow: 0px -1px 1px #00819c;
    padding: 10px 15px 10px 15px;
    border-top: 4px solid white;
    font-size: 20px;
    color: white;
    border-radius: 7px;
  }

/* -------------------------------------------------------- */
/* Master Slider */
/* -------------------------------------------------------- */

  .ms-caption{
    color:#fff;
    font-size:40px;
    padding-top:80px;
  }

/* -------------------------------------------------------- */
/* Custom Styling */
/* -------------------------------------------------------- */
.termsConditions {
  width: 50em;
}
.termsConditions .close_btn {
  top: 1em;
  right: 1.5em;
}
.memberOnly {
  position: relative;
  top: 0px;
}
.quoteMe {
  display: inline-block;
  vertical-align: super;
}
.fLt {
  display: block;
  float: left;
}
.fRt {
  display: block;
  float: right;
}
.spTag {
  clear: both;
  display: block;
  text-align: left;
}
.fancy {
  color: #0fa1d5;
}
.btmLinks {
  display: block;
  font-size: 30px;
  line-height: 80px;
  margin-left: 0px;
  margin-top: 10px;
}
input.smallForm {
  width: 30% !important;
  margin: 0px 15px;
}
label {
  margin-right: 10px;
}
/* -------------------------------------------------------- */
/* Login Page */
/* -------------------------------------------------------- */
#forgotLogin{
  display: none;
}
.well {
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  display:none;
  margin:1em;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.close_btn {
  position: absolute;
  right: 2em;
  top: 2.5em;
  padding: 0 0.4em;
}

/*-------------------------------------------------------- */
/*Public and Media Section */
/* --------------------------------------------------------*/
.mediaContactPage .service {
  background: none;
}
.blog-right-sidebar ul li {
  line-height: 28px;
}
.captcha {
  display: inline-block;
  width: 120px;
  height: 28px;
}

/* -------------------------------------------------------- */
/* Custom Navigation */
/* -------------------------------------------------------- */
/* Arrow Left - Right Bounce*/
.slideRight1 {
    width: 50px;
    float: right;
    margin-left: 30px;
    font-size: 80px;
    line-height: 65px;
    -webkit-animation: slideRight 2s infinite ease-in-out;
}
@-webkit-keyframes slideRight {
  0%, 20%, 60%, 100%  { -webkit-transform: translateX(0); }
    40%  { -webkit-transform: translateX(-30px); }
  80% { -webkit-transform: translateX(-15px); }
}
@keyframes slideRight {
  0%, 20%, 60%, 100%  { transform: translateX(0); }
    40%  {transform: translateX(-30px); }
  80% { transform: translateX(-15px); }
}
.slideLeft1 {
    width: 50px;
    float: left;
    font-size: 80px;
    margin-right: 10px;
    line-height: 65px;
    -webkit-animation: slideLeft 2s infinite ease-in-out;
}
@-webkit-keyframes slideLeft {
  0%, 20%, 60%, 100%  { -webkit-transform: translateX(0); }
    40%  { -webkit-transform: translateX(30px); }
  80% { -webkit-transform: translateX(15px); }
}
@keyframes slideLeft {
  0%, 20%, 60%, 100%  { transform: translateX(0); }
    40%  {transform: translateX(30px); }
  80% { transform: translateX(15px); }
}

/* -------------------------------------------------------- */
/* My AAPM  Section */
/* -------------------------------------------------------- */
.subInfo { font-size: 0.79em; }
.sideBar { text-align: center !important; }
.sideBar img { width: 120px; }
.cIssues img { border: 1px solid #5da1c2; }
.cIssues a { margin-bottom: 10px; display: block; }
.cIssues a:last-child { margin-right: 0px; }
.infoMess a {display:block;float:left;width:80px;height:80px;padding:0px;margin:0px 10px;}
.infoCommittee a {display:block;float:left;width:100px;height:100px;padding:0px;margin:0px 10px;}
.infoMess a:first-child,
.infoCommittee a:first-child {margin-left: 0px;}
.aapm_events h6 { margin-bottom: 0px; }
.myAAPMSection h5 { color: #566174; }
#err-cmmnts { color: #ff4b64; }
.donorBadge { text-align: center;}
.donorMsgBox {
  border: 1px solid #ccc;
  margin: 0px 23px 20px;
  padding: 10px 10px 0px;
}
.donorMsgBox > p {
  margin-bottom: 0px;
}

/* -------------------------------------------------------- */
/* My AAPM  Section Missing Info Icon */
/* -------------------------------------------------------- */
a.col-md-2.col-sm-3.nophoto {
  background: #395eab;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  text-align: center;
  line-height: 16px;
  -webkit-font-smoothing: antialiased;
}
a.col-md-2.col-sm-3.nophoto span {
  color: rgba(255,255,255,0.85);
  padding: 0;
  padding-left: 2.4px;
  padding-right: 2.4px;
  font-family: 'Open Sans', sans-serif;
  display: block;
  -webkit-font-smoothing: antialiased;
}
a.col-md-2.col-sm-3.nophoto > span > strong {
  letter-spacing: -0.2px;
  color: #FFF;
  font-size: 1em;
}
a.col-md-2.col-sm-3.nophoto span.regularLine {
  font-size: 1.25em;
}
a.col-md-2.col-sm-3.volunteernocoi {
  background: #d85820;
  padding-top: 0.6em;
  text-align: center;
  line-height: 16px;
  -webkit-font-smoothing: antialiased;
}
a.col-md-2.col-sm-3.nocoi {
  background: #C69214;
  padding-top: 1.1em;
  text-align: center;
  line-height: 16px;
  -webkit-font-smoothing: antialiased;
}
a.col-md-2.col-sm-3.onletter {
  background: #67823a;
  padding-top: 1.1em;
  text-align: center;
  line-height: 16px;
  -webkit-font-smoothing: antialiased;
}
a.col-md-2.col-sm-3.offletter {
  background: #C69214;
  padding-top: 1.1em;
  text-align: center;
  line-height: 16px;
  -webkit-font-smoothing: antialiased;
}
a.col-md-2.col-sm-3.nocoi span,
a.col-md-2.col-sm-3.volunteernocoi span {
  color: rgba(255,255,255,0.85);
  padding: 0;
  padding-left: 2.4px;
  padding-right: 2.4px;
  font-family: 'Open Sans', sans-serif;
  display: block;
  -webkit-font-smoothing: antialiased;
}
a.col-md-2.col-sm-3.onletter span {
  color: rgba(255,255,255,0.85);
  padding: 0;
  padding-left: 2.4px;
  padding-right: 2.4px;
  font-family: 'Open Sans', sans-serif;
  display: block;
  -webkit-font-smoothing: antialiased;
}
a.col-md-2.col-sm-3.offletter span {
  color: rgba(255,255,255,0.85);
  padding: 0;
  padding-left: 0px;
  padding-right: 0px;
  font-family: 'Open Sans', sans-serif;
  display: block;
  -webkit-font-smoothing: antialiased;
}
a.col-md-2.col-sm-3.nocoi > span > strong,
a.col-md-2.col-sm-3.volunteernocoi > span > strong {
  letter-spacing: -0.1px;
  color: #FFF;
  font-size: 1.1em;
}
a.col-md-2.col-sm-3.offletter > span > strong {
  letter-spacing: -0.1px;
  color: #FFF;
  font-size: 1.1em;
}
a.col-md-2.col-sm-3.onletter > span > strong {
  letter-spacing: -0.1px;
  color: #FFF;
  font-size: 1.1em;
}
a.col-md-2.col-sm-3.onletter span.regularLine {
  letter-spacing: -0.5px;
  font-size: 1em;
  line-height: 18px;
}
a.col-md-2.col-sm-3.nocoi span.regularLine {
  font-size: 1.25em;
  letter-spacing: -0.5px;
}
a.col-md-2.col-sm-3.volunteernocoi span.regularLine {
  font-weight: 600;
  font-size: 1.1em;
}
a.col-md-2.col-sm-3.offletter span.regularLine {
  font-size: 0.9em;
  letter-spacing: -0.5px;
}
a.col-md-2.col-sm-3.optout {
  background: #67823a;
  padding-top: 1.1em;
  text-align: center;
  line-height: 17px;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}
a.col-md-2.col-sm-3.optout span {
  color: rgba(255,255,255,0.85);
  padding: 0;
  padding-left: 2.4px;
  padding-right: 2.4px;
  font-family: 'Open Sans', sans-serif;
  display: block;
  -webkit-font-smoothing: antialiased;
}
a.col-md-2.col-sm-3.optout > span > strong {
  letter-spacing: -0.1px;
  color: #FFF;
  font-size: 1.1em;
}
a.col-md-2.col-sm-3.optout span.regularLine {
  font-size: 1.25em;
  letter-spacing: -0.5px;
}
div#myOpt .modal-header {
  border-bottom: 0px;
}
div#myOpt .modal-footer {
  border-top: 0px;
}
div#myOpt .modal-footer a {
  padding:1em;
}
div#myOpt .vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}
div#myOpt .vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
div#myOpt .modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events:all;
}
a.col-md-2.col-sm-3.nohome {
  background: #06335f;
  padding-top: 1.1em;
  text-align: center;
  line-height: 16px;
  -webkit-font-smoothing: antialiased;
}
a.col-md-2.col-sm-3.nohome span {
  color: rgba(255,255,255,0.85);
  padding: 0;
  padding-left: 2.4px;
  padding-right: 2.4px;
  font-family: 'Open Sans', sans-serif;
  display: block;
  -webkit-font-smoothing: antialiased;
}
a.col-md-2.col-sm-3.nohome > span > strong {
  letter-spacing: -0.2px;
  color: #FFF;
  font-size: 1em;
}
a.col-md-2.col-sm-3.nohome span.regularLine {
  font-size: 1.25em;
  letter-spacing: -0.5px;
  line-height: 17px;
}
a.col-md-2.col-sm-3.nofunding {
  background: #005e20;
  padding-top: 1.1em;
  text-align: center;
  line-height: 16px;
  -webkit-font-smoothing: antialiased;
}
a.col-md-2.col-sm-3.nofunding span {
  color: rgba(255,255,255,0.85);
  padding: 0;
  padding-left: 2.4px;
  padding-right: 2.4px;
  font-family: 'Open Sans', sans-serif;
  display: block;
  -webkit-font-smoothing: antialiased;
}
a.col-md-2.col-sm-3.nofunding > span > .fa.fa-usd {
  color: #FFF;
  font-size: 1.6em;
}
a.col-md-2.col-sm-3.nofunding span.regularLine {
  font-size: 1.25em;
  letter-spacing: -0.5px;
  line-height: 17px;
  padding-top:0.5em;
}
a.col-md-2.col-sm-3.bademail {
  background: #ED1C24;
  padding-top: 1.1em;
  text-align: center;
  line-height: 16px;
  -webkit-font-smoothing: antialiased;
}
a.col-md-2.col-sm-3.bademail span {
  color: rgba(255,255,255,0.9);
  padding: 0;
  padding-left: 2.4px;
  padding-right: 2.4px;
  font-family: 'Open Sans', sans-serif;
  display: block;
  -webkit-font-smoothing: antialiased;
}
a.col-md-2.col-sm-3.bademail > span > strong {
  letter-spacing: -0.6px;
  color: #FFF;
  font-size: 1em;
  line-height: 17px;
}
a.col-md-2.col-sm-3.bademail span.regularLine {
  font-size: 1.25em;
  letter-spacing: -0.5px;
  line-height: 17px;
}
a.col-md-2.col-sm-3.noemail {
  background: #09a7e3;
  padding-top: 1.1em;
  text-align: center;
  line-height: 16px;
  -webkit-font-smoothing: antialiased;
}
a.col-md-2.col-sm-3.noemail span {
  color: rgba(255,255,255,0.9);
  padding: 0;
  padding-left: 2.4px;
  padding-right: 2.4px;
  font-family: 'Open Sans', sans-serif;
  display: block;
  -webkit-font-smoothing: antialiased;
}
a.col-md-2.col-sm-3.noemail > span > strong {
  letter-spacing: -0.6px;
  color: #FFF;
  font-size: 1em;
  line-height: 17px;
}
a.col-md-2.col-sm-3.noemail span.regularLine {
  font-size: 1.25em;
  letter-spacing: -0.5px;
  line-height: 17px;
}
div.infoMess {
  margin-bottom: 30px;
}
/* -------------------------------------------------------- */
/* End
/* -------------------------------------------------------- */

/* -------------------------------------------------------- */
/* My AAPM  Section Donor Badge Ashley Push*/
/* -------------------------------------------------------- */

.donorBadge { text-align: center;margin-bottom: 1.8em;}
@media (min-width:992px){
  .donorMsgBox {
    border: 0;
    margin: 0;
    padding: 0;
    /* margin-top: 15px; */
    /* margin-bottom: 15px; */
    width: 150px;
    /* text-align: center; */
    margin: 10px auto;
    /*padding-bottom: 15px;*/
  }

  #contribution-text {
    padding: 0 5px;
  }
  p.donorthanksMessage {
    margin-bottom:1em;
  }
}
p.donorthanksMessage {
  margin-top: 15px;
}
@media (max-width:992px){
  .donorMsgBox {
    border: 1px solid #ccc;
    /* margin: 0px 23px 20px; */
    margin:0;
    padding: 10px 10px;
    margin-top: 15px;
  }
}
.donorMsgBox {
  border: 1px solid #ccc;
  padding:15px 15px;
}

/*.accordion-inner ul { margin-bottom: 15px; }
.accordion-inner li { padding-top: 0px; }*/

@media (max-width: 992px) {
  .sideBar h5 {text-align: left;}
  .cIssues a { float: left; display: inline-block; margin-right: 20px; }
  .cIssues img { height: 150px !important; }

  /*.donorThanksmessage {

  }*/
  .donorBadge p {
    margin:0;
  }
}
@media (max-width: 991px){
  .donorBadge { text-align: left;margin-bottom: 30px}
}

/* -------------------------------------------------------- */
/*  My AAPM Section Attestation
/* -------------------------------------------------------- */
.panel-primary {
  border-color: #2e343e;
}
.panel-primary > .panel-heading {
  background-color: #2e343e;
  border-color: #2e343e;
}
.panel-body {
  padding-top:0px;
}
/* -------------------------------------------------------- */
/*   End My AAPM Section Attestation
/* -------------------------------------------------------- */
/*  About AAPM Section */
/* -------------------------------------------------------- */
.committeememberprofile td,
.dobprofile td{
  text-align: center;
  vertical-align: top;
}
.committeememberprofile td img{
  height:125px;
  width: auto;
  border: 0 none;
  margin-bottom:0.7em;
}
.dobprofile h4 {
  margin-top:6px;
}
.dobprofile td img {
  /* border: 0 none; */
  height: 125px;
  width:auto;
}
.avatar {
  overflow: hidden;
  /* width: 125px; */
  /* height: 125px; */
  margin-left: auto;
  margin-right: auto;
  display: block;
  /* background: #000; */
  margin-bottom: 1em;
  /* -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 4px #999, 0 2px 5px 4px rgba(140,154,170,.2); */
  -moz-box-shadow: 0 0 0 3px #fff, 0 0 0 4px #999, 0 2px 5px 4px rgba(140,154,170,.2);
  /* box-shadow: 0 0 0 3px #fff, 0 0 0 4px #999, 0 2px 5px 4px rgba(140,154,170,.2); */
}

/* -------------------------------------------------------- */
/* Education Section */
/* -------------------------------------------------------- */
.edClubImgCell {
  color: #000;
  margin: 0px 10px 20px 0px;
  padding: 10px;
  cursor: pointer;
  transition: transform .2s; /* Animation */
  border: 1px solid rgba(0,0,0,0.28);
  -webkit-border-radius: 25px;
     -moz-border-radius: 25px;
       -o-border-radius: 25px;
          border-radius: 25px;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.28);
     -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.28);
          box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.28);
}
.edClubImgCell:hover {
  cursor: pointer;
  transform: scale(1.01);  
}
.edClubImgCell h4 {
  font-size: 15px;
  margin-top: 10px;
  display: block;
  margin-bottom: 5px;
}
.edClubImg {
  width: 190px;
  height: 202px;
  margin: 0px auto;
  display: block;
}
.centerEleme {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 10px 0px;
}
.centerEleme p{
  margin: 0px auto;
  width: 60%;
  text-align: center;
  font-style: italic;
}
.envelopeImg {
  width: 25px;
  display: inline-block;
}
.edSubscribe {
  margin: 20px;
  background-color: #fff2cc;
  border: 1px solid #000;
  padding: 20px 0px 20px 40px ;
}
/* -------------------------------------------------------- */
/* Members Section */
/* -------------------------------------------------------- */
.imgCapTitle{
  text-align: center;
  margin-bottom: 0px;
}
.flickrLink {
  display: block;
  font-size: 12px;
  text-align: center;
}
.floaters .Fmenu li {
  float: left; margin-right: 20px;
}
.floaters .Fmenu li:last-child {
  margin-right: 0px;
}
.highcharts-contextmenu hr {
  margin: 5px !important;
}
.pvcyContainer label {
  margin-right: 10px;
}
.myLabel {
  display: block;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
}
.form {display: block;}
.orgListRadios { display: block; margin: 10px 0px; }
.orgListRadios input[type="radio"] { margin: 0px 5px 0px 0px; }


/* -------------------------------------------------------- */
/* Fluid Columns for Logos CSS - Used on
   Online Modules on Ethics and Professionalism page */
/* -------------------------------------------------------- */

.flex-container-120 {
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
.flexwrap-120    {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexwrap-120 li {
  overflow:hidden;
}
.flex-item-120 {
  padding: 10px 15px;
  margin: 0px;
  border: none;
  text-align: left;
}
.flex-item-120:last-child {
  text-align: right;
}


/* -------------------------------------------------------- */
/* Fluid Columns 176px square CSS */
/* -------------------------------------------------------- */

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
.flexwrap    {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexwrap li {
  overflow:hidden;
}
.flex-item {
  padding: 5px;
  width: 176px;
  height: 176px;
  margin: 10px;
  border: 1px solid silver;
  box-shadow: 1px 1px 2px #a2a3a4;
}
.flex-item p{
  text-align: center;
}

/* -------------------------------------------------------- */
/* Fluid Columns 275px square CSS */
/* -------------------------------------------------------- */

.flex-container-275 {
  padding: 5px 5px 0 25px;
  margin: 0;
  list-style: none;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
.flexwrap-275    {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexwrap-275 li {
  overflow:hidden;
}
.flex-item-275 {
  padding: 5px 5px 10px 5px;
  width: 275px;
  height: 275px;
  margin: 10px;
  border: 1px solid silver;
  box-shadow: 1px 1px 2px #a2a3a4;
}
.flex-item-275 p{
  text-align: center;
  margin: 5px 5px 7px 5px;
}
/* END Fluid Columns 275px square CSS */

/* -------------------------------------------------------- */
/* Fluid Columns 275px square CSS for Staff Page */
/* -------------------------------------------------------- */

.flex-container-275-staff {
  padding: 5px 5px 0 25px;
  margin: 0;
  list-style: none;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
.flexwrap-275-staff    {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexwrap-275-staff li {
  overflow:hidden;
}
.flex-item-275-staff {
  padding: 5px 5px 10px 5px;
  width: 275px;
  height: 275px;
  margin: 10px;
  border: 1px solid silver;
  box-shadow: 1px 1px 2px #a2a3a4;
}
.flex-item-275-staff em{
display: block;
height: 25px;
}
.flex-item-275-staff p{
  display: block;
  width: auto;
  min-height: 80px;
  text-align: left;
  margin: 32px 2px 3px 2px;
  font-size: 11px;
  line-height: 13px;
}
/* -------------------------------------------------------- */
/* Fluid Columns Horizontal 275px square CSS for Staff Page */
/* -------------------------------------------------------- */

.flex-container-horizontal{
  padding: 0px;
  margin: 0;
  list-style: none;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
.flexwrap-horizontal    {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexwrap-horizontal li {
  overflow:hidden;
}
.flex-item-horizontal {
  padding: 0;
  width: 215px;
  height: 25px;
  margin: 0;
  border-bottom: 1px solid #ccc;
  box-shadow: none;
  background: #fcfcfc;
  text-align: left;
}
.flex-item-horizontal em{
display: block;
height: 25px;
}
.flex-item-horizontal p{
  display: block;
  width: auto;
  min-height: 25px;
  text-align: left;
  margin: 0;
  font-size: 11px;
  line-height: 13px;
}

/* END Fluid Columns 275px square CSS for Staff Page */

/* Circles on Virtual Press Room Page */

.circle-vpr {
      border-radius: 50%;
      display: inline-block;
      margin-right: 20px;
    }


        #advanced-vpr {
      width: 66px;
      height: 66px;
      background-image: -moz-radial-gradient(45px 45px 45deg, circle cover, yellow 0%, orange 100%, red 95%);
      background-image: -webkit-radial-gradient(45px 45px, circle cover, yellow, orange);
      background-image: radial-gradient(45px 45px 45deg, circle cover, yellow 0%, orange 100%, red 95%);

      /* webkit chrome, safari, mobile */
        -webkit-animation-name: spin;
        -webkit-animation-duration: 3s; /* 3 seconds */
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;

        /* mozilla ff */
        -moz-animation-name: spin;
        -moz-animation-duration: 3s; /* 3 seconds */
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: linear;

        /* microsoft ie */
        -ms-animation-name: spin;
        -ms-animation-duration: 3s; /* 3 seconds */
        -ms-animation-iteration-count: infinite;
        -ms-animation-timing-function: linear;
    }
    @-webkit-keyframes spin {
      from { -webkit-transform: rotate(0deg); }
      to { -webkit-transform: rotate(360deg); }
    }

    @-moz-keyframes spin {
      from { -moz-transform: rotate(0deg); }
      to { -moz-transform: rotate(360deg); }
    }

    @-ms-keyframes spin {
      from { -ms-transform: rotate(0deg); }
      to { -ms-transform: rotate(360deg); }
    }

/* END Circles on Virtual Press Room Page */

/* -------------------------------------------------------- */
/* Fluid Columns on Virtual Press Room Page */
/* -------------------------------------------------------- */

.flex-container-vpr {
  padding: 0px;
  margin: 0;
  list-style: none;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
.flexwrap-vpr    {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexwrap-vpr li {
  overflow:hidden;
}
.flex-item-vpr {
  padding: 5px 5px 10px 5px;
  width: 75px;
  height: 75px;
  margin: 10px;
  border: none;
  box-shadow: none;
}

/* END Fluid Columns on Virtual Press Room Page */

/* -------------------------------------------------------- */
/* Table on international->exchangeProgram.php Page */
/* -------------------------------------------------------- */

#exchscie {
  border: 1px solid #e1e1e1;
}
#exchscie td{
  border-bottom: 1px dashed #e1e1e1;
}

/* END Table on international->exchangeProgram.php Page  */

/* -------------------------------------------------------- */
/* Table on international->LibraryProgram.php Page */
/* -------------------------------------------------------- */


  .LPTable{
    width:100%;
    border-collapse:collapse;
  }
  .LPTable td{
    padding:7px;
    border-bottom:#e1e1e1 1px dashed;
    background: transparent !important;
  }
  /* provide some minimal visual accomodation for IE8 and below */
  .LPTable tr{
    background: #fff;
  }
  /*  Define the background color for all the ODD background rows  */
  .LPTable tr:nth-child(odd){
    background: #fff !important;
  }
  /*  Define the background color for all the EVEN background rows  */
  .LPTable tr:nth-child(even){
    background: #fcfcfc !important;
  }

/* END Table on international->LibraryProgram.php Page  */

/* -------------------------------------------------------- */
/* Nav Tabs on Government Affairs -> index.php Page */
/* -------------------------------------------------------- */

#tabs {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}


/* END Nav Tabs on Government Affairs -> index.php Page */

/* -------------------------------------------------------- */
/* Table CSS on Board Meeting Dates Page */
/* -------------------------------------------------------- */

.CBMTable1 tr{
  border-bottom: 1px solid #cccccc;
}
.CBMTable1 td{
  background: #fcfcfc;
}


/* END Table CSS on Board Meeting Dates Page */

/* -------------------------------------------------------- */
/* New blockquote style for Publications->CT Quote Page */
/* -------------------------------------------------------- */

blockquote.ctquote {
  font-size:15px;
  font-style:italic;
  color:#566174;
  padding:20px;
  margin:0px;
  border-left: 5px solid #0fa1d5;
  background:url(../img/back-strip.png);
}

/* END New blockquote style for Publications->CT Quote Page */

/* -------------------------------------------------------- */
/* Table style for government affairs->archives 2005 2014 Page */
/* -------------------------------------------------------- */

.archtbl {
  margin: 0px !important;
  padding: 0px !important;
  word-break: break-all;
  border-spacing: 0 !important;
  background: transparent;

}
.archtbl td{
  text-align: center;
  color: #333;
  background: transparent;
}
  /*  Define the background color for all the ODD background rows  */
  .archtbl tr:nth-child(odd){
    background: #fff !important;
    text-align: left;
  }
  /*  Define the background color for all the EVEN background rows  */
  .archtbl tr:nth-child(even){
    background: #dae5f4 !important;
    text-align: left;
    border-bottom: 1px dashed #e1e1e1;
        border-top: 1px dashed #fcfcfc;
  }

/* END Table style for government affairs->archives 2005 2014 Page */

/* -------------------------------------------------------- */
/* Table style for corporate_affiliates->jacmpAdvInfo Page */
/* -------------------------------------------------------- */

#1tableborder1 {
  width: 100%;
  padding: 3px;
  margin: 2px;
  background: #fcfcfc;
}
#1tableborder1 tr {
 border-bottom: 1px solid #e1e1e1;
}

/* END Table style for corporate_affiliates->jacmpAdvInfo Page */


/* -------------------------------------------------------- */
/* Table style for corporate_affiliates->newsletterAdvInfo Page */
/* -------------------------------------------------------- */

.brdrtop-left {
  position: relative;
}
.brdrtop-left:before, .brdrtop-left:after {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;

}
.brdrtop-left:before {
  bottom: -3px;
  width: 3px;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ccc), to(transparent));
  background-image: -webkit-linear-gradient(#ccc, transparent);
  background-image: -moz-linear-gradient(#ccc, transparent);
  background-image: -o-linear-gradient(#ccc, transparent);
}
.brdrtop-left:after {
  right: -3px;
  height: 3px;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#ccc), to(transparent));
  background-image: -webkit-linear-gradient(left, #ccc, transparent);
  background-image: -moz-linear-gradient(left, #ccc, transparent);
  background-image: -o-linear-gradient(left, #ccc, transparent);
}

/* END Table style for corporate_affiliates->jacmpAdvInfo Page */

/* -------------------------------------------------------- */
/* Table style for org->aapm_contact_info Page */
/* -------------------------------------------------------- */

 .responsive-tabs__heading { display: none;}
.responsive-tabs__list__item { display: inline; cursor:pointer;}


@media (max-width: 767px) {
  .responsive-tabs__list { display: none;}
  .responsive-tabs__heading { display: block; cursor: pointer; font-size: 16px;}
  .responsive-tabs__panel--closed-accordion-only { display: none;}
}

@media (min-width: 768px) {
  .responsive-tabs__panel--closed-accordion-only { display: block !important;}
}

.responsive-tabs-wrapper {
  clear: both;
  zoom: 1;
  max-width: 495px;
}
.responsive-tabs-wrapper:before,
.responsive-tabs-wrapper:after {
    content: "";
    display: table;
}
.responsive-tabs-wrapper:after {
    clear: both;
}

.responsive-tabs__heading:focus,
.responsive-tabs__list__item:focus { outline: 1px solid #ccc;  }

.responsive-tabs__heading--active:focus,
.responsive-tabs__list__item--active:focus { outline: none !important;}

.responsive-tabs__list { margin: 2em 0 0 0; padding: 0; padding-bottom:7px; line-height: 1em;}
.responsive-tabs__list__item { background: #eee; padding: 5px 10px;  margin-right: 1em; border-top-left-radius: 5px; border-top-right-radius: 5px;border: 1px solid #ddd; }
.responsive-tabs__list__item:hover {background: #efefef }
.responsive-tabs__list__item--active,
.responsive-tabs__list__item--active:hover {  background: #fff; border-bottom-color: #fff;}

.responsive-tabs__panel { padding: 10px;height: 190px;margin-bottom: 10px;border: 1px solid #e1e1e1;}

@media (max-width: 767px) {
  .responsive-tabs__heading {
    padding: 0.5em; border-radius: 5px; border: 1px solid #ccc; box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
    background: #ddd;
    position: relative;
  }

  .responsive-tabs__heading:after {
    content:"";
    display: block;
    position: absolute;
    right: 20px;
    top: 40%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
  }
  .responsive-tabs__heading:hover,
  .responsive-tabs__heading--active:hover { background-color: #efefef}
  .responsive-tabs__heading--active { background: #fff;}
  .responsive-tabs__heading--active:after {
    border-bottom: 10px solid #000;
    border-top:0;
   }
}

/* END Table style for org->aapm_contact_info Page */


/* 2016AM Nav Slider */

#fdw nav select {
  display:none; /* this is just for the mobile display */
}
#fdw nav ul {
  display:block;
  z-index:999999;
}
#fdw nav ul li {
  display:inline-block;
  padding:50px 3px 30px;
  margin-left:30px;
  position:relative;
}
#fdw nav ul li a:link, #fdw nav ul li a:visited {
  color:#444;
  font:normal 20px 'Yanone Kaffeesatz', sans-serif;
  text-transform:uppercase;
  display:inline-block;
  position:relative;
}
#fdw nav ul li a:hover, #fdw nav ul li a:active {
  color:#e25d29;
  text-decoration:none;
}
#fdw nav ul li span {
  position:absolute;
  right:-12px;
  bottom:6px;
  width:7px;
  height:8px;
  margin:0 0 0 3px;
  float:right;
  display:block;
  background:url('images/nav_arrow.png') no-repeat left -8px;
  font:0/0 a;
}
#fdw nav ul li.current {
  border-bottom:2px solid #e25d29;
}
#fdw nav ul li.current a {
  color:#e25d29;
  cursor: default;
}
#fdw nav ul li.current a span {
  background:url('../images/nav_arrow.png') no-repeat left 0;
}
#fdw nav ul li.current ul li a {
  cursor:pointer;
}

/*===== sub_menu Style =======*/
#fdw nav ul li ul.sub_menu {
  position:absolute;
  top:90px;
  left:0;
  margin:0;
  padding:0;
  background:#fff;
  border:1px solid #ececec;
  border-top:5px solid #e25d29;
  display:none;
  z-index:999999;
    -moz-box-shadow: 0px 6px 7px #121012;
    -webkit-box-shadow: 0px 6px 7px #121012;
    box-shadow: 0px 6px 7px #121012;
}
#fdw nav ul li ul.sub_menu li.arrow_top {
  position:absolute;
  top:-12px;
  left:12px;
  width:13px;
  height:8px;
  display:block;
  border:none;
  background:url('images/arrow_top.png') no-repeat left top;
}
#fdw nav ul li ul.sub_menu li {
  float:none;
  margin:0;
  padding:0;
  border-bottom:1px solid #ececec;
}
#fdw nav ul li ul.sub_menu li a {
  white-space: nowrap;
  width: 150px;
  padding:12px;
  font:13px Arial, tahoma, sans-serif;
  text-transform:capitalize;
  color:#777;
}
#fdw nav ul li ul.sub_menu li a:hover {
  background:#f9f9f9;
  color:#333;
}
#fdw nav ul li ul.sub_menu li a.subCurrent {
  color:#e25d29;
  cursor:default;
}
#fdw nav ul li ul.sub_menu li a.subCurrent:hover {
  background:none;
}
/*===================== end Header style ======================*/


@media only screen and (min-width: 768px) and (max-width: 959px) {
    /* nav */
    #fdw nav ul li{
      margin-left:12px;
    }
    .careSubLinks a {
      width: 25% !important;
    }
}

  /* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

    /* nav menu ul & select */
    #fdw nav ul {
      display:none;
    }
    #fdw nav select {
      width:100%;
      display:block;
      margin-bottom:30px;
      cursor:pointer;
      padding:6px;
      background:#f9f9f9;
      border:1px solid #e3e3e3;
      color:#777;
    }
    .careSubLinks a {
      width: 35% !important;
    }
}
/* -------------------------------------------------------- */
/* Custom Styling for : My AAPM Homepage                 */
/* -------------------------------------------------------- */
.whats_new li {
  position: relative;
}
.whats_new .fa-lock {
  position: absolute;
  left: 5px;
  top: 9px;
}

.nps-wrapper .nps-text {
  padding: 5px 0;
}

.nps-wrapper .nps-right-text {
  text-align: right;
}

.nps-wrapper {
  /*max-width: 800px;*/
  margin-bottom: 25px;
}

.nps-wrapper .nps-table {
  display: table;
  padding: 0;
  width: 100%;
  margin: 10px auto;
  border-right: 0 none;
}

.nps-wrapper .nps-table > ul {
  display: table-row;
  float: none;
  width: auto;
  padding: 0;
  margin: 0;
}

.nps-wrapper .nps-table > ul > li {
  position: relative;
  display: table-cell;
  padding: 0;
  margin: 0;
  width: 9.090909090909091%;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #C1C1C1;
  border-left: 0 none;
}

.nps-wrapper .nps-table > ul > li:first-child {
  border-left: 1px solid #C1C1C1;
}

.nps-wrapper.show-colors .nps-table > ul > li.item-0,
.nps-wrapper.show-colors .nps-table > ul > li.item-1,
.nps-wrapper.show-colors .nps-table > ul > li.item-2,
.nps-wrapper.show-colors .nps-table > ul > li.item-3,
.nps-wrapper.show-colors .nps-table > ul > li.item-4,
.nps-wrapper.show-colors .nps-table > ul > li.item-5,
.nps-wrapper.show-colors .nps-table > ul > li.item-6 {
  border-top: 2px solid red;
}

.nps-wrapper.show-colors .nps-table > ul > li.item-7,
.nps-wrapper.show-colors .nps-table > ul > li.item-8 {
  border-top: 2px solid #E6D50E;
}

.nps-wrapper.show-colors .nps-table > ul > li.item-9,
.nps-wrapper.show-colors .nps-table > ul > li.item-10 {
  border-top: 2px solid green;
}

.nps-wrapper .nps-table input[type="radio"] {
  position: absolute;
  left: -9999em;
}

.nps-wrapper .nps-table .control-label {
  display: block;
  padding: 0;
  margin: 0;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  cursor: pointer;
  background-color: #F5F5F5;
  -moz-transition: background-color 300ms ease; 
  -o-transition: background-color 300ms ease; 
  -webkit-transition: background-color 300ms ease; 
  transition: background-color 300ms ease;
}

.nps-wrapper .nps-table .control-label:hover {
  background-color: #DADADA;
}

.nps-wrapper .nps-table input[type="radio"]:checked + label {
  background-color: #CECECE;
  cursor: default;
}

.nps-answers-warning {
  padding: 15px 0;
  font-weight: bold;
}
/* -------------------------------------------------------- */
/* Custom Styling for : Org/Committees/Vote                 */
/* -------------------------------------------------------- */
.left { text-align: left !important; }
.voteListing tr { border-bottom: 1px solid #ccc; }
.voteListing .approved td { color: #347C2C !important; }
.voteListing .Notapproved td { color: #f00 !important; }
.voteListing .active td { background-color: #fff9d9 !important; }
.pricing-tables.voteResults td { vertical-align: middle !important; }
.pricing-tables.voteResults td:first-child { text-align: left; }
.pricing-tables.voteResults tr { width: 100% !important; }
.pricing-tables.voteResults td,.pricing-tables.voteResults th { width: 10% !important; }
.pricing-tables.voteResults td:first-child, .pricing-tables.voteResults th:first-child { width: 60% !important; }
.pricing-tables.voteResults th { padding: 10px 15px !important; }
.pricing-tables.voteResults td.activeMember { background: #fceba4; }
.voteResults .modal { position: absolute; top: 0px; z-index: 1000000; }
.smallText { font-size: 12px; line-height: 14px; }
.ui-datepicker-calendar td, .ui-datepicker-calendar th { padding: 1px !important; vertical-align: unset !important; }
.ql-container p { border: none !important; }
.showVote h4 { position: relative; padding: 10px 0px; }
.showVote .close { display: block; position: absolute; top: 15px; right: 15px; }
.blueBG, .greenBG, .redBG, .greyBG { background: #1A4A86 !important; color: #ffffff !important; font-weight: bold; vertical-align: middle; }
.greenBG { background: green !important; }
.redBG { background: red !important; }
.greyBG { background: grey !important; }
.voteBox { padding: 5px; border: 1px solid transparent; }
.voteNow { border: 1px solid red; }

/* -------------------------------------------------------- */
/* Custom Styling for : covid 19 / cares                    */
/* -------------------------------------------------------- */
.covid19 .ui-widget, .cares .ui-widget {
  font-size: 14px !important;
  font-family: 'Open Sans', sans-serif !important;
}
.covid19 .ui-state-active, .cares .ui-state-active {
  border: 1px solid #1a4b86 !important;
  background: #1a4b86 !important;
}
.covid19 .ui-widget-content a, .cares .ui-widget-content a {
  color: #0fa1d5 !important;
}
.covid19 .ui-widget-content a:hover, .cares .ui-widget-content a:hover{
  color: #3c4451 !important;
}
.blocker {
    z-index: 101 !important;
}
.blocker .modal {
  width: auto;
  max-width: 800px !important;
  margin: 20px auto 0px !important;
  height: 500px;
  padding: 0px
}
.modal a.close-modal {
  display: none;
}
.modal a.myButtonClose {
  position: absolute;
  top: 0px;
  right: -5px;
  display: block;
  width: 30px;
  height: 30px;
  background: none;
  text-indent: 0px;
  padding: 0px;
}
#ex1 {
  font-size: 12px;
  line-height: 14px;
}
.m-header, .m-content, .m-footer {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
.m-footer { border-bottom: 0px; }
.cares {
  width: 100%;
}
.listing {
  list-style: none;
}
.listing li {
  font-family: Open Sans;
}
.careSubLinks a {
  width: 17%;
  transition: transform .5s ease;
  border-style: solid;
  border: 1px;
  height: 150px;
  margin: 15px;
  padding: 25px 5px 0px 5px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #000;
}
.a1 { background-color: rgba(125,159,211,0.5); border-color: rgba(125,159,211,0.5);}
.a2 { background-color: rgba(188,209,218,0.5); border-color: rgba(188,209,218,0.5);}
.a3 { background-color: rgba(216,177,117,0.5); border-color: rgba(216,177,117,0.5);}
.a4 { background-color: rgba(233,211,178,0.5); border-color: rgba(233,211,178,0.5);}
.a5 { background-color: rgba(199,202,176,0.5); border-color: rgba(199,202,176,0.5);}
.a6 { background-color: rgba(113,150,155,0.5); border-color: rgba(113,150,155,0.5);}
.a7 { background-color: rgba(193,215,233,0.5); border-color: rgba(193,215,233,0.5);}

.careSubLinks a:hover {
  transform: scale(1.1);
}
.careSubLinks span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}
.careSubLinks a.grayOut {
  position: relative;
  opacity: 0.3; /* Real browsers */
  filter: alpha(opacity = 30); /* MSIE */
  top: 0px;
  left: 0px;
  transition: transform 0s ease;
  cursor: default;
}
.careSubLinks a.grayOut:hover {
  transform: scale(1.0);
}
/* -------------------------------------------------------- */
/* Added By Rohan                            */
/* -------------------------------------------------------- */
.npSurvey { border:1px solid #566174; margin-bottom: 30px; padding: 1.25rem 0rem 1.25rem 3.125rem}
.npsTitle { padding: 15px 0px 15px 25px; background-color: #1a4b86; color: #fff; font-size: 20px; font-weight: 700; }
.npsBody { padding: 15px 30px 0px 30px; }
.npsBody p { color: #566174; font-size: 16px; }
.npsBody ul { list-style: none; padding: 0px; margin: 0px; }
.npsBody li { float: left; border: 1px solid #566174; display: block; padding: 0px; margin: 0px 10px 10px 0px; border-collapse: collapse; overflow: hidden; }
.npsBody a { display: block; padding: 10px 23px; color: inherit; }
.npsBody li:last-child a { padding: 10px 19px; }
.npsBody a:hover, .npsBody a.active { background-color: #1a4b86; color: #fff; }
#npsWhy { width: 100%; outline: none; }
.optional {display: none;}
#npsResponse { margin-top: 20px; }
.npsCalc { border: 1px solid #1A4A86; padding: 40px 20px 20px 40px; margin-bottom: 40px; font-size: 14px; }
.npsCalc span { font-size:20px; font-weight: bold; }
.smileyImg { width: 90px; display: block; }
.smls { padding: 25px 0px 0px 10px; }
.scoreBox { 
  width: 240px; 
  border: 1px solid rgba(204,204,204,0.3);
  border-radius: 15px; 
  padding: 40px; 
  margin: 0px auto; 
  text-align: center; 
  -webkit-box-shadow: 0px 0px 24px 3px rgba(204,204,204,0.4);
     -moz-box-shadow: 0px 0px 24px 3px rgba(204,204,204,0.4);
          box-shadow: 0px 0px 24px 3px rgba(204,204,204,0.4);
}
.scoreBox p { font-size: 20px; }
.scoreBox h2 { font-size: 38px; }
.scoreBox span { font-size: 20px; }
/* -------------------------------------------------------- */

.surveyBox {
  border: 1px solid #566174;
  border-radius: 10px;
  padding: 20px;
  background: #FFFFED;
  -webkit-box-shadow: -4px 0px 13px -7px #000000, 4px 0px 13px -7px #000000, 1px 5px 15px 5px rgba(255,234,161,0);
          box-shadow: -4px 0px 13px -7px #000000, 4px 0px 13px -7px #000000, 1px 5px 15px 5px rgba(255,234,161,0);
}
.surveyBox span { display: block; font-size: 10px; color: #777; }