

/* Colors */
.clear {
  clear: both; }

body, html {
  margin: 0;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  height: 100vh; }

body {
  position: relative;
}

.video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 50px;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}

.file a {
color: #888 !important;
}

.clearfix:before,
.clearfix:after {
   content: '\0020';
   display: block;
   overflow: hidden;
   visibility: hidden;
   width: 0;
   height: 0;
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

a img:hover {
  opacity: 0.7; }

/* menu Styles */
.supermenu-container {
  width: 100vw;
  height: 100vh;
  float: left;
  color: #fff;
  opacity: 0;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9; }

#scroll-fix {
  position: fixed;
  z-index: 9; }

.menu-left {
  background: #fff;
  height: auto;
  width: auto;
  display: inline-block;
  background: #2a52a8; }

.menu-right {
  float: right;
  background: #f2f2f2;
  height: 92px;
  width: auto;
  display: inline-block; }

.menu-col {
  width: calc(14.2857143% - 40px);
  height: 100vh;
  float: left;
  padding: 200px 20px 20px 20px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400; }

.menu-col a {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
  font-size: 12px; }

.menu-col a:hover {
  color: #faba25;
  padding-bottom: 2px;
  border-bottom: 2px solid #faba25; }

.menu-col img:hover {
  opacity: .6; }

.menu-col ul {
  padding: 0px;
  margin-top: 40px; }

.menu-col li {
  list-style: none;
  padding-bottom: 18px; }

.menu-col .links li.first a {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px; }

#menubar-container {
  position: fixed;
  top: 3%;
  left: 0px;
  height: 60px;
  width: 100%;
  z-index: 10; }

#menu-toggle {
  float: left;
  background: #001c4e;
  height: 30px;
  width: 25px;
  padding: 10px 10px 10px 10px;
  cursor: pointer; }

#menu-toggle:hover {
  background: #faba25; }

#menu-icon {
  width: 25px;
  height: 15px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#menu-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#menu-icon span:nth-child(1) {
  top: 0px; }

#menu-icon span:nth-child(2), #menu-icon span:nth-child(3) {
  top: 7px; }

#menu-icon span:nth-child(4) {
  top: 14px; }

#menu-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

#menu-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#menu-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#menu-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

#menu-icon-label {
  position: absolute;
  bottom: -18px;
  color: #fff;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 8px;
  letter-spacing: 1px; }

#logo {
  float: left; 
  height: 92px; }

.menu-search {
 height: calc(100% - 10px);
    width: calc(100% - 71px);
    padding: 5px 15px 5px 15px;
    display: block;
    border: 0px;
    float: left;
    background: #c4c4c4;
    color: #fff;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    outline: none;
    box-shadow: inset -5px 5px 10px rgba(0, 0, 0, 0.2); }

.menu-right form {
  height: 50%; }

.menu-right input[type="submit"] {
  border: 0px !important;
  background-color: #2a52a8 !important;
  width: 41px;
  height: 100%;
  background-image: url("../img/search-icon.png");
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.menu-right input[type="submit"]:hover {
  background-color: #faba25 !important; }

.menu-right-links {
  padding: 17px 20px 8px 20px;
  color: #001c4e;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px; }

.menu-right-links a {
  text-decoration: none;
  margin-right: 12px;
  float: left;
  color: #2a52a8; }

.menu-right-links a:hover {
  color: #faba25; }

.menu-right-links img {
  width: 30px;
  display: block;
  float: left;
  position: relative;
  top: -10px; }

.menu-col.main {
  background: #012b7f; }

.menu-col.light {
  background: #658bde; }

.menu-col.medium {
  background: #2a52a8; }

.menu-col.dark {
  background: #001c4e; }

#main-container {
  width: 100%;
  font-family: "Roboto", Arial, sans-serif;
  position: relative;
  z-index: 9; }

  #main-container li {
    font-family: "Merriweather", Times New Roman, serif;
    font-size: 12px;
    line-height: 22px;
}

/* Particles */
.draw {
  height: 71vh; }

/* sections */
#key-message {
      background-image: url('http://variouscreative.ca/gesturetekhealth/img/spikes.jpg');
    background-size: cover;
  color: #fff;

  padding: 10px 15% 33px 20%; }

#key-message h1 {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 200;
  font-size: 24px;
  text-transform: uppercase; }

#key-message h1 strong {
  font-weight: 700; }

/* Homepage gallery */
#homepage-gallery .bx-wrapper {
  height: 250px;
    float: left;
    width: 100%;
    margin-bottom: 50px !important;
}

#homepage-gallery .bx-viewport {
  height: 250px !important; }

#homepage-gallery ul li {
  top: -16px;
  background-color: rgba(42, 82, 168, 0.8);
  background-blend-mode: multiply;
  height: 20vw;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  /* ...and now for the proper property */
  transition: .5s; }

#homepage-gallery ul li:hover {
  background-color: transparent; }

