/* @keyframes fadeOutUp {
   0% {
      opacity: 1;
      transform: translateY(0);
   }
   100% {
      opacity: 0;
      transform: translateY(-20px);
   }
}
@keyframes fadeInDown {
   0% {
      opacity: 0;
      transform: translateY(-20px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}

.fade.ng-enter, .fade.ng-hide-remove {
  animation: fadeIn 1s;
}

.fade.ng-leave {
  animation: fadeOut 1s;
}

.fade.ng-hide-add {
  animation: fadeOut 1s;
  display: block !important;
}

.fade-top.ng-enter, .fade-top.ng-hide-remove {
  animation: fadeInDown 1s;
}

.fade-top.ng-leave {
  animation: fadeOutUp 1s;
}

.fade-top.ng-hide-add {
  animation: fadeOutUp 1s;
  display: block !important;
}

h1 {
  font-size: 2.5em;
}
.nav li.userToolsDropdown {
  display: block;
}

.nav li.userToolsExpanded {
  display: none;
}
.page-header.border-mobile-only {
  border-bottom: none;
}
.mobile-only {
  display: none;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 1.5em;
  }
  .page-shadow{
  border-radius: 0px !important;
  width: 100% !important;
  margin-top: 0px !important;
  }
  .nav li.userToolsDropdown {
    display: none;
  }
  .nav li.userToolsExpanded {
    display: block;
  }
  .mobile-only {
    display:block;
  }
  .page-header.border-mobile-only {
    border-bottom: 1px solid #eee
  }
}

@media only screen and (min-width: 1680px) {
  .container {
    width: 1645px;
  }
}

.form-group {
	margin-bottom: 4px;
}

.form-control {
	width: 100%;
	font-size: 14px;
	color: black !important;
}
.form-group col{
	margin-bottom: 6px;
}

.reviewSection .form-control {
	border: 0px;
    background-color: white;
    padding-left: inherit;
}

.input-group input[type="radio"], input[type="checkbox"] {
  margin: -12px 0 0;
  line-height: normal;
}

.compactForm select{
  font-size: 12px !important;
  height:28px !important;
}
.alert-box {
  fixed position a zero-height full width alert-box
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  center all inline content
  text-align: center;
  z-index: 1000;
  top:20%;
}

.alert-box > div {
  make the block inline
  display: inline-block;
  reset container's center alignment
  text-align: left;
}


body {
  padding-top: 0px;
}

form label.col-form-label{
	text-align: right;
}

.form-group.required > label:after {
  content:" *";
  color:red;
}


.form-control.icon {
    display: inline-block;
}

.form-control, .input-group {
    width: 100%;
}

.glyphicon {
    font-size: larger;
}

.terms-of-use {
    padding-top: 20px
}

.terms-of-use textarea {
    background-color: white !important;
    width: 100%;
}

.password-errors {
    padding-left: 5px
}

Hide IE input clear X
::-ms-clear { width : 0; height: 0; } ::-ms-reveal { width : 0; height: 0; }

.intro-header {
    text-align: center;
    color: #f8f8f8;
    background: url("/img/wideBackground.jpg") no-repeat center center;
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

.navbar {
    background-color: #005587;
}

material kit
.main-raised {
    margin-top: 70px;
}

.logo-container {
  margin-top: -8px;
}

.logo-container .logo {
    overflow: hidden;
    width: 200px;
    float: left;
}

.logo-container .brand{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 18px;
    float: left;
    margin-left: 10px;
    margin-top: 7px;
    width: 70px;
    height: 40px;
    text-align: left;
}
.logo-container .brand-material{
    font-size: 18px;
    margin-top: 15px;
    height: 25px;
    width: auto;
}
.logo-container .logo img{
    width: 100%;
}

.navbar-small .logo-container .brand{
    color: #333333;
}

.error
{
  color: #9D2920;  border-color: #f1b9b9;
}

.cover {
    padding: 1.2em;
    background:rgba(0,85,135,0.8);
    border: 5px solid #7CABE1;
    color: #fff;
    font-size: 15px;
    text-align: left;
}
.cover h1 {
    font-size: 2em;
    color: #fff;
    margin-top: 0;
}

.cover .btn-lg {
    padding: 10px 20px;
    font-weight: bold;
}

.cover ul {
    margin-left: -1em;
}

.cover ul li {
    font-size: 1.2em;
    line-height: 1.4em;
    margin-bottom: .7em;
}

@media (max-width: 992px) {
    .intro-header{
        display: inherit;
        background-image: url(none);
        background-color: none;
    }
    .cover {
        margin: 0em;
        border: 0px;
        background-color: none;
    }
    .cover-container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .section {
        padding-top: 10px;
    }
    .land-info {
        margin-top: 50px;
    }
}

@media (min-width: 992px) {
    .cover-container {
        width: 500px;
        float: right;
        margin: 5em 2em;
    }
    .land-info {
        margin-top: 0px;
    }
    .section {
        padding-top: 20px;
    }
}

.input-group-btn .btn {
    margin: 0 0 0 0;
    padding: 6px 12px 6px 12px;
    color: #333;
    background-color: #fff;
    border: 1px solid;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
    border-color: #adadad;
}

.checkbox.required > label:before {
   color: red;
   content: "\00a0\00a0\00a0*";
   position: absolute;
   margin-left: -15px;
}

.input-lg {
    width: 100%;
}

.section {
    padding-left: 15px;
    padding-right: 15px;
}

.logout-message {
  color: #0085d4;
}

.grid-msg-overlay .msg {
  opacity: 1;
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 50%;
  background-color: #eee;
  border-radius: 4px;
  border: 1px solid #555;
  text-align: center;
  font-size: 24px;
  display: table;
}
.table{
	font-size: 12px;	
}

.grid-msg-overlay .msg span {
  display: table-cell;
  vertical-align: middle;
}

.grid {
     height: auto !important;
}
.form-group .inline-button {
  margin: 0px;
  width: inherit;
}

.modal-content .modal-header.border {
  border-bottom: 1px solid #e5e5e5
}

.modal-content .modal-footer.border {
  border-top: 1px solid #e5e5e5
}

.right-label {
  margin-top: 7px;
  font-weight: bold;
}

.multiTaxId .fa {
  padding-left: 3px;
  padding-right: 3px;
}

.multiTaxId a.ng-hide {
  display: inline-block!important;
  visibility: hidden;
}

.multiTaxId .fa-info-circle {
  color: blue;
}

.multiTaxId .fa-plus-circle {
  color: blue;
}

.multiTaxId .fa-minus-circle {
  color: red;
}

.multiTaxId .fa-check-circle {
  color: green;
}

.multiTaxId .fa-exclamation-triangle {
  color: yellow;
}

.multiTaxId .fa-times-circle {
  color: red;
}

.input-group .input-inner-spinner .fa-spinner {
 position: absolute;
 padding: 10px;
 pointer-events: none;
 right: 0px;
 z-index: 10;
}

@grid-gutter-width: 30px;
@media (min-width: 768px) {
  .gutter-30 {
     margin-left: 15px;
     margin-right: 15px;
  }
  .gutter-70 {
    margin-left: 35px;
    margin-right: 35px;
  }
}

#globalImportant {
  margin-left:25px;
  padding-left: 0px;
}

.dl-horizontal .dd-shift-left {
  margin-left: 78px;
}

.dso-container {
  padding-top: 50px;
}

.non-dso-container {
  padding-top: 50px;
}

.tab-set {
  background: #7CABE2;
}

.nav-tabs {
background: #7CABE2
}

.dso-status-panel {
  padding: 0px;
}

.text-area {
  -moz-appearance: textfield-multiline;
  -webkit-appearance: textarea;
  border: 1px solid gray;
  height: 200px;
  width: 100%;
  overflow: auto;
  padding: 2px;
  resize: both;
  background-color: white !important;
}

.scrollableContent {
  height: 60vh;
  overflow-y: auto;
}

.align-to-panel {
  padding-left: 15px;
  padding-right: 15px;
}

.taxIdGrid {
  width: 100%;
  height: 200px;
  margin: 0 auto;
  margin-bottom: 20px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.popover-style-class {
  z-index: 1000;
  width: 130px;
  font-size: 12px;
  border-radius: 4px;
  background-color: white;
  color: #122b40;
  text-align: left;
  font-weight: bold;
}

.member-list-btn.btn-primary,
.member-list-btn.btn-primary:hover,
.member-list-btn.btn-primary:active,
.member-list-btn.btn-primary:visited,
.member-list-btn.btn-primary:focus {
  background-color: #2b669a !important;
  border-color: #2b669a !important;
  color: #ffffcc !important
}

.btn-primary{
	background-color: #007bff;
	font-size: 14px !important;
}

.btn-warning{
	color: white;
	font-size: 14px !important;
}

@media print {
  [uib-popover-popup].popover, [uib-popover-html-popup].popover, [uib-popover-template-popup].popover {
    display: none !important;
  }
}

div.multiTaxId .input-group .input-group-addon {
  background-color: transparent !important;
  border: 0 !important;
}

div.multiTaxId .input-group .help-block{
  display: table-row;
}

div.multiTaxId .input-group input{
  min-width:154px;
}

div.multiTaxId .input-group .input-inner-spinner .fa-spinner {
  position: absolute;
  padding: 10px;
  pointer-events: none;
  right: 70px;
}

.security-question-dropdown {
  width: 420px !important;
}

@media (max-width: 600px) {
  .security-question-dropdown {
    width: 240px !important;
  }
}

.security-question-dropdown li a {
  overflow:hidden;
  white-space:normal;
  text-overflow:ellipsis;
}

.dsoNote {
    margin-top: 15px;
}

.dropdown-menu li > a {
  margin: 0 5px;
  padding: 3px 20px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:active {
  text-decoration: none;
  background-color: #0085d4;
  color: #FFFFFF;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

.claimHeaderInfo .col-sm-6 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.claimHeaderInfo label {
  color: #333333;
}

.codeAbbr {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.surveyMonkeyBox {
	position: fixed;
	right:-55px;
	top: 400px;
	padding: 5px 10px;
	z-index: 999;
	box-shadow: 0 -8px 10px 1px rgba(0, 0, 0, 0.14), 0 -3px 14px 2px rgba(0, 0, 0, 0.12), 0 -5px 5px -3px rgba(0, 0, 0, 0.2);
	background-color: #2b669a !important;
    border-color: #2b669a !important;
    color: #ffffcc !important;
    border-radius: 6px;
    -ms-transform:rotate(270deg); IE 9
    -moz-transform:rotate(270deg); Firefox
    -webkit-transform:rotate(270deg); Safari and Chrome
    -o-transform:rotate(270deg);
}


breadcrumb

.breadcrumb-arrow {
    min-height: 36px;
        padding: 0;
    line-height: 36px;
    list-style: none;
    overflow: auto;
       background-color: #e6e9ed
    background: linear-gradient(to right, #eaeaea 0%,#ffffff 100%);
}

.breadcrumb-arrow li:first-child a {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
}

.breadcrumb-arrow li,
.breadcrumb-arrow li a,
.breadcrumb-arrow li span {
    display: inline-block;
    vertical-align: top;
}

.breadcrumb-arrow li:not(:first-child) {
    margin-left: -5px;
}

.breadcrumb-arrow li+li:before {
    padding: 0;
    content: "";
}

.breadcrumb-arrow li span {
    padding: 0 10px;
}

.breadcrumb-arrow li a,
.breadcrumb-arrow li:not(:first-child) span {
    height: 36px;
    padding: 0 10px 0 25px;
    line-height: 36px;
}

.breadcrumb-arrow li:first-child a {
    padding: 0 10px;
}

.breadcrumb-arrow li a {
    position: relative;
    color: #fff;
    text-decoration: none;
    background-color: #005587;
    border: 1px solid #005587;
}

.breadcrumb-arrow li:first-child a {
    padding-left: 10px;
}

.breadcrumb-arrow li a:after,
.breadcrumb-arrow li a:before {
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    content: '';
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

.breadcrumb-arrow li a:before {
    right: -10px;
    z-index: 3;
    border-left-color: #005587;
    border-left-style: solid;
    border-left-width: 10px;
}

.breadcrumb-arrow li a:after {
    right: -11px;
    z-index: 2;
    border-left: 11px solid #fff;
}

.breadcrumb-arrow li a:focus,
.breadcrumb-arrow li a:hover {
    background-color: #40474e;
    border: 1px solid #40474e;
}

.breadcrumb-arrow li a:focus:before,
.breadcrumb-arrow li a:hover:before {
    border-left-color: #40474e;
}

.breadcrumb-arrow li a:active {
    background-color: #40474e;
    border: 1px solid #40474e;
}

.breadcrumb-arrow li a:active:after,
.breadcrumb-arrow li a:active:before {
    border-left-color: #40474e;
}

set for Last child

.breadcrumb-arrow li.active a {
    position: relative;
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
    border: 1px solid #007bff;
}

.breadcrumb-arrow li.active span {
    color: #fff;
    background-color: #007bff;
}

.breadcrumb-arrow li.active:first-child span {
    padding-left: 10px;
}

.groupNumber {
  text-transform: uppercase;
}

.breadcrumb-arrow li.active span:after,
.breadcrumb-arrow li.active span:before {
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    content: '';
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    right: -10px;
    z-index: 3;
    border-left-color: #007bff;
    border-left-style: solid;
    border-left-width: 11px;
}

 
.breadcrumb-arrow li.active a:before {
    right: -10px;
    z-index: 3;
    border-left-color: #007bff;
    border-left-style: solid;
    border-left-width: 11px;
}

.breadcrumb-arrow li.active a:after {
    right: -11px;
    z-index: 2;
    border-left: 10px solid #007bff;
}

 .search-input{
 margin-top: 20px;
 }
 
.search-container{
    background: #f8f9fa;
    box-shadow: 5px 5px 3px 0px #ccc;
    padding: 0px;
    max-height: 300px;
    overflow-y: auto;
    position: absolute;
    width: 94.2%;
    z-index: 9999;
}
.clear{
clear: both;
}
.padd-0{
padding: 0px;
}

    .search-container label{
    display: block;
    font-size: 11px;
    margin: 0px;
    font-weight: normal;
    font-style: italic;
    cursor: pointer
    }
    
    .list{
    margin-bottom: 0px;
    cursor: pointer !important;
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-top: 8px;
    }
    .list:hover{
    background: #f1f1f1;
    }

Styles for wrapping the search box

.main {
    width: 50%;
    margin: 50px auto;
}

Bootstrap 4 text input with search icon

.has-search .form-control {
    padding-left: 2.375rem;
}
.has-error  {
  color: #ee2e24;
}

.has-error .form-control {
  border-color: #ee2e24;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #cf1a10;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f58883;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f58883;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
.btn-circle {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
}
.btn-circle-sm {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 0.9rem;
}

.checkBox{
	    height: 30px;
    widtH: 16px;
}

div.page-shadow {
	padding-bottom: 20px;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 2px 3px 28px 0px #777;
    width: 80%;
    border-radius: 6px;
    background-color: ghostwhite;
}

ul.list-group-flush li.active {	
	border-left: 8px solid #5bc0de;
	background-color: aliceblue;
	border-color:#5bc0de;
}

div.card > div.card-header{
 background-color: #7CABE2;
 color: #FFF;
 padding: 4px;
 padding-left:12px;
 font-size: 14px !important;
}

li.list-group-item > a:hover {
	text-decoration : none;
}

.expandcollapse-item {
  overflow: hidden;
  border-top:1px solid black;
}

.expandcollapse-heading-collapsed {
  cursor: pointer;
  position: relative;
  z-index: 100000000;
  color: black; 
  background-color: white;
  
}

.expandcollapse-item:first-of-type {
  border-top:0px;
}

.expandcollapse-heading-collapsed p{
  font-size: 16px;
  font-weight: normal;
  margin:0px;
}

.expandcollapse-heading-expanded {
  cursor: pointer;
  z-index: 100000000;
  position: relative;
  color: black; 
  background-color: white;
  border: 1px solid black;
}

.expandcollapse-heading-expanded p{
  font-size: 16px;
  font-weight: bold;
  margin:0px;
}

.expandcollapse-heading-collapsed > span,
.expandcollapse-heading-expanded > span {
  position:absolute;
  top: 25px;
  right: 15px;
  font-size: 20px;
  line-height: 0px;
}

.expand-collapse-content {
  padding: 20px;
}


animation:

.slideDown.ng-hide {
  height:0;
  transition:height 0.35s ease;
  overflow:hidden;
  position:relative;
}

.slideDown {
  transition:height 0.35s ease;
  overflow:hidden;
  position:relative;
}

.slideDown.ng-hide-remove,
.slideDown.ng-hide-add {
  remember, the .hg-hide class is added to element
  when the active class is added causing it to appear
  as hidden. Therefore set the styling to display=block
  so that the hide animation is visible
  display:block!important;
}

.slideDown.ng-hide-add {
  animation-name: hide;
  -webkit-animation-name: hide;  

  animation-duration: .5s; 
  -webkit-animation-duration: .5s;

  animation-timing-function: ease-in;  
  -webkit-animation-timing-function: ease-in;  
}


.slideDown.ng-hide-remove {
  animation-name: show;
  -webkit-animation-name: show;  

  animation-duration: .5s; 
  -webkit-animation-duration: .5s;

  animation-timing-function: ease-out;  
  -webkit-animation-timing-function: ease-out;  
}

.userView-button{
	    background: lightgray;
    margin-top: auto;
    color: #82817f;
    line-height: initial;
    border-color: blanchedalmond;
}

.max-width{
	max-width: inherit;
}

.link-nav {
	color : #FFFFFF!important;
	text-transform: uppercase;
}

a.link-nav.active {
	background-color: rgba(255, 255, 255, 0.1);	
}

.container-padding{
	    padding-right: initial;
    padding-left: initial;
}
.cont-height{
	min-height: 0px!important;
}

.text-color{
	    color: #005587!important;
}
.label-font{
	text-align: right;
    font-weight: bold;
}

.btn-align{
 margin-left: 75%;
}

.btn-reset{
	color: white;
	background:lightgray;
}

.dtHorizontalVerticalExampleWrapper {
max-width: 600px;
margin: 0 auto;
}

#dtHorizontalVerticalExample th, td {
white-space: nowrap;
}

.landingTitle {
	color: #e02526;
	color: #005587;
}

.form-group.required-checkbox > label:before {
  content:" *";
  color:red;
}

.model-th{
	 padding-left: 16.5rem!important;
    padding-right: 18px;
    text-align: right;
}

.w-btn{
	    width: auto;
}

.h-claim{
    margin-right: 13%;
    color: #005587;
    margin-bottom: 26px;
    margin-top: 10px;
}

.container-margine{
	padding-top: 2%;
    padding-left: 2%;
    padding-left: 2;
    padding-right: 2%;
    margin-top: 2%;
}

.c-margine{
	padding-left: inherit;
    padding-right: inherit;
    margin-top: 2%;
    padding-bottom: inherit!important;
}

.label-padding{
    padding-bottom: inherit;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: auto;
}

.margine{
	    margin-top: 0rem!important;
    margin-bottom: 0rem!important;
}

.radio-label{
	margin-left: 16px;
    margin-top: 4px;
    font-weight: bold;
}

.radio-input{
	margin-left: 16px;
    margin-top: 6px;
    font-weight: bold;
}
.input-color-edit{    
	 color: gray;
	  background-color: white;
 }
.input-color{   
	border:0px!important;   
	 color: gray;
	  background-color: white;
 }
 
.label-font{
     margin-bottom: auto;
    font-weight: bold;
    }
    
.align-link{
	float: right;
    margin-right: 5%;
   
}

.width-inp{
	    width: 100%;
}
.c-padding{
	padding: inherit;
	padding-bottom: 0px!important;
}

.margin-b{
	     margin-bottom: 0rem!important;
}

.upload-color{
	background-color: cornflowerblue;
    color: white;
}

.uploadCmp input[type="file"] {
	width: 342px;
	height: 30px;
	padding: 5px 0px 5px 0px;
	background-color: transparent;
}

.button-row{
	float: right;
    margin-right: inherit;
}

.sidebar {
  height: 100%; 100% Full-height
  width: auto; 0 width - change this with JavaScript
  position: absolute; Stay in place
  z-index: 1; Stay on top
  top: auto;
  left: 0;
  background-color: #aeaeae; Black
  overflow-x: hidden; Disable horizontal scroll
  padding-top: 60px; Place content 60px from the top
  transition: 0.5s; 0.5 second transition effect to slide in the sidebar
}


The sidebar links
.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #005587;
  display: block;
  transition: 0.3s;
}

When you mouse over the navigation links, change their color
.sidebar a:hover {
  color: black;
}

.active {
  color: black;
  background-color: #caced2;
}

Position and style the close button (top right corner)
.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

The button used to open the sidebar
.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #005587;
  color: white;
  padding: 10px 15px;
  border: none;
}

.link-font{
	font-size: large;
}

.card-border{
	border: transparent;
}

@media (max-width: 767px) { 
    .side-navbar{
        display:none;
    }
}
@media (min-width: 767px) { 
    .side-navbar{
        display:block!important;
    }
}

} */

