@charset "UTF-8";
/* CSS Document */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-family: sans-serif;
    font-size: 10px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    background-color: #d2d2d2;}

body{
    margin: 0;
    /*font-size: 14px;
    line-height: 1.42857;
    color: #333333;*/
    font-size: 15px;
    line-height: 1.7;
    color: #4A4A4A;
    background-color: #fff;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    letter-spacing: 0.2px;
}
  
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}

*:before, *:after{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;} 

::selection {
    background: #E0EFF9; /* WebKit/Blink Browsers */
    color: black; } 

::-moz-selection {
    background: #E0EFF9; /* Gecko Browsers */
    color: black;}

#headerTitle{
    color:white;}
    
hr{
    width: 100%;
    height: 1px;
    background-color: #ccc;
    box-sizing: content-box;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;}

pre{
  overflow: auto;}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; }

input[type="checkbox"], input[type="radio"]{
  box-sizing: border-box;
  padding: 0;}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button{
  height: auto;}

input[type="search"]{
  -webkit-appearance: textfield;
  box-sizing: content-box;}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;}

fieldset{
  /*border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;*/
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/***************** START OF TYPOGRAPHY STYLESHEET *****************/
@media only screen and (min-width: 768px) {
  body {
    font-size: 16.5px;
  }
}

@media only screen and (min-width: 992px) {
  body {
    font-size: 17px;
  }
}

@media only screen and (min-width: 1999px) {
  body {
    max-width: 2000px;
    margin: 0 auto;
  }
}

a{
    color: #337ab7;
    text-decoration: none;}
    
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;}

a:focus, a:hover{
  text-decoration: underline;}

