
/*vimeo*/

.embed-container-9 { position: relative; padding-bottom: 56%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container-9 iframe, .embed-container object, .embed-container-2 embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*youtube*/

.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*bootstrap fix*/

.btn:focus,.btn:active, .dropdown:focus,.dropdown:active,.dropdown-toggle:focus,.dropdown-toggle:active ,.dropdown-menu:focus,.dropdown-menu:active {
   outline: none !important;
   box-shadow: none!important;
}

.mb30 { margin-bottom:30px;}


a.faqcard { text-decoration:none}
.title-height { height:30px; min-height:30px;}

.max-img { display:block; width:90%;}

.card-title-small { font-size:14px;}
.btn-faqportal-select-small { font-size:14px; padding:5px;}
.panel-heading {
  position: relative;
}

.outer-acc-button:after {
  font-family: 'Arial';
   content: "+";
  position: absolute;
  color: #808080;
  font-size: 22px;
  line-height: 22px;
  right: 20px;
  font-weight:400;
  top: calc(50% - 10px);
  }

.outer-acc-button[aria-expanded="true"]:after {
 content: "-"; /* "play" icon */
   right: 25px;
 }
.outer-acc-button[aria-expanded="false"]:after {
 content: "+"; /* "play" icon */
 }

.smaller-ft { font-size:13px;}