/* Footer */
footer {
  background: #001c4e;
  overflow: auto; 
    z-index: 10;
    position: relative;
bottom: 0px;
    width: 100%;
    }

#footer-banner {
  background: url("../img/footer-banner.jpg");
  height: 100px;
  margin-bottom: 35px;
  background-size: 230px; }

#footer-content {
  padding: 0px 10% 0px 10%; }

footer h1 {
  color: #fff;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  margin: 0px 0px 15px 0px; }

footer a {
  font-weight: 200;
  color: #fff !important;
  display: inline-block;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 13px;
  margin-bottom: 5px;
  padding-bottom: 2px;
  text-decoration: none;
  border-bottom: 2px solid #001c4e; }

footer a:hover {
  text-decoration: none;
  border-bottom: 2px solid #fff; }

footer p {
  font-weight: 200;
  color: #fff;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none; }

#footer-bottom {
  padding: 10px 10px 5px 10px;
  text-align: center;
  background: #000;
  color: #fff;
  margin-top: 20px; }

#footer-bottom a {
  color: #fff;
  text-decoration: none;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 200;
  font-size: 12px;
  margin-right: 50px;
  border-color: #000; }

#footer-bottom a:hover {
  border-bottom: 2px solid #fff; }

#footer-bottom :last-child {
  margin-right: 0px; }

.footer-search {
  width: calc(100% - 58px);
  font-size: 16px;
  padding: 6px 10px 6px 10px;
  outline: none;
  border: 0px;
  background: #dedede;
  color: #001c4e;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 200; }

footer input[type="submit"] {
  border: 0px !important;
  background-color: #2a52a8 !important;
  width: 31px;
  height: 31px;
  background-image: url("../img/search-icon.png");
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  float: left; }

footer input[type="submit"]:hover {
  background-color: #faba25 !important; }

  footer .links {
margin: 0px;
padding: 0px;
}

footer .links li {
list-style: none;
padding-left: 0px !important;
text-transform: uppercase;
}

.patents {
font-size: 13px; 
line-height: 17px; 
font-style: italic;
font-weight: 200;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  display: block; }

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  left: -5px;
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0); }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* DIRECTION CONTROLS (NEXT / PREV) */


.bx-controls-direction, .bx-controls {
width: 100%;
height: 250px;
position: absolute;
top: 0px;
left: 0px;
pointer-events: none;
}

.bx-controls-direction .bx-prev, .bx-controls-direction .bx-next {
height: 250px !important;
width: 80px !important;
display: inline-block;
position: absolute;
}

.bx-controls-direction .bx-prev {
top: 0px;
left: 25px;
pointer-events: auto;
}

.bx-controls-direction .bx-next {
top: 0px;
right: 40px;
pointer-events: auto;
}

.bx-controls-direction {
  position: relative; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

.bx-prev, .bx-next {
 width: 80px;   
height: 200px;
}

.bx-prev img, .bx-next img {
 width: 50px;   
}

.bx-wrapper {
max-width: none !important;
}

.bx-viewport {
    width: 101% !important;
}

.bx-controls-direction .bx-prev {
color: #fff;
    text-decoration: none;
    font-size: 120px;
    top: 50px;
    opacity: .6;
}

.bx-controls-direction .bx-next {
color: #fff;
    text-decoration: none;
    font-size: 120px;
    top: 50px;
    opacity: .6;
}

.bx-controls-direction .bx-prev:hover, .bx-controls-direction .bx-next:hover {
opacity: 1.0;
}


#main-container {
height: auto;
width: 60%;
padding-left: 20%;
max-width: 1120px;
margin: auto 0;
}

#main-container h1 {
font-family: "Roboto", Arial, sans-serif;
text-transform: uppercase;
font-size: 26px;
margin: 20px 0px 0px 0px;
padding: 0px;
font-weight: 400;
}

#main-container h2 {
font-family: "Roboto", Arial, sans-serif;
font-size: 18px;
margin: 5px 0px 20px 0px;
padding: 0px;
color: #6f6f6f;
font-weight: 400;
}