.ag_heading_1 {
    font-family: 'OpenSans-Light', 'Open Sans Light', 'Open Sans', sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 41px;
    color: #464645;
    text-align: left;
    line-height: 45px;
}

.ag_heading_2 {
    font-family: 'OpenSans-Light', 'Open Sans Light', 'Open Sans', sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 32px;
    color: #464645;
    text-align: left;
}

.ag_heading_2_alt {
    font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    color: #464645;
    text-align: left;
    line-height: 35px;
}

.ag_heading_3 {
    font-family: 'OpenSans-Light', 'Open Sans Light', 'Open Sans', sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 26px;
    color: #464645;
    text-align: left;
    line-height: 29px;
}

.ax_default {
    font-family: 'OpenSans-Regular', 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: normal;
    color: #464645;
    vertical-align: none;
    text-align: left;
    line-height: normal;
    text-transform: none;
}

.ag_label {
    font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #464645;
    text-align: right;
    line-height: 18px;
    text-transform: uppercase;
}

.error{
	background-color: #FAE7E8;
	padding-left:16px;
	padding-right:16px;
	padding-top:16px;
	margin: 16px
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #FFFFFF;
}

.faq-list{
  margin-left: 1.25em;
}

.dropdown-menuHeader {
    right: 0 !important;
}
