/* Fonts */
/* ibm-plex-sans-300 - latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/ibm-plex-sans-v7-latin-300.eot'); /* IE9 Compat Modes */
  src: local('IBM Plex Sans Light'), local('IBMPlexSans-Light'),
       url('fonts/ibm-plex-sans-v7-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/ibm-plex-sans-v7-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ibm-plex-sans-v7-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/ibm-plex-sans-v7-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/ibm-plex-sans-v7-latin-300.svg#IBMPlexSans') format('svg'); /* Legacy iOS */
}
/* ibm-plex-sans-regular - latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/ibm-plex-sans-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('IBM Plex Sans'), local('IBMPlexSans'),
       url('fonts/ibm-plex-sans-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/ibm-plex-sans-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ibm-plex-sans-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/ibm-plex-sans-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/ibm-plex-sans-v7-latin-regular.svg#IBMPlexSans') format('svg'); /* Legacy iOS */
}
/* ibm-plex-sans-italic - latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/ibm-plex-sans-v7-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('IBM Plex Sans Italic'), local('IBMPlexSans-Italic'),
       url('fonts/ibm-plex-sans-v7-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/ibm-plex-sans-v7-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ibm-plex-sans-v7-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/ibm-plex-sans-v7-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/ibm-plex-sans-v7-latin-italic.svg#IBMPlexSans') format('svg'); /* Legacy iOS */
}
/* ibm-plex-sans-600 - latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/ibm-plex-sans-v7-latin-600.eot'); /* IE9 Compat Modes */
  src: local('IBM Plex Sans SemiBold'), local('IBMPlexSans-SemiBold'),
       url('fonts/ibm-plex-sans-v7-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/ibm-plex-sans-v7-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ibm-plex-sans-v7-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/ibm-plex-sans-v7-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/ibm-plex-sans-v7-latin-600.svg#IBMPlexSans') format('svg'); /* Legacy iOS */
}
/* Material Icons */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(fonts/MaterialIcons-Regular.woff2) format('woff2'),
       url(fonts/MaterialIcons-Regular.woff) format('woff'),
       url(fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
 font-family: 'Material Icons';
 font-weight: normal;
 font-style: normal;
 font-size: 24px;  /* Preferred icon size */
 display: inline-block;
 line-height: 1;
 text-transform: none;
 letter-spacing: normal;
 word-wrap: normal;
 white-space: nowrap;
 direction: ltr;

 /* Support for all WebKit browsers. */
 -webkit-font-smoothing: antialiased;
 /* Support for Safari and Chrome. */
 text-rendering: optimizeLegibility;

 /* Support for Firefox. */
 -moz-osx-font-smoothing: grayscale;

 /* Support for IE. */
 font-feature-settings: 'liga';
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Flex + Helpers */
.container{
  width: 1200px;
  max-width:90%;
  margin: 0 auto;
}
.container-sm{ width:860px; }
.container-xsm{ width:660px; }
@media (max-width: 1200px){ .container{ width: 860px; } }
@media (max-width: 900px){ .container, .container-sm{ width: 660px; } }
.flex{ display: flex; }
.flex-jc-sb{ justify-content: space-between; }
.flex-jc-se{ justify-content: space-evenly; }
.flex-jc-c{ justify-content: center; }
.flex-ai-c{ align-items: center; }
.flex-ai-fs{ align-items: flex-start; }
.flex-ai-fe{ align-items: flex-end; }
.flex-d-r{ flex-direction: row-reverse; }
.flex-col{ width: 100%; margin-right: 3%; }
.flex-col:last-child{ margin-right: 0; }
.text-center{ text-align: center; }
.text-small{ opacity: 0.75; }
strong{ font-weight: bold; }
@media (max-width: 600px){ .text-center{ text-align: left; } }

/* Smooth Scroll */
html { scroll-behavior: smooth; }

/* Global */
body{
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 100;
  color: #333333;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #171e25;
}
section{ padding: 45px 0; position: relative;}
@media (max-width: 600px){ section{ padding: 32px 0; } }
.section-img{ max-width: 50%; height: auto; align-self: flex-start; }
.section-inner-container{ margin: 40px auto 40px auto; max-width: 80%; }
.section-inner-container h2:first-child{ margin-top: 0; }
.section-inner-container > div{ width: 50%; }
.section-inner-container > div > div.text{ margin: 0 10%; }
@media (max-width:1200px){
  .section-inner-container{ max-width: 100%; }
  .section-inner-container > div{ width: 50%; }
  .section-inner-container > div > div.text{ margin: 0; }
  .section-img{ max-width: 46%; margin-left: 4%; }
  .flex-d-r .section-img { margin-right: 4%; margin-left: 0; }
}
@media (max-width: 600px){
  .section-inner-container{
    flex-wrap: wrap;
    flex-flow: wrap-reverse;
    margin-top: 0;
    margin-bottom: 0;
  }
  .section-inner-container > div, 
  .section-img,
  .flex-d-r .section-img{ 
    width: 100%; 
    margin-left: 0; 
    margin-right: 0;
    max-width: none;
    margin-bottom: 20px;
  }
}
div.page-contents > section{ background: #fff; }
div.page-contents > section:nth-child(even){ background: #f2f2f2; }
header{ padding: 40px 0; }
footer{ padding: 50px 0; }
section.hero{ padding: 90px 0 90px 0;}
.icon-border-bound{  position: relative; }
.icon-border-bound div{ position: relative; z-index: 2; }
.icon-border-bound i{ margin: 0 auto; }
.icon-border-bound:after {
  content: '';
  background: transparent;
  width: 79%;
  height: 2px;
  position: absolute;
  margin-top: 47px;
  border-bottom: 4px dotted #e0e2e4;
  z-index: 1;
}
.banner-icon{
  background-color: #1c99b5;
  color: #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin-right: 40px;
  font-size: 48px;
  text-align: center;
  display: block;
}
h1{
  font-size: 36px;
  line-height: 1.1;
  font-weight: 500;
}
h2{ 
  font-size: 28px;
  margin: 16px 0;
}
h3{
  margin: 16px 0 0 0;
  font-weight: 500;
  font-size: 22px;
}
p, menu{ font-weight: 400; }
p{
  line-height: 1.3;
  font-size: 17px;
  margin: 16px 0;
  color: #606a73;
}
h3 + p{ margin: 8px 0 25px 0;}
a{ 
  text-decoration: none;
  color: #1c99b5;
}
.cta-btn{
  color: #fff;
  background-color: #148ea9;
  border: 2px solid #148ea9;
  padding: 12px 26px;
  border-radius: 3px;
  display: inline-block;
  transition: background-color 150ms ease-out;
}
.cta-btn:hover{
  background-color: #1179c3;
  border: 2px solid #1179c3;
}
@media (max-width: 600px){
  h1{ font-size: 28px; }
  h2 { font-size: 24px; }
  h3{ font-size: 20px; }
}
.cta-btn[itemprop="telephone"] {
  background: transparent;
  margin-left: 10px;
}

/* Header */
a.brand{
  display: block;
  max-width:110px;
  padding: 29px 35px 18px 35px;
  background: rgba(0,0,0,0.45);
  margin: 0 60px 8px 0;
}
a.brand img{ max-width: 100%; }
menu{ display: block; }
menu li{ 
  list-style: none;
  max-width: 180px;
}
menu li a{
  display: block;
  padding: 15px 37px;
  background-color: rgba(0,0,0,0.3);
  margin-bottom: 4px;
  font-size: 14px;
  white-space: nowrap;
  transition: background-color 150ms ease-out;
}
menu li a:hover{ background-color: rgba(0,0,0,0.7); }

@media (max-width:975px){
  section.hero{ padding: 45px 0;}
  section.hero .container{ display: block; }
  section.hero .container > div:first-child{ display: flex; justify-content: flex-start; align-items: flex-start; }
  section.hero .brand, section.hero menu{ margin-right: 4px; margin-bottom: 27px; }
  section.hero .brand{ width: auto; padding: 24px 27px 21px 27px; }
  section.hero menu li{ max-width: none; }
  section.hero menu li a{ padding: 14px 38px; margin-bottom: 4px; background: rgba(0,0,0,0.4); }
}
@media (max-width: 600px){
  section.hero .brand{ padding: 17px 16px 12px 16px;}
  section.hero menu li a{ padding: 12px 20px; }
  section.hero br{ display: none; }
  a.cta-btn { display: block; margin-top: 12px; }
}

/* Hero */
section.hero .effect-squares{
  right: auto;
  left: -552px;
  bottom: -382px;
  transform: rotate(-34deg);
  opacity: 0.15;
}
section.hero{
  background: #232526;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #15598a, #192325);
  background: linear-gradient(to right, #15598a, #192325);
  color: #f2f2f2;
  overflow: hidden;
  position: relative;
}
section.hero .container{ position: relative; z-index: 9; }
section.hero p{
  font-size: 18px;
  font-weight: 400;
  max-width: 618px;
  line-height: 1.4;
  margin: 20px 0;
  color: #f2f2f2;
}
section.hero a{ color: #fff; }
img.hero-bg{
  position: absolute;
  max-width: 100%;
  bottom: -130px;
  right: 0px;
  opacity: 0.065;
}
section.hero p:last-child{ margin-bottom: 0; }
@media (max-width:1200px){
  img.hero-bg{
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    bottom: 0;
  }
}

/* Overview */
.hipaa-brand{ max-width: 170px; margin-right: 45px; }
section.section-overview .flex > div{
  max-width: 300px;
}
section.section-overview .material-icons{
  font-size: 34px;
  display: inline-block;
  background: #2ea4c7;
  border-radius: 50%;
  padding: 10px;
  color: #fff;
  width: 34px;
  margin-top: 20px;
}
section.section-overview .container > div:nth-child(2) .material-icons{ background: #fb634c; }
section.section-overview .container > div:nth-child(3) .material-icons{ background: #167bda; }
section.section-overview .container > div:nth-child(4) .material-icons{ background: #5654d6; }
@media (max-width: 1200px){ section.section-overview br{ display: none; } }
@media (max-width:975px){
  .icon-border-bound:after{ display: none; }
  section.section-overview .flex{
    flex-wrap: wrap;
  }
  section.section-overview .flex > div {
    width: 40%;
    max-width: none;
    margin-right: 0;
  }
}
@media (max-width:600px){
  section.section-overview .flex > div { width: 100%; }
  section.section-overview .material-icons{ margin-top: 0; }
}

/* CTA Section */
div.page-contents > section.section-cta {
  background: #485563;
  background: -webkit-linear-gradient(to right, #29323c, #485563);
  background: linear-gradient(to right, #29323c, #485563);
  color: #fff;
  position: relative;
  overflow: hidden;
}
section.section-cta p{
  color: #f2f2f2;
  max-width:600px;
}
section.section-cta > .container{
  position: relative;
  z-index: 2;
}
section.section-cta img.hero-bg{
  width: 100%;
  top: -30%;
  z-index: 1;
  opacity: .05;
}

/* Footer */
footer{
  background-color: #171e25;
  color: #f2f2f2;
  padding: 45px 0 45px 0;
}
footer .bbb-logo{
  max-width: 92px;
  margin-right: 10px;
  opacity: 0.4;
  margin-top: 2px;
}
footer .ms-logo{
  max-width:118px;
  opacity: 0.4;
}
footer .bio-img{
  max-width:90px;
  border-radius: 3px;
  margin-right: 15px;
}
footer h3:first-child{ margin-top: 0; margin-bottom: 2px; }
footer p, footer ul{ 
  margin: 8px 0;
  color: #828b94;
}
footer li{ margin-bottom: 3px; margin-left: 0;}
footer a{ color: #fff; }
footer menu li{ max-width: 180px; }
menu li a{ color: #fff; padding: 14px 37px 14px 37px; }
footer .footer-col-2,
footer .footer-col-3{
  margin-left:30px;
}
footer .footer-col-3{ min-width: 370px; }
footer .footer-col-3 ul{ 
  justify-content: space-between;
  max-width: 310px;
}
footer .footer-col-1 p{ margin-top: 29px; }
footer p,
footer ul{ 
  font-size: 13px; 
  line-height: 1.4;
}
footer ul{ margin-top: 3px;}
footer a.brand{ margin-right: 5px;}
footer a.brand img {
  max-width: none;
  width: 110px;
  margin-right: 10px;
}
footer .bottom {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
footer p.copy {
  color: #828b94;
  font-size: 12px;
  margin: 4px 20px 0 0;
}
footer .material-icons{
  position: relative;
  top: 5px;
  left:-2px;
  margin-left:2px;
  font-size: 20px;
}
footer .social-icon{
  position: relative;
  top:2px;
  margin-left:2px;
}
@media (max-width:1200px){
  footer .container > div:first-child{ flex-flow: wrap-reverse; }
  footer .footer-col-3{ display: flex; }
  footer .footer-col-3 > div { 
    width: 400px;
    margin-right: 18px;
    margin-bottom: 20px;
  }
  footer .footer-col-3 > div:last-child{ width: auto; }
  footer .footer-col-2{ margin-bottom: 30px; }
  footer .footer-col-2 p{ max-width: 500px; }
  footer .footer-col-2, footer .footer-col-3{ margin-left: 0; }
}
@media (max-width:975px){
  footer .brand, footer menu{ margin-right: 4px; margin-bottom: 27px; }
  footer .brand{ width: auto; padding: 24px 27px 21px 27px; }
  footer menu li{ max-width: none; }
  footer menu li a{ padding: 14px 38px; margin-bottom: 4px; background: rgba(0,0,0,0.4); }
}
@media (max-width:600px){
  footer .footer-col-3{ display: block; min-width: 0; }
  footer .bio-img{ max-width: 62px; }
  footer .footer-col-3 > div{ width: auto; margin-bottom: 0; }
  footer .footer-col-3 aside{ margin-bottom: 30px; }
  footer .brand{ padding: 17px 16px 12px 16px;}
  footer menu li a{ padding: 12px 20px; }
}

/* Tabs */
.tabs{
  margin-top: 51px;
  border: 1px solid #e8e6e6;
  padding: 50px;
}
.tabs menu li{ list-style: none; }
.tabs menu button{
  border: none;
  background: transparent;
  text-align: left;
  padding: 15px;
  font-size: 15px;
  width: 100%;
  cursor: pointer;
}
.tabs menu li.active button{ color: #fff; background: #2da4c6; position: relative;}
.tabs menu li button,
.tabs menu li button:focus,
.tabs menu li button:active{ 
  box-shadow: none; 
  outline: 0;
  border: none; 
}
.tabs menu li.active button:after{
  content: '';
  position: absolute;
  right: -14px;
  top: 0px;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 14px solid #2da4c6;
  clear: both;
}
.tabs > ul > li{ display: none; }
.tabs > ul > li.active{ display: block; }
.tabs > ul > li *:first-child{ margin-top: 0; }
.tabs > ul > li{
  width:100%;
}
.tabs > ul {
  width: 75%;
  padding: 0px 40px 0px 60px;
}
.tabs > menu{
  background: #f9f9f9;
  width: 250px;
}
.tabs h3{
  background: #e9f1f3;
  padding: 10px;
}
@media (max-width: 975px){
 .tabs{
   padding: 0;
   border: none;
 }
}
@media (max-width: 600px){
  .tabs{ display: block; margin-top: 23px; }
  .tabs menu{ width: 100%; display: flex; flex-wrap: wrap; background: transparent; }
  .tabs menu li{ width: 49%; margin-right: 2%; margin-bottom: 6px; }
  .tabs menu li:nth-child(even){ margin-right: 0; }
  .tabs menu li button{ text-align: center; background: #f2f2f2; }
  .tabs menu li.active button:after{ display: none; }
  .tabs > ul {
    width: 100%;
    padding: 0;
    margin-top: 15px;
  }
}

/* Effect: Squares */
.effect-squares{
  width: 1100px;
  position: absolute;
  right: -303px;
  bottom: -83px;
  transform: rotate(-30deg);
  z-index: 1;
  opacity: 0.2;
}
.effect-squares > div{
  background-color: rgba(176, 234, 255, 0.2);
  height: 250px;
  width: 250px;
  margin: 10px;
  float: left;
}
@media (max-width:975px){ .effect-squares{ display: none; } }

/* Section Specific */
@media (max-width:975px){
  section.section-hipaa .container{ align-items: flex-start; }
  section.section-hipaa .container > div:first-child{ margin-top: 17px; }
}
@media (max-width: 767px){
  section.section-hipaa .container{ display: block; }
  .hipaa-brand{ max-width:108px; }
}