#main-container p {
font-family: "Merriweather", Times New Roman, serif;
font-size: 14px;
    line-height: 24px;
}

header {
height: 320px;
width: 100%;
position: relative;
}

.header-content {
padding: 50px 20% 0% 20%;
}

header h1 {
font-family: "Roboto", Arial, sans-serif;
text-transform: uppercase;
font-size: 38px;
margin: 20px 0px 0px 0px;
padding: 0px;
font-weight: 900;

}

.header-banner {
width: 100%;
height: 80px;
background: #001c4e;
position: absolute;
bottom: 0px;
}

.header-banner h1 {
font-size: 19px;
  margin-right: 20%;
color: #fff;
    margin-left: 20%;
    font-weight: 600;
    letter-spacing: 3px;
}

@media (max-width: 1440px) {
.header-banner h1 {
  margin-right: 10%;
  margin-left: 10%;

font-size: 20px;
letter-spacing: auto !important;
}
}

@media (max-width: 1280px) {

.header-banner h1 {
font-size: 16px;
  margin-right: 5%;
  margin-left: 5%;
letter-spacing: auto !important;
}
}

.menu-col a.active {
color: #faba25;
    padding-bottom: 2px;
    border-bottom: 2px solid #faba25;
}

.large-btn {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    color: #163b7f;
    border: 2px solid #163b7f;
    padding: 12px 15px 12px 15px;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

.large-btn:hover {
background: #faba25;
border-color: #faba25;
color: #fff;
}


#scroll-fix, .supermenu-container, .oridomi-holder {
pointer-events: none;
}

.menu-col {
    pointer-events: all 
}

#main-container {
    padding-bottom: 300px;
}

.large-btn {
margin-bottom: 20px;
}


body {

    overflow-x: hidden;
height: initial !Important;
}



/* MOBILE */


@media(max-width: 1366px) {

div .section-container {
max-width: 880px !important;
margin: 0 auto;
}

.product-slider1 li div {
    width: 51% !important;
}

#homepage-signup form {
 max-width: 880px !important;
margin: 0 auto;
}

#homepage-signup .banner {
    width: 75%;
}

.product-slider1 li h1 {
    width: 10% !important;
}

.product-slider1 li p {

    width: 23% !important;
}
#bx-pager a {
font-size: 15px !important;
}

#homepage-news .section-container {
max-width: 880px;
}
.news-content {
font-size: 12px;
}


}


@media(max-width: 960px) {

#menubar-container {
    top: 0% !important;
}

.menu-right {
display: none !important;
}

.menu-left {
width: 100% !important;
}
#key-message {
 
    padding: 10px 5% 33px 4% !Important;
}
.homepage-btn {
display: none !important;
}




#main-container #homepage-about h1 {
text-align: left !important;
}

#homepage-about {
background-position: 100% 100%, 110% -2% !important;
}

#homepage-technology {
background-position: -1% 100%, 100% 0% !important;
}

div #homepage-about p {
text-align: left !important;
}

#main-container #homepage-about h1 {
font-size: 36px !important;
}

div .section-container {
max-width: none;
width: 80%
}
.alt-col {
width: 100% !important; 
margin-top: 40px !Important;
padding-left: 0px !important;
padding-bottom: 50px;
}

.product-slider1 li h1 {
width: 100% !important;
text-align: left !important;
float: left !important; 
clear: both;
display: block;
}

section#homepage-products .bx-wrapper li {
background-image: none !Important;
}

ul.product-slider1 li p {
width: 80% !important;
padding-left: 7%;
}


.product-slider1 li div {
display: none !important;
}

.product-slider1 li p {
    width: 65% !important;
}

#bx-pager a {
height: auto !important;
max-width: none !important;
width: 100% !important;
clear: both;
margin-left: -20px;
}

#homepage-gallery {
display: none;
}

#homepage-signup form {
    width: 90% !important;
    max-width: none !Important;
 }