a, a:focus, a:hover, a:active {
  color: #1a5470;}

a:hover, button:hover {
  transition: all 0.3s ease;}

h1, h2, h3, h4 {
  margin: 0 0 20px;
  font-weight: 300;
  color: #3c3c3c;
  line-height: 1.3;
}

h1, h2 {
  font-size: 28px;}
  
h3{
  font-size: 24px;}

h4{
  font-size: 20px;}

h5 {
  font-size: 13.5px;
  margin: 0 0 15px;
  font-weight: inherit;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #3c3c3c;
}

h6 {
  color: #3c3c3c;
  margin: 0 0 10px;
  font-size: inherit;
  line-height: inherit;
  font-weight: 700;
  font-size: 17px;
}

@media only screen and (min-width: 768px) {
    h1, h2 {font-size: 34px;}
    h3 {font-size: 28px;}
    h4 {font-size: 22px;}
    h5 {font-size: 14.5px;}
    h6 {font-size: 18.5px;}
    p, ul, ol, blockquote {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 992px) {
    h1, h2 {font-size: 42px;}
    h3 {font-size: 34px;}
    h4 {font-size: 26px;}
    h5 {
        font-size: 15.5px;
        letter-spacing: 1px;
        margin-bottom: 20px;
    }
    h6 {font-size: 20px;}
}

p, ul, ol, blockquote {
  margin: 0 0 20px;
}

.fine {
  font-size: 0.85em;}

b, strong {
  font-weight: 700;}

i, q, em {
  font-style: italic;}

ul, ol {
  list-style: none;}

ul li:before, ol li:before {
  color: #3c3c3c;
  margin-right: 15px;
}

ul li ul, ul li ol, ol li ul, ol li ol {
  margin-bottom: 0;
}

ol li {
  text-indent: -27px;
  counter-increment: ol-counter;
}

ol li:before {
  content: counter(ol-counter) ".";
}

ul li {
  text-indent: -24px;
}

ul li:before {
  content: "•";
}

.information_icon{
    opacity: 0.6;}
    
.information_icon:hover {
    opacity: 1.0;}

@media only screen and (min-width: 768px) {
  hr {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 992px) {
  hr {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  hr {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.success-color {
  color: #34a853;}

.warning-color {
  color: #fc8a06;}

.error-color {
  color: #ea4335;}
/******* END OF TYPOGRAPHY STYLESHEET *******/

figure {
  margin: 0;}
  
tr, img{
    page-break-inside: avoid;}

img {
    border: 0;
    /*vertical-align: middle;*/
    max-width: 100% !important;}

p img {
    /*max-width: 200px;
    height: auto;
    float: left;
    margin: 0 1em 1em 0;*/}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;}

.img-rounded {
  border-radius: 6px;}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

legend {
  border: 0;
  padding: 0;}

textarea {
  overflow: auto;}

optgroup {
  font-weight: bold;}

table {
  border-collapse: collapse;
  border-spacing: 0;}

td, th{
  padding: 0;}
  
input, button, select, textarea{
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;}
  
.modal_table tr td{
    border: 1px solid black;
    width: 33%;
    padding: 5px;
}

.img-circle {
  border-radius: 50%;}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
  margin: 0;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media only screen and (min-width: 768px) {
  .container {
    padding: 0;
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .container {
    margin-left: 60px;
    margin-right: 60px;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 5px;
}
@media (max-width: 390px){
    .row{
        margin-bottom: 10px;
    }
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

table{
  background-color: transparent;}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

/*vv Form Control CSS vv*/
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}
/*^^ Form Control CSS ^^*/

.form-group {
  margin-bottom: 15px;
}

.paymentRadioLabels {
  width: 350px;
}

.accountTypeRadioLabels {
  width: 200px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: 10px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -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-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -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-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error{
  color: red;
}
.has-error .form-control {
  border-color: #a94442;
  -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: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {opacity: 1;}

.collapse {display: none;}

.collapse.in {display: block;}

tr.collapse.in {display: table-row;}

tbody.collapse.in {display: table-row-group;}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;}

.clearfix:after {
  clear: both;}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;}

  
.hide {display: none !important;}

.show {display: block !important;}

.invisible {visibility: hidden;}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {display: none !important;}

.affix {position: fixed;}

@-ms-viewport {width: device-width;}

@media (max-width: 767px) {
  .hidden-xs {display: none !important;}
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {display: none !important;}
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {display: none !important;}
}

@media (min-width: 1200px) {
  .hidden-lg {display: none !important;}
}



/***************** START OF VARIABLES STYLESHEET *****************/
/*Roboto Regular*/
@font-face {
  font-family: 'Roboto';
  font-weight: 300;
  font-style: normal;
  src: url("../resources/fonts/Roboto-300/Roboto-300.eot");
  src: url("../resources/fonts/Roboto-300/Roboto-300.eot?#iefix") format("embedded-opentype"), local("Roboto Light"), local("Roboto-300"), url("../resources/fonts/Roboto-300/Roboto-300.woff2") format("woff2"), url("../resources/fonts/Roboto-300/Roboto-300.woff") format("woff"), url("../resources/fonts/Roboto-300/Roboto-300.ttf") format("truetype"), url("../resources/fonts/Roboto-300/Roboto-300.svg#Roboto") format("svg");
}

@font-face {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: normal;
  src: url("../resources/fonts/Roboto-regular/Roboto-regular.eot");
  src: url("../resources/fonts/Roboto-regular/Roboto-regular.eot?#iefix") format("embedded-opentype"), local("Roboto"), local("Roboto-regular"), url("../resources/fonts/Roboto-regular/Roboto-regular.woff2") format("woff2"), url("../resources/fonts/Roboto-regular/Roboto-regular.woff") format("woff"), url("../resources/fonts/Roboto-regular/Roboto-regular.ttf") format("truetype"), url("../resources/fonts/Roboto-regular/Roboto-regular.svg#Roboto") format("svg");
}

@font-face {
  font-family: 'Roboto';
  font-weight: 700;
  font-style: normal;
  src: url("../resources/fonts/Roboto-700/Roboto-700.eot");
  src: url("../resources/fonts/Roboto-700/Roboto-700.eot?#iefix") format("embedded-opentype"), local("Roboto Bold"), local("Roboto-700"), url("../resources/fonts/Roboto-700/Roboto-700.woff2") format("woff2"), url("../resources/fonts/Roboto-700/Roboto-700.woff") format("woff"), url("../resources/fonts/Roboto-700/Roboto-700.ttf") format("truetype"), url("../resources/fonts/Roboto-700/Roboto-700.svg#Roboto") format("svg");
}

@font-face {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: italic;
  src: url("../resources/fonts/Roboto-italic/Roboto-italic.eot");
  src: url("../resources/fonts/Roboto-italic/Roboto-italic.eot?#iefix") format("embedded-opentype"), local("Roboto Italic"), local("Roboto-italic"), url("../resources/fonts/Roboto-italic/Roboto-italic.woff2") format("woff2"), url("../resources/fonts/Roboto-italic/Roboto-italic.woff") format("woff"), url("../resources/fonts/Roboto-italic/Roboto-italic.ttf") format("truetype"), url("../resources/fonts/Roboto-italic/Roboto-italic.svg#Roboto") format("svg");
}
/******* END OF VARIABLES STYLESHEET *******/

/***************** START OF BUTTONS STYLESHEET *****************/
button {
  overflow: visible;
  text-transform: none;
  background: none;
  border: 0;
  padding: 0;
}
  
.btn {                  
  display: inline-block;  
  margin: 10px 10px 0 0;
  padding: 12px 26px;
  color: #fff;
  /*text-transform: uppercase;*/
  background-color: #1A5470;
  border-radius: 5px;  
  letter-spacing: 1.5px;
  word-spacing: 3px;
  line-height: 1.6;
}

@media only screen and (min-width: 768px) {
  .btn {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.btn:hover {
  color: #fff;
  background-color: #226c91;
  text-decoration: none;
}

.btn:focus {
  color: #fff;
  text-decoration: none;
} 

.btn.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.3;
}

.btn--grey {
  background-color: #466b85;
}

.btn--ghost {
  color: #1A5470;
  background-color: transparent;
  border: 1px solid #1A5470;
}

.btn--ghost:hover {
  background-color: #226c91;
  color: white;
}

.btn--ghost:focus {
  color: #007bd1;
}

.btn--block {
  display: block;
}
/******* END OF BUTTONS STYLESHEET *******/



/***************** START OF LAYOUT STYLESHEET *****************/
footer {
  background-color: #E0EFF9;
  font-size: 0.85em;
  text-align: center;
  padding: 30px 0;
  position: relative;
  margin-top: 75px;
}

@media only screen and (min-width: 992px) {
  footer {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
  }
}

footer .logo {
  display: inline-block;
}

@media only screen and (min-width: 992px) {
  footer .logo {
    float: left;
    display: block;
    margin: 14px 0;
  }
}

@media only screen and (min-width: 992px) {
  .log_out_container {
    position: relative;
  }
}

@media only screen and (min-width: 992px) {
  .main__content {
    margin-right: 30px;
  }
}

/******* END OF LAYOUT STYLESHEET *******/



/***************** START OF MODULES STYLESHEET *****************/
.footer__list {
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
}

.footer__list li {
  display: block;
  text-indent: 0;
  margin: 10px 0;
}

@media only screen and (min-width: 992px) {
    .footer__list {
        margin-left: 0px;
        width: 100%;
/*        margin-top: 0;*/
        padding: 27px 0 24px;
    }
  
    .footer__list li {
        width: auto;
        margin: 0;
        padding: 0 10px;
        border-left: 1px solid #717171;
        float: left;
    }
}

.footer__list li:before {
  display: none;
}

.footer__list li:first-of-type {
  border-left: 0;
  padding-left: 0;
}

.footer__list li:last-of-type {
  padding-right: 0;
}

.table th {
  color: #3c3c3c;
  background-color: #f5f5f5;
}

.split_row {
  padding: 18px 15px;
  border: 1px solid #ccc;
  margin-bottom: -1px;
}

@media only screen and (min-width: 768px) {
  .split_row {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.split_row h6 {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .split_row h6 {
    text-align: left;
    margin-bottom: 0;
  }
}

.split_row p {
  font-size: 17px;
  text-align: center;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .split_row p {
    font-size: 18.5px;
    text-align: right;
  }
}

@media only screen and (min-width: 992px) {
  .split_row p {
    font-size: 20px;
  }
}

.your_card {
  padding: 15px;
  border: 1px solid #ccc;
  margin-bottom: 45px;
  min-height: 98px;
}

@media only screen and (min-width: 768px) {
  .your_card {
    min-height: 119px;
  }
}

.your_card__text {
  margin-left: 110px;
}

@media only screen and (min-width: 768px) {
  .your_card__text {
    margin-left: 158px;
  }
}

.your_card__text *:last-child {
  margin-bottom: 5px;
}

.your_card__image {
  position: absolute;
  width: 90px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .your_card__image {
    width: 135px;
  }
}

.your_card__image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.login_section {
  text-align: center;
}

.login_section.login_section--welcome {
  background-color: #e0eff9;
}

.login_section .fine {
  text-align: left;
}

.login_section p:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
  .login_section .container {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
}

.card_images {
  margin-bottom: 35px;
}

@media only screen and (min-width: 768px) {
  .card_images {
    margin: 0 30px 60px;
  }
}

@media only screen and (min-width: 992px) {
  .card_images {
    margin-right: 30px;
    margin-left: 30px;
  }
}

.card_images img {
  width: 80px;
  margin: 0 5px 15px;
  border-radius: 5px;
}

@media only screen and (min-width: 768px) {
  .card_images img {
    width: 115px;
  }
}

@media only screen and (min-width: 992px) {
  .card_images img {
    width: 125px;
  }
}

.login_top {
  width: 100%;
  padding: 20px 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #007bd1;
}

@media only screen and (min-width: 768px) {
  .login_top {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

@media only screen and (min-width: 992px) {
  .login_top {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}


.login_top.overlay:after {
  content: "";
  display: block;
  top: 0;
  left: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
  background-color: #007bd1;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}

.login_top__module_container {
  max-width: 410px;
  margin: 0 15px;
  position: relative;
  z-index: 99;
}

@media only screen and (min-width: 440px) {
  .login_top__module_container {
    margin-right: auto;
    margin-left: auto;
  }
}

.login_top__module {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 20px 30px;
}


.login_top__module h3 {
  text-align: center;
  margin-bottom: 25px;
}

.login_top__module__form {
  margin: 0;
}

.login_top__module__form .form-group {
  position: relative;
  margin-bottom: 0;
}

.login_top__module__form .icon-secure:before, .login_top__module__form .icon-user:before {
  color: #999;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  border-right: 1px solid #ccc;
  height: 40px;
  padding: 13px 8px 0 12px;
  pointer-events: none;
}

@media only screen and (min-width: 768px) {
  .login_top__module__form .icon-secure:before, .login_top__module__form .icon-user:before {
    height: 45px;
  }
}

.login_top__module__form .form-control {
  margin: 0 0 25px;
  padding-left: 50px;
}

.login_top__module__form button[type=submit] {
  display: block;
  width: 100%;
  margin: 0;
}

.login_top__module__bottom {
  background-color: #fff;
  border-top: 1px solid #ccc;
  padding: 10px;
}

@media only screen and (min-width: 768px) {
  .login_top__module__bottom {
    padding: 20px;
  }
}

.login_top__module__bottom p {
  margin: 10px 0;
  text-align: center;
}

.back_to_top {
  display: block;
  height: 46px;
  width: 46px;
  border-radius: 50%;
  background-color: #7c7c7c;
  color: #fff;
  font-size: 19px;
  padding-top: 7px;
  position: absolute;
  top: -61px;
  right: 15px;
}

.back_to_top:hover, .back_to_top:active, .back_to_top:focus {
  color: #fff;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .back_to_top {
    display: none;
  }
}



.pagination li {
  text-indent: 0;
}

.pagination li:before {
  display: none;
}

.pagination li a, .pagination li a:hover, .pagination li a:focus, .pagination li a:active {
  color: #007bd1;
}

.pagination li:last-child a, .pagination li:first-child a {
  border-radius: 0;
}

.pagination li.disabled {
  pointer-events: none;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  background-color: #007bd1;
  border-color: #007bd1;
}
/******* END OF MODULES STYLESHEET *******/

/***************** START OF FORMS STYLESHEET *****************/
form {
  margin-top: 0;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  form {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 992px) {
  form {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  form {
    margin-bottom: 60px;
  }
}

.form-group {
  margin-bottom: 45px;
}

@media only screen and (min-width: 768px) {
  .form-group {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .form-group {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  .form-group {
    margin-bottom: 60px;
  }
}

.form-group p {
  margin-bottom: 15px;
}

label, legend {
  margin: 0 0 10px;
  border: 0;
  color: #3c3c3c;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-size: 17px;
}

@media only screen and (min-width: 768px) {
  label, legend {
    font-size: 18.5px;
  }
}

@media only screen and (min-width: 992px) {
  label, legend {
    font-size: 20px;
  }
}

.form-control {
  letter-spacing: 0.2px;
  margin-bottom: 15px;
  font-size: 15px;
}

@media only screen and (min-width: 768px) {
  .form-control {
    font-size: 16.5px;
  }
}

@media only screen and (min-width: 992px) {
  .form-control {
    font-size: 17px;
  }
}

input.form-control, select.form-control {
  height: 40px;
  padding: 10px;
  border-radius: 5px;
}

@media only screen and (min-width: 768px) {
  input.form-control, select.form-control {
    height: 45px;
  }
}

textarea.form-control {
  width: 100%;
  max-width: 100%;
  padding: 10px;
}                                                                                          

button[type=submit] {
  display: block;
  width: 100%;
  margin-top: 45px;
}   

@media only screen and (min-width: 768px) {
  button[type=submit] {
    display: inline-block;
    width: auto;
    margin-top: 20px;
  }
}

.radio, .checkbox {
  margin-top: 0 !important;
  margin-bottom: 15px;
  position: relative;}

.radio.disabled label, .checkbox.disabled label {
  opacity: 0.6;
  color: #7c7c7c;
  background-color: #eee;}

.radio input[type=radio], .radio input[type=checkbox], .checkbox input[type=radio], .checkbox input[type=checkbox] {
  position: absolute;
  top: 9px;
  left: 4px;
  margin-top: 0px;
  margin-right: 10px;}        

input[type=radio] + label, input[type=checkbox] + label {
  display: inline-block;
  margin: 0;
  padding: 5px 10px 5px 38px;
  font-weight: 400;
  background-color: #f2f2f2;
  color: #1A5470;
  border-radius: 5px;
  font-size: 0.9em;}

input[type=radio]:checked + label, input[type=checkbox]:checked + label {
  background-color: #1A5470;
  color: #fff;}

input[type=radio]:disabled, input[type=checkbox]:disabled{ 
    visibility:hidden;}

input[type=radio]:disabled + label, input[type=checkbox]:disabled + label {
  background-color: #a3a3a3;
  color: #fff;}

input[type=radio]:focus + label, input[type=checkbox]:focus + label {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -moz-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: 0 0 8px rgba(82, 168, 236, 0.6) !important;
}

.datepicker-dropdown {
  font-size: inherit;
  color: #3c3c3c;
  margin-left: -1px;
  padding: 10px 7px 8px;}

.datepicker td, .datepicker th {
  width: 36px;
  height: 35px;
  border-radius: 5px;}

.datepicker table tr td.today {
  background: #e0eff9;}

.datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover {
  background: #e0eff9;}

.datepicker table tr td.active, .datepicker table tr td.active.active {
  background: #007bd1;}

.datepicker table tr td.active:hover, .datepicker table tr td.active.active:hover {
  background: #007bd1;}

.has-success label, .has-success h6, .has-success p {
  color: #34a853;}

.has-success .form-control, .has-success .form-control:focus {
  border: 2px solid #34a853;}

.has-warning label, .has-warning h6, .has-warning p {
  color: #fc8a06;}

.has-warning .form-control, .has-warning .form-control:focus {
  border: 2px solid #fc8a06;}

.has-error label, .has-error h6, .has-error p {
  color: #ea4335;}

.has-error .form-control, .has-error .form-control:focus {
    border: 2px solid #ea4335;}
/******* END OF FORMS STYLESHEET *******/

@font-face {
    font-family: 'icon';
    src: url("fonts/icomoon.eot?f4trol");
    src: url("fonts/icomoon.eot?f4trol#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?f4trol") format("truetype"), url("fonts/icomoon.woff?f4trol") format("woff"), url("fonts/icomoon.svg?f4trol#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
  content: "\e900";}

.icon-arrow-right:before {
  content: "\e901";}

.icon-arrow-up:before {
  content: "\e902";}

.icon-secure:before {
  content: "\e903";}

.icon-user:before {
  content: "\e904";}



/*vv Modal CSS vv*/
.modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  background: rgba(0, 0, 0, 0.9);
  transition: opacity .25s ease;
  z-index: 5000;
}

.modal__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

.modal-state {
  display: none;
}

.modal-state:checked + .modal {
  opacity: 1;
  visibility: visible;
}

.modal-state:checked + .modal .modal__inner {
  top: 0;
}

.modal__inner {
  transition: top .25s ease;
  position: absolute;
  top: -20%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 70%;
  margin: auto;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
  padding-left:  2em;
  padding-right:  2em;
/*  height: 28%;*/
  max-width: 90%;
  max-width: 600px; 
  display: inline-block; 
  height: fit-content;
}
    

#closePop {
  position: absolute;
  left: 40%;
  bottom: 1em;
  cursor: pointer;
  width: 100px;
}

@media screen and (max-width: 768px) {
    *{
        letter-spacing: 0px;}
    
    .modal__inner {
        width: 90%;
        box-sizing: border-box;}
}
/*^^ Modal CSS ^^*/

/*Start of info_box / form_box Styles*/
.sm-input {            
    float:left;
    height: 45px;
    padding: 6px 12px;
    font-size: 1em;
    line-height: 1.5em;
    color: #555555;
    background-color: #fff; 
    border: 1px solid #ccc;
    border-radius: 4px;
    -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);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;}

.sm-input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);}

.active_form{
    background-color:#E0EFF9;}
    
.content_box{
    border: #CCCCCC solid 1px;
    border-radius: 5px;
    padding: 18px 15px 0px 15px;
    width:100%;
    margin-bottom: 15px;}
    
.content_box_title{
    font-size: 1.15em;
    color: black;
    width:100%;}
    
@media screen and (max-width: 390px) {
    .content_box_title{
        font-size: 1em;}
}
@media screen and (max-width: 355px) {
    .content_box_title{
        font-size: 0.9em;
        width:65%;}        
}
@media screen and (max-width: 310px) {
    .content_box_title{
        font-size: 0.8em;
        width:65%;}        
}
@media screen and (max-width: 270px) {
    .content_box_title{
        font-size: 0.8em;
        width:50%;}        
}

.third_wide{
    width:33%;
    float:left;}
    
.half_wide{
    width:50%;
    float:left;}
    
.btn_profile{
    /*fixthisstyle - display: block; needs to be set inline on profile.php because it is overwritten otherwise*/
    margin:auto;
    max-width: 85%;
    margin-bottom: 20px;}

.toggle_form, .toggle_service_form{
    cursor:default;
    position: absolute;
    right:20px;
    top: 20px;} 
       
.view_full_form{
    cursor:pointer;
    position: absolute;
    right:15px;
    top: 0px;
}
    
.link_in_form{
    cursor:pointer;
    position: absolute;
    right:20px;
    top: 25px;}
    
.noselect, a {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */}
    
.input_warning{
    border-color: red;}
/*End of info_box / form_box Styles*/

input#rewards_search {
    background-image: url('/../../images/interface/gray_magnifier.png');
    background-size:25px;
    background-repeat: no-repeat;
    background-position: 8px 8px;
    text-indent: 40px;
    /* Extra Styling */
    padding: 5px 3px;
    transition:0.3s;
}
input#rewards_search:focus {
    background-image:none;
    text-indent:0px
}

.points_item{
    height:65px;
}    

.points_box{
    width: 100%; 
    overflow: hidden; 
    margin:auto;
    padding-bottom: 15px;
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
    
.expandable_list{    
    width: 100%; 
    overflow: hidden;
    padding-left: 10%;
    padding-right: 10%;
    margin:auto;
    padding-bottom: 15px;
    padding-top: 15px;
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;}

.close_off_expandable_list{    
    margin-bottom: 20px; 
    margin-top:10px; 
    text-align: center; 
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    padding-top: 25px;
    padding-bottom: 15px;
    margin-top: -5px;}
          
.expandable_list_wide{    
    padding-left: 5%;
    padding-right: 5%;
}
    
.collapsed_list{
    height: 200px;}
    
.expanded_list{
    height: fit-content;}  
    
.show_more{
    text-align:center;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    width: 100%;
    /*color: #007BD1;*/
    color: #1A5470;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: -5px;
    margin-left:auto;
    margin-right:auto;
    cursor:default;
/*    background-color: #E0EFF9;*/
}

.go_to_more_borderless{
    text-align:center;            
    width: 100%;
    color: #1A5470;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: -5px;
    margin-left:auto;
    margin-right:auto;
    cursor:default;
}

.go_to_more{
    text-align:center;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    width: 100%;
    color: #1A5470;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: -5px;
    margin-left:auto;
    margin-right:auto;
    cursor:default;
}

.is_link{
    cursor:pointer;}
    
.is_link:hover{
    background-color: #E0EFF9;}

.show_more_in_div{
    text-align:center;
    border-top: 1px solid black;
    width: 100%;
    color: #007BD1;         
}

.svg_primary_color{
    filter: invert(30%) sepia(11%) saturate(2647%) hue-rotate(155deg) brightness(92%) contrast(96%);
}

.svg_white{
    filter: invert(80%) sepia(100%) saturate(0%) hue-rotate(272deg) brightness(108%) contrast(102%);
}

.info_text{
    font-weight: 100;
}
    
.transactions_title{
    font-size: 1.1em;
    margin-bottom: 10px;
}

.info_title{
    color: black;
    font-size: 1.1em;
    padding-left: 0px;
    line-height: 2;
/*    margin-bottom:2px; */
}

.pending{
    font-style: italic;
}

.info_transactions{
    line-height: 14px;
    font-size: .8em;
}

.info_title_transactions{
    line-height: 14px;
    font-size: .8em;
}

@media only screen and (min-width: 776px) {
    .info_title_transactions{
        margin-top:12px;
    }
}
@media screen and (max-width: 775px) {
    .info_title_transactions{
        margin-top:15px;
    }
}

.info{
    color:#1A5470;
/*    color:#3C3C3C;*/
    font-size: 1.2em;
    text-align: right;
}

.separator_bar{
    border-top: 10px #E0EFF9 solid; 
    margin-bottom: 35px; 
    margin-top: 35px;
}
.hr_80w{
    width: 80%;
    border-top: 1px #999999 solid;
    margin:auto;
} 
/*^^ From Account Summary ^^*/ 

/*vv Tabs CSS - used in Make a Payment originally vv*/
#add_space{
    margin-top: 10px;
}
.tab{
    color: #1A5470;
    border-top: 2px #CCC solid;
    border-right: 1px #CCC solid;
    border-left: 1px #CCC solid;
    /*border-radius: 12px 12px 0px 0px;*/
    margin-right: 0px;
    padding: 6px 10px 6px 10px;
    font-size: 20px;
    background-color: #f2f2f2;
    cursor:default;
    /* Prevent text selection */
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
} 
.tab:not(.selected_tab):hover{
    background-color: #E0EFF9;
}
.selected_tab{
    color: white;
    background-color: #1A5470;
}
.tab_div{   
    border-top: 2px #CCC solid;
    height: 20px;
    padding-left: 15px;
    margin-left: -15px;
    margin-top:0px;
    margin-bottom: 10px;
    /*border-radius: 10px 0px 0px 0px;*/  
}

@media screen and (max-width: 360px) {
    .tab{
        width: 49%;
        display: inline-block;
        font-size: 1.2em;
    }
    .tab_div{ 
        border-top: none;
    }
    .points_item{
        height:60px;
        font-size: 0.55em;
    } 
}
    
@media screen and (max-width: 600px) and (min-width:361px) {
    .tab{
        width: 49%;
        display: inline-block;
        font-size: 1em;
    }
    .tab_div{ 
        border-top: none;
    }
    
    .points_item{
        height:60px;
        font-size: 0.7em;
    } 
} 

/*^^ Tabs CSS ^^*/


.validate {
    clear: left;
    float:left;
    color: red;}
.error {
    color: red;
    margin: 0;}
.reg_padding {
    padding: 0 0 0 10px !important;}
.sec_question_font {
    font-size: 75% !important;}
.requirement {
    /*position:relative;*/
    width: 76rem;
    text-align:left;
    padding-left: 3rem; /*6.5rem*/
    color: #717171;
    /*font-size: 3.25 rem;*/ 
    line-height: 4.5rem;
    /*left: 7 rem;*/
    background-image: url("../images/gray-check.png");
    background-repeat: no-repeat; 
    background-size: 1.5rem; /*4 rem*/
    /*background-position-x: 1 rem;*/            
    background-position-y: .5rem; /*.25 rem*/
    opacity: 0.9;}
.requirement.met {
    background-image: url("../images/green-check.png");}

#passwordRules div{
    line-height:1.5em;
}