#homepage-signup form input[type=text] {
    width: 82% !Important;
clear: both !important;
}

#homepage-signup .section-container.form {
float: left;
}

#homepage-signup form input[type=submit] {
    width: 92% !Important;
float: left !Important;
margin-top: 30px;
} 

.news-card {
margin-left: 10px !Important;; 
width: 80% !important;
clear: both;
}

#footer-content {
text-align: center !important;
}

#footer-content p{
text-align: center !important;
}

.supermenu-container {
padding-top: 90px;
background-color: #658bde;
}

.draw {
    height: 65vh !Important;
}

.menu-col {
clear: both;
width: 100% !Important;
height: auto !important;
padding: 0px 20px 0px 20px !important;
}

.menu-col ul {
margin-top: 10px !Important;
}

.menu-col li {
display: none;
padding: 0px !important;
}

.menu-col li.first {
display: block;
padding: 0px !important;
}


}

@media (max-width: 560px) {
.draw {
    height: 80vh !Important;
}

div#main-container #homepage-about h1, div#main-container h1 {
font-size: 24px !Important;
}

.product-slider1 li p {
font-size: 12px !Important;
}

#homepage-signup .banner {
font-size: 20px !important;
width: 80% !important;
}

#homepage-signup form input[type=text] {
width: 60% !important;
}

#homepage-signup form input[type=submit] {
width: 82% !Important;
}

section#homepage-news h1 {
font-size: 22px !Important;
}

.homepage-images img {
width: 100px !important;
}

.news-card {
width: 70% !important;
}
}


h4 {
display: inline;
}

h4 a {   
 font-family: "Roboto", Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    color: #163b7f;
    border: 2px solid #163b7f;
    padding: 12px 15px 12px 15px;
    display: inline !important;
    width: auto;
    float: left;
    margin-right: 15px !important;
    margin-bottom: 30px !important;
    text-align: center;
}

h4 a:hover { 
    background: #faba25;
    border-color: #faba25;
    color: #fff;
}

#main-container {
-webkit-font-smoothing: antialiased;
}

.pane-bundle-basic-file {
margin-bottom: 80px;
}




#mini-menu {
position: relative;
top: 25px;
margin-bottom: 50px;
text-align: center !important;
}

#mini-menu h4{
display: inline-block !important;
margin-bottom: 15px !Important;
margin-top: 0px !important;
}

#mini-menu h4 a{
font-size: 13px;
padding: 10px 20px 10px 20px;
margin-bottom: 0px !Important;
margin-top: 0px !important;
margin-right: 10px !Important;
}

@media (max-width: 660px) {

#mini-menu h4 a{
font-size: 11px;
padding: 8px 15px 8px 15px;
margin-right: 7px !Important;
}


#mini-menu h4{

margin-bottom: 10px !Important;
}

}

#panelizer-ipe-revert {
display: none;
}

footer .active-trail.active {
color: #eeb850 !important;
border-color: #eeb850;
}

.parent-mini {
font-size: 8px;
font-weight: 300;
position: relative;
top: -4px;
left: 20px;
float: right !important;
}

.parent-title {
font-size: 10px;
position: relative;
top: -10px;
left: 20px;
float: right !important;
}


.sidebar-research {
background: #1b4dae;
padding: 20px 30px 20px 30px;
margin-bottom: 30px;
width:75%;
position: relative;
z-index: 2 !important;
margin-bottom: 80px;
}

.sidebar-research h1 {
color: #fff;
font-weightL 900 !important;
font-size: 20px !important;
margin-bottom: 20px !Important;
}

.sidebar-research a {
color: #fff !important;
text-decoration: none;
font-family: "roboto";
display: block;
font-size: 13px;
line-height: 17px !important;

}

div.sidebar-research a::before {
font-family: 'FontAwesome' !important;
content: "\f15b";
padding-right: 7px;
}

.sidebar-bg {

background: url('http://www.gesturetekhealth.com/sites/all/themes/gesturetekhealth/img/pane-bg.jpg');
padding: 20px 30px 20px 30px;

display: block;
position: absolute; !important;
z-index: 0;
    top: 35px;
    left: 45px;
}

.sidebar-bg.left {

background: url('http://www.gesturetekhealth.com/sites/all/themes/gesturetekhealth/img/pane-bg.jpg');
padding: 20px 30px 20px 30px;

display: block;
position: absolute; !important;
z-index: 0;
    top: 35px !important;
    left: -20px!important;
}

.field-item.even {
clear: both;
}



.header-related {
float: right;
font-family: "roboto", Arial, Sans-serif;
background: #fff;
padding: 15px;
font-size: 14px;
margin-top: -10px;
margin-right: 50px;

right: 20%;
position: absolute;
line-height: 1.3;
width: 250px;
}

.header-related a {
color: #000;
text-decoration: none !Important;
}

.header-related a:hover {
text-decoration: underline !Important;
}

.header-related-title {
background: #001c4e;
 color: #fff;
width: calc(100%);
margin-left: -15px;
margin-top: -15px;
padding: 10px 15px 10px 15px;
font-weight: =300;
font-size: 16px;
margin-bottom: 10px;
}

@media (max-width: 1200px) {
.header-related {
float: right;
font-family: "roboto", Arial, Sans-serif;
background: #fff;
padding: 15px;
font-size: 14px;
margin-top: -10px;
margin-right: 50px;

right: 25%;
position: absolute;
line-height: 1.3;
width: 250px;
}

}

@media (max-width: 960px) {
.header-related {
float: right;
font-family: "roboto", Arial, Sans-serif;
background: #fff;
padding: 15px;
font-size: 14px;
margin-top: 25px;
margin-right: 0px;
left: 9%;
right:auto;
position: absolute;
line-height: 1.3;
width: 80%;
} 


header {
height: 360px !important;
}
}

.pane-bundle-image-slider .field-label {
display: none;
}




@media (max-width: 500px) {
.header-related {
float: right;
font-family: "roboto", Arial, Sans-serif;
background: #fff;
padding: 15px;
font-size: 14px;
margin-top: 25px;
margin-right: 0px;
left: 0%;
right:auto;
position: absolute;
line-height: 1.3;
width: 100%;
}
}

@media (max-width: 880px) {

  .supermenu-container.oridomi-clone {
transform: none !Important;
}

.pane-vuuid-47b5eab1-9052-41bf-b57c-6cf8cb60b622 .pane-content .field-items div{
width: 100% !important;
}
}


@media (max-width: 880px) {

.supermenu-container.oridomi-clone {
display: none !important;
}


.supermenu-container.oridomi-content {
width: 0px;
}

.oridomi-mask {
overflow: visible !important;
}
}




/*** SLIDER ****/

.pane-bundle-image-slider .field-item {
background: transparent !important;
width: auto !important;
}

.pane-bundle-image-slider .field-item.even {
    clear: none !Important;
}

.pane-bundle-image-slider  {
margin: 50px auto;
width: 100vw !important;
margin-left: -33%;
}
.pane-bundle-image-slider .bx-controls-direction .bx-next {
    right: 0;
  }


@media(min-width: 1800px) {
.pane-bundle-image-slider  {
margin: 50px auto;
width: 100vw !important;
margin-left: -35%;
}
}


@media(max-width: 990px) {
.pane-bundle-image-slider  {
margin: 50px auto;
width: 100vw !important;
margin-left: -28%;
}
}
.pane-bundle-image-slider img  {
height: 175px !important;
width: auto !important;
opacity: .5;
}

.pane-bundle-image-slider img:hover  {
opacity: 1;
}

.pane-bundle-image-slider .bx-viewport {
height: 175px !important;
background: #12377c !important;
}

.pane-bundle-image-slider .bx-controls-direction .bx-prev {
top: 20px !Important;
}


.pane-bundle-image-slider .bx-controls-direction .bx-next {
top: 20px !Important;
}

.file-icon {
width: 40px;
margin-bottom: 30px;
float: left;
margin-right: 15px;
}

.file a {
float: left;
width: calc(100% - 60px);
margin-bottom: 100px;
}

.large-btn-blue {
font-family: "Roboto", Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    color: #012677;
    border: 2px solid #012677;
    padding: 12px 15px 12px 15px;
    display: inline-block;
    margin: 30px auto;
    text-align: center;
}

.large-btn-blue:hover {
color: #fff;
background: #012677;
}

@media (max-width: 880px) {
.large-btn-blue {
width: 90%;
display: block;
text-align: center;
float: left !important;
}
}