/* theme css files */
@import url(../../../node_modules/bootstrap/dist/css/bootstrap.min.css);
@import url(../../../node_modules/bootstrap-slider/dist/css/bootstrap-slider.css);
@import url(../../../node_modules/font-awesome/css/font-awesome.min.css);
@import url(../../../node_modules/switchery/standalone/switchery.css);
@import url(../../../node_modules/angular-datatables/dist/plugins/bootstrap/datatables.bootstrap.min.css);
.c3 svg {
  font: 10px sans-serif;
  -webkit-tap-highlight-color: transparent; }

.c3 line, .c3 path {
  fill: none;
  stroke: #000; }

.c3 text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.c3-bars path, .c3-event-rect, .c3-legend-item-tile, .c3-xgrid-focus, .c3-ygrid {
  shape-rendering: crispEdges; }

.c3-chart-arc path {
  stroke: #fff; }

.c3-chart-arc rect {
  stroke: #fff;
  stroke-width: 1; }

.c3-chart-arc text {
  fill: #fff;
  font-size: 13px; }

.c3-grid line {
  stroke: #aaa; }

.c3-grid text {
  fill: #aaa; }

.c3-xgrid, .c3-ygrid {
  stroke-dasharray: 3 3; }

.c3-text.c3-empty {
  fill: grey;
  font-size: 2em; }

.c3-line {
  stroke-width: 1px; }

.c3-circle._expanded_ {
  stroke-width: 1px;
  stroke: #fff; }

.c3-selected-circle {
  fill: #fff;
  stroke-width: 2px; }

.c3-bar {
  stroke-width: 0; }

.c3-bar._expanded_ {
  fill-opacity: 1;
  fill-opacity: .75; }

.c3-target.c3-focused {
  opacity: 1; }

.c3-target.c3-focused path.c3-line, .c3-target.c3-focused path.c3-step {
  stroke-width: 2px; }

.c3-target.c3-defocused {
  opacity: 0.3 !important; }

.c3-region {
  fill: #4682b4;
  fill-opacity: .1; }

.c3-brush .extent {
  fill-opacity: .1; }

.c3-legend-item {
  font-size: 12px; }

.c3-legend-item-hidden {
  opacity: .15; }

.c3-legend-background {
  opacity: .75;
  fill: #fff;
  stroke: #d3d3d3;
  stroke-width: 1; }

.c3-title {
  font: 14px sans-serif; }

.c3-tooltip-container {
  z-index: 10; }

.c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show;
  box-shadow: 7px 7px 12px -9px #777;
  opacity: .9; }

.c3-tooltip tr {
  border: 1px solid #ccc; }

.c3-tooltip th {
  background-color: #aaa;
  font-size: 14px;
  padding: 2px 5px;
  text-align: left;
  color: #fff; }

.c3-tooltip td {
  font-size: 13px;
  padding: 3px 6px;
  background-color: #fff;
  border-left: 1px dotted #999; }

.c3-tooltip td > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px; }

.c3-tooltip td.value {
  text-align: right; }

.c3-area {
  stroke-width: 0;
  opacity: .2; }

.c3-chart-arcs-title {
  dominant-baseline: middle;
  font-size: 1.3em; }

.c3-chart-arcs .c3-chart-arcs-background {
  fill: #e0e0e0;
  stroke: #fff; }

.c3-chart-arcs .c3-chart-arcs-gauge-unit {
  fill: #000;
  font-size: 16px; }

.c3-chart-arcs .c3-chart-arcs-gauge-max {
  fill: #777; }

.c3-chart-arcs .c3-chart-arcs-gauge-min {
  fill: #777; }

.c3-chart-arc .c3-gauge-value {
  fill: #000; }

.c3-chart-arc.c3-target g path {
  opacity: 1; }

.c3-chart-arc.c3-target.c3-focused g path {
  opacity: 1; }

section {
  padding: 100px 0; }

section h2.section-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 40px; }

section h3.section-subheading {
  margin-bottom: 75px;
  text-transform: none;
  font-family: "Segoe UI", Tahoma, Helvetica, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400; }

.service-heading {
  margin: 15px 0;
  text-transform: none; }

aside.clients img {
  margin: 32px auto; }

::-moz-selection {
  text-shadow: none;
  background: #d6ebf2; }

::selection {
  text-shadow: none;
  background: #d6ebf2; }

img::-moz-selection {
  background: 0 0; }

img::selection {
  background: 0 0; }

img::-moz-selection {
  background: 0 0; }

body {
  webkit-tap-highlight-color: #fed136; }

.angular-google-map-container {
  height: 400px; }

.logotop img {
  margin-top: -40px;
  width: 150px; }

.navbar-shrink .nav li a {
  color: #282828; }

.navbar-shrink .logotop img {
  margin-top: -25px;
  width: 150px; }

.quicklinks li {
  list-style: none;
  text-align: left;
  line-height: 24px; }

.quicklinks li a {
  color: #005592; }

.ul-alternated li:nth-child(odd) {
  background: red !important; }

.additional-information {
  padding: 10px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #fff;
  border: solid #ddd; }

.check-mark {
  display: inline-block;
  background-image: url("../images/sa_li_checkmark.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 10px;
  width: 10px;
  margin-right: 10px !important; }

.not-check-mark {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  height: 10px;
  width: 10px;
  margin-right: 10px !important; }

.info-icon {
  display: inline-block;
  background-image: url("../images/info-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 12px;
  width: 12px;
  margin-left: 5px !important;
  margin-right: 5px !important; }

.badget {
  background: url("../images/nsa_profile_badge_bg.png") !important;
  background-size: contain !important;
  height: 90px;
  width: 83px; }

.badget-trained {
  background: url("../images/nsa_profile_badge_trained_bg.png");
  height: 100px;
  width: 100px; }

.image-separator {
  background-image: url(/../images/line.png) repeat-x; }

.location-table td {
  width: 300px;
  height: 100px; }

.account-container {
  min-height: 500px; }
  .account-container .panel {
    margin-top: 10px;
    padding-top: 220px;
    padding-bottom: 220px; }
  .account-container input[type='button'] {
    margin: 0 auto; }

.registration-container {
  min-height: 500px; }
  .registration-container .row {
    margin-bottom: 10px; }
  .registration-container .select2-container .select2-choice {
    padding-top: 12px;
    height: 46px;
    line-height: 1.3em;
    vertical-align: middle; }
  .registration-container .select2-choice {
    padding-top: 20px; }
  .registration-container form {
    min-height: 350px; }

.menu-item-user-authentication {
  border-radius: 4px;
  margin-left: 10px;
  padding-left: 20px;
  width: 100px; }

.intro-text-search {
  padding-bottom: 115px !important;
  padding-top: 170px !important; }

footer p {
  color: #fff;
  text-align: left; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left h4 {
  color: #fff; }

.text-left h3 {
  color: #fff; }

.heading_logo img {
  margin: -25px auto !important; }

.tablesearch {
  padding: 40px 0 10px; }

.innerheader {
  background: #fff; }

.innerheader li a {
  color: #282828 !important; }

#about {
  background: url("../images/profile_bg.jpg");
  width: 100%; }

#loaginheaer {
  background: #ee3a43;
  padding: 45px 0 20px; }

#loaginheaer h3 {
  color: #fff; }

/*a:focus, a:hover {
    color: #23527c;
    text-decoration: none;
}*/
a:hover {
  color: #23527c;
  text-decoration: none; }

a:focus {
  color: #23527c;
  text-decoration: none; }

.spline {
  background: rgba(0, 0, 0, 0) url("../images/spline.png") repeat-y scroll center center;
  height: 100%;
  min-height: 960px; }

.all_heading h4 {
  margin-top: 20px; }

.all_heading hr {
  margin-bottom: 10px;
  margin-top: 10px; }

.setpostion {
  margin-top: -60px; }

.tableset td {
  padding: 8px; }

.homeline img {
  margin: 12px auto !important; }

/* Login */
/* Forms */
form label {
  font-weight: normal; }

textarea {
  resize: vertical; }

.label {
  font-weight: normal; }

.form-control-select {
  width: 100%;
  font-size: 14px;
  line-height: 1.42857143; }

.form-group:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.form-control:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; }

.form-control.error {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.form-control.error:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.align-left {
  text-align: left !important; }

.align-right {
  text-align: right !important; }

.nav .active {
  border-bottom: none 0px; }

/* Featured Box */
.featured-box {
  background: #F5F5F5;
  background-color: transparent;
  background: -webkit-linear-gradient(top, white 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
  background: linear-gradient(to bottom, white 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
  box-sizing: border-box;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-radius: 8px;
  border-right: 1px solid #ECECEC;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  min-height: 100px;
  position: relative;
  text-align: center;
  z-index: 1; }

.featured-box h4 {
  font-size: 1.3em;
  font-weight: 400;
  letter-spacing: -0.7px;
  margin-top: 5px;
  margin-bottom: 5px; }

.featured-box .box-content {
  border-radius: 8px;
  border-top: 1px solid #0089cc;
  border-top-width: 4px;
  padding: 30px 30px 10px 30px;
  position: relative;
  top: -1px; }

.featured-box .learn-more {
  display: block;
  margin-top: 10px; }

/*Text*/
.panel-text .panel-body {
  padding: 0;
  border: 0px solid #ddd; }
  .panel-text .panel-body div {
    padding: 0;
    margin: 0; }
  .panel-text .panel-body > div:nth-child(odd) {
    background: #f6f6f6; }
  .panel-text .panel-body h4 {
    font-weight: bold;
    padding: 10px; }
  .panel-text .panel-body p {
    color: #000;
    padding: 10px; }

.min-height {
  min-height: 500px; }

.min-height-small,
.min-height-small.view-container {
  min-height: 200px !important;
  height: 300px !important; }

/*Sponsors*/
.navbar-sponsors {
  text-align: center !important;
  float: none;
  padding-left: 30px;
  width: 100%; }
  .navbar-sponsors li {
    display: inline-block;
    *display: inline;
    /*IE7*/
    *zoom: 1;
    /*IE7*/
    margin-right: 10px;
    margin: 10px 10px 10px 10px; }

.panel-sponsors .panel-heading {
  text-align: center;
  font-size: 1.2em;
  color: #900; }

.panel-sponsors .panel-body {
  text-align: center;
  padding: 0; }
  .panel-sponsors .panel-body .information p {
    font-size: 1.3em;
    color: #000;
    font-weight: bold; }
  .panel-sponsors .panel-body .information a {
    font-weight: bolder; }

/*Animation*/
/*
 * ngView triggers three animation events: enter, leave and move.
 */
.view-container {
  height: 500px;
  position: relative;
  text-align: center; }

.view-animation.ng-enter {
  -webkit-animation: enter_animation 1s;
  animation: enter_animation 1s;
  /*
   * ng-animate has a slight starting delay for optimization purposes
   * so if we see a flicker effect then we'll need to put some extra
   * styles to "shim" the animation.
   */
  left: 100%; }

.view-animation.ng-leave {
  -webkit-animation: leave_animation 1s;
  animation: leave_animation 1s; }

.view-animation.ng-leave,
.view-animation.ng-enter {
  position: absolute;
  top: 0;
  width: 100%; }

/*
 * the animation below will move enter in the view from the right side of the screen
 * and move the current (expired) view from the center of the screen to the left edge
 */
@keyframes enter_animation {
  from {
    left: 100%; }
  to {
    left: 0; } }

@-webkit-keyframes enter_animation {
  from {
    left: 100%; }
  to {
    left: 0; } }

@keyframes leave_animation {
  from {
    left: 0; }
  to {
    left: -100%; } }

@-webkit-keyframes leave_animation {
  from {
    left: 0; }
  to {
    left: -100%; } }

/* Faq */
.panel-default > .panel-heading {
  background-color: #005592;
  border-color: #ddd;
  color: #333; }

.panel-heading {
  padding: 16px 15px; }

html > body .panel-default > .panel-heading {
  color: #fff; }

.panel-heading a:hover {
  color: #fff; }

.panel-heading a:focus {
  color: #fff; }

/* Sponsor */
.sponsor > a img {
  padding: 25px; }

.accordion-toggle:after {
  font-family: 'FontAwesome';
  content: "\f078";
  float: right; }

.accordion-opened .accordion-toggle:after {
  content: "\f054"; }

/* For search result image */
.bs-example img {
  max-height: 77px;
  overflow: hidden; }

/* error box widht for search result */
.not_found {
  height: 300px;
  width: 100%;
  color: red; }

html > body .align-right {
  font-size: 16px;
  font-weight: 500; }

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 10px !important; }

.quicklinks div h4 a {
  color: #fff !important; }

/*Bootstrap*/
/*End Boostrap*/
/*
   NEW CSS
*/
/*Header Menu*/
#main_menu .menu_item {
  text-align: center;
  border-right: 1px solid #0062a8; }

#main_menu .menu_item a {
  font-family: "Segoe UI", Tahoma, Helvetica, sans-serif;
  letter-spacing: 1px;
  font-size: 1.0em;
  line-height: 3.7em;
  font-weight: 400;
  padding: 0;
  margin: 0 auto;
  color: #fff;
  text-decoration: none;
  text-align: center; }

.logo_left img {
  margin-top: -20px;
  margin-bottom: 30px;
  height: 82px;
  margin-left: 0px !important;
  padding-left: 0px !important; }

.logo_right {
  margin: 0 0 !important;
  padding-top: 5px;
  padding-bottom: 20px; }

/*Footer Menu*/
#main_footer .footer_menu1 .col-xs-12 {
  padding-right: 0px;
  padding-left: 0px; }

.hidden_item {
  display: none; }

.show_item {
  display: block; }

#main_footer2 .list-inline {
  text-align: center; }

#main_footer2 .list-inline a {
  color: #005592 !important;
  text-align: center; }

/*FAQ*/
#collapseThree .panel-body {
  word-wrap: break-word; }

/*Login*/
.loading_center {
  text-align: center; }

.loading_center img {
  width: 30%; }

.certificated_nna {
  text-align: center;
  width: 280px !important;
  height: 240px !important;
  padding: 10px !important;
  max-width: 280px !important;
  left: 140px; }

.certificated_nna strong, .certificated_nna p, .certificated_nna span {
  color: black; }

.provisional-pass {
  text-align: center;
  width: 280px !important;
  height: 240px !important;
  padding: 10px !important;
  max-width: 280px !important;
  left: 390px;
  margin-top: -10px  !important; }

.item_primary {
  background: #ffffff;
  padding-right: 15px; }

.item_alternative {
  background: #f1f1f1;
  padding-right: 15px; }

@media screen and (max-width: 767px) {
  /*Header Menu*/
  #main_menu .menu_item {
    text-align: center;
    border-bottom: 1px solid #0062a8;
    border-right: transparent; }
  #main_menu {
    margin: 7.5px 0px; }
  #main_menu .navbar-default-header li {
    width: 100%; }
  #main_menu .navbar-nav {
    margin: 7.5px 0px; }
  #main_menu .menu-item-user-authentication {
    border-radius: 4px;
    margin-left: 0px;
    padding-left: 0px;
    width: 100px; }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ddd; }
  .navbar-default .navbar-toggle {
    border-color: #ddd;
    background-color: #ddd; }
  #main_footer .navbar-default-footer li a {
    text-align: center !important; }
  .container_logo {
    float: none !important;
    text-align: center;
    margin-bottom: 10px; }
  .container_logo .pull-right {
    float: none !important; }
  .header_logo_nna {
    display: none; }
  /*Footer Menu*/
  #main_footer .footer_menu1 .col-xs-12 {
    padding-right: 15px;
    padding-left: 15px; }
  .hidden_item {
    display: block;
    text-align: center; }
  .show_item {
    display: none; }
  #main_footer2 .pull-left {
    text-align: center; }
  #main_footer2 .pull-centered {
    padding-top: 20px; }
  #services h2 {
    font-size: 21px; }
  /*Sponsors*/
  #sponsors_section .navbar-sponsors {
    padding-left: 0px; }
  #sponsors_section .btn-primary {
    width: 84%; }
  /*Login*/
  #login_form {
    padding: 30px 15px 10px 15px; }
  /* Forgot Password */
  #forgot_password .box-content {
    padding: 30px 15px 10px 15px; } }

/* Tablet */
@media screen and (max-width: 1024px) {
  /*Header Menu*/
  /*Home*/
  .home_page_btn {
    width: 100% !important;
    text-align: center !important; }
  /*Footer Menu*/
  #main_footer .footer_menu1 .col-xs-12 {
    padding-right: 15px;
    padding-left: 15px; }
  .hidden_item {
    display: block;
    text-align: center; }
  .show_item {
    display: none; }
  #main_footer2 .pull-left {
    text-align: center; }
  #main_footer2 .pull-centered {
    padding-top: 20px;
    width: 100%; }
  #services h2 {
    font-size: 21px; }
  /*Search*/
  .input-group-addon {
    z-index: 1;
    position: inherit; }
  #search_form .first {
    padding-left: 5px; }
  #search_form .input-group {
    width: 96%; }
  /* Search Result */
  #search_result_page .btn-primary {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px; }
  #search_result_page .agent-profile-image {
    margin-top: 10px;
    margin-bottom: 15px; }
  #search_result_page .pagination-sm > li > a, #search_result_page .pagination-sm > li > span {
    padding: 5px 9px; }
  #agents-result .search_margin {
    margin-top: 65px; }
  /*Sponsors*/
  #sponsors_section .navbar-sponsors {
    padding-left: 0px; }
  #sponsors_section .btn-primary {
    width: 84%; }
  /*Login*/
  #login_form {
    padding: 30px 15px 10px 15px; }
  /* Forgot Password */
  #forgot_password .box-content {
    padding: 30px 15px 10px 15px; }
  /* Porfile */
  #profile_page {
    width: 100%; }
  #profile_page .badge-img {
    top: 15px;
    right: 0px; }
  #profile_page .hidden_item .badget {
    margin-left: -18px;
    margin-top: 10px;
    margin-bottom: 10px; }
  #agents-result .panel-body {
    height: auto !important; }
  .item_centered2 {
    width: 100% !important; }
  .item_centered2 p {
    width: 100%;
    text-align: left;
    padding-left: 2%; }
  .search_results_page .qs {
    text-align: left !important; }
  .search_results_page {
    padding-left: 10px !important; } }

.list-group-item {
  padding: 2px 2px !important;
  margin-bottom: -1px;
  border: none !important; }

.btn_back {
  background-color: #2791ba;
  background-image: url("../images/sa_button_bg_back.png");
  background-position: left;
  background-repeat: no-repeat;
  margin: 4px 0;
  padding-left: 50px;
  text-align: right;
  border: none !important;
  font-family: "Segoe UI", Tahoma, Helvetica, sans-serif;
  min-width: 120px;
  color: white !important; }

.heading_item_acord:before {
  content: ""; }

.glyphicon.spinning {
  animation: spin 1s infinite linear;
  -webkit-animation: spin2 1s infinite linear; }

.glyphicon.spinning {
  animation: spin 1s infinite linear;
  -webkit-animation: spin2 1s infinite linear; }

@-webkit-keyframes spin {
  from {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); }
  to {
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg); } }

@keyframes spin {
  from {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); }
  to {
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg); } }

@keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

/*Home screen*/
.tab-background {
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 370px !important;
  background-position: center !important; }

.search-directory {
  background-image: url("../images/NSA-Directory-Search-1114x370.jpg");
  width: 100%;
  height: 100%; }

.become-nna {
  background-image: url("../images/nsa-bg-nna-certified-1114x370.jpg");
  width: 100%;
  height: 100%; }

.manage-profile {
  background-image: url("../images/nsa-bg-manage-profile-1114x370.jpg");
  width: 100%;
  height: 100%; }

.hamburger-size {
  width: 10% !important;
  height: 30px !important;
  text-align: center; }

.span-size {
  width: 10px !important; }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 568px) and (min-device-width: 320px) and (orientation: portrait) {
  #home-tab .nav-tabs > li > a {
    height: 50px !important; }
  .li-formatmenu {
    height: 40px !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center; }
  .a-formatmenu {
    height: 100%;
    vertical-align: middle !important;
    display: inline-block; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 568px) and (min-device-width: 320px) and (orientation: portrait) {
  .li-centercontent {
    line-height: 38px !important; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 568px) and (min-device-width: 320px) and (orientation: portrait) {
  .img-short-screen {
    width: 50px;
    height: 50px;
    margin-right: 1% !important; }
  .div-img {
    padding-bottom: 50px;
    padding-left: 5% !important;
    padding-right: 5% !important;
    margin-left: 8px !important; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 667px) and (min-device-width: 375px) and (orientation: portrait) {
  .img-short-screen {
    width: 60px;
    height: 60px;
    margin-right: 1% !important; }
  .div-img {
    padding-bottom: 50px;
    padding-left: 5% !important;
    padding-right: 5% !important;
    margin-left: 10px !important; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 737px) and (min-device-width: 641px) and (orientation: portrait) {
  .img-short-screen {
    width: 60px;
    height: 60px;
    margin-right: 1% !important; }
  .div-img {
    padding-bottom: 50px;
    padding-left: 5% !important;
    padding-right: 5% !important;
    margin-left: 10px !important; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 641px) and (min-device-width: 360px) and (orientation: portrait) {
  .img-short-screen {
    width: 60px;
    height: 60px;
    margin-right: 0.5% !important; }
  .div-img {
    padding-bottom: 50px;
    padding-left: 5% !important;
    padding-right: 5% !important;
    margin-left: 3% !important; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 568px) and (min-device-width: 320px) and (orientation: portrait) {
  .list-inline {
    margin-left: 20% !important;
    text-align: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
                -ms-grid-row-align: center !important;
            align-items: center !important; }
  .list-inline > li {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    text-align: center !important;
    padding-right: !important; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 568px) and (min-device-width: 320px) and (orientation: portrait) {
  .text-faq-align {
    padding-left: 0px !important;
    padding-right: 8% !important; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 568px) and (min-device-width: 320px) and (orientation: portrait) {
  .home-align-tr {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .home-align-td {
    padding-left: 0px !important; } }

.termsofus-h4 {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.home-content {
  padding-right: 11px !important;
  padding-left: 11px !important; }

.search-home {
  width: 100% !important;
  padding-left: 30px;
  padding-right: 0px; }

.div-inputcenter {
  height: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.faq-text-align {
  padding-left: 2%; }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 568px) and (min-device-width: 320px) and (orientation: portrait) {
  .faq-text-align {
    padding-left: 10% !important; } }

.faq-image-align {
  padding-left: 20%; }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 568px) and (min-device-width: 320px) and (orientation: portrait) {
  .faq-image-align {
    padding-left: 10% !important; } }

.faq-textimg-align {
  padding-left: 30px; }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 568px) and (min-device-width: 320px) and (orientation: portrait) {
  .faq-textimg-align {
    padding-left: 10% !important; } }

.filter-screen-size {
  min-height: 100px !important; }

.active {
  background-color: #2791ba !important; }

.td-center {
  -ms-flex-line-pack: center;
      align-content: center;
  padding-left: 0px !important; }

@media only screen and (min-width: 1200px) {
  .medium-screen {
    display: none; }
  .small-screen {
    display: none; } }

@media only screen and (min-width: 600px) and (max-width: 1200px) {
  .large-screen {
    display: none; }
  .small-screen {
    display: none; } }

@media only screen and (max-width: 600px) {
  .large-screen {
    display: none; }
  .medium-screen {
    display: none; } }

@media only screen and (min-width: 990px) and (max-width: 1142px) {
  #home-tab h2 {
    line-height: 30px !important;
    font-size: 36px !important;
    margin-top: 0px !important; } }

@media only screen and (max-width: 768px) {
  .centertext--menu {
    margin-bottom: 5px; } }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination .disabled {
    color: #777 !important; }

.pagination > li {
  display: inline; }

.pagination > li > a,
.pagination > li > span {
  position: relative;
  font-size: 20px;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #000 !important;
  text-decoration: none;
  background-color: transparent;
  border: none; }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #000 !important;
  cursor: default;
  /*background-color: #337ab7;
  border-color: #337ab7;
  color: #333333 !important;*/
  border-color: #CACACA !important;
  border: 1px solid;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
  background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
  background: linear-gradient(to bottom, white 0%, gainsboro 100%); }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }

.pager li {
  display: inline; }

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: none;
  border-radius: 15px; }

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee; }

.pager .next > a,
.pager .next > span {
  float: right; }

.pager .previous > a,
.pager .previous > span {
  float: left; }

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: transparent;
  cursor: not-allowed;
  background-color: #fff; }

.pagination-text {
  font-size: 14px;
  font-weight: bold; }

body {
  font-family: "Segoe UI", Tahoma, Helvetica, sans-serif;
  overflow-x: hidden;
  padding-top: 20px;
  padding-bottom: 20px; }

aside {
  min-height: 500px; }

.text-muted {
  color: #777; }

.text-primary {
  color: #a8d3e3; }

p {
  font-family: "Segoe UI", Tahoma, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.75; }

p.large {
  font-size: 16px; }

a,
a:hover,
a:focus,
a:active,
a.active {
  outline: 0; }

a.active-bold {
  font-weight: bold; }

a:hover,
a:focus,
a:active,
a.active {
  color: #005592; }

.required:after {
  content: " *";
  color: red; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Segoe UI", Tahoma, Helvetica, sans-serif;
  font-weight: 700; }

.img-centered {
  margin: 0 auto; }

.bg-light-gray {
  background-color: #e5e5e5; }

.bg-darkest-gray {
  background-color: #222; }

.title-text {
  color: #990000; }

.panel-sa .panel-heading {
  text-align: left;
  color: black !important;
  background-color: #f5f5f5 !important; }
  .panel-sa .panel-heading a:hover {
    color: #005592; }

.panel-sa .panel-body p {
  text-align: center; }

.panel-sa .panel-footer input {
  float: right; }

.message {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
  border: 1px solid transparent;
  border-color: #ddd;
  padding: 20px !important; }

.message-left {
  text-align: left !important; }

.btn-primary-back {
  background-color: #2791ba;
  color: white !important;
  background-position: right;
  background-repeat: no-repeat;
  margin: 4px 0;
  padding-right: 20px;
  width: 100%;
  text-align: left;
  border: none !important;
  font-family: "Segoe UI", Tahoma, Helvetica, sans-serif;
  min-width: 138px; }

.btn-primary-long {
  width: 220px; }

.btn-primary-back {
  background-color: #2791ba;
  color: white !important;
  background-position: right;
  background-repeat: no-repeat;
  margin: 4px 0;
  padding-right: 20px;
  text-align: left;
  border: none !important;
  font-family: "Segoe UI", Tahoma, Helvetica, sans-serif;
  min-width: 138px;
  padding: 20px; }

.btn-primary-back:hover {
  color: white !important; }

.btn-primary {
  background-color: #2791ba;
  background-image: url("../images/sa_button_bg.png");
  background-position: right;
  background-repeat: no-repeat;
  margin: 4px 0;
  padding-right: 20px;
  text-align: left;
  border: none !important;
  font-family: "Segoe UI", Tahoma, Helvetica, sans-serif;
  min-width: 138px; }

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:visited {
  background-color: #2791ba !important; }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff; }

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  border-color: #a8d3e3;
  background-color: #a8d3e3; }

.btn-primary .badge {
  color: #a8d3e3;
  background-color: #fff; }

.btn-print-back {
  background-color: #2791ba;
  color: white !important;
  background-position: right;
  background-repeat: no-repeat;
  margin: 4px 0;
  padding-right: 20px;
  text-align: left;
  border: none !important;
  font-family: "Segoe UI", Tahoma, Helvetica, sans-serif;
  min-width: 138px;
  padding: 20px; }

.btn-print-back:hover {
  color: white !important; }

.btn-print {
  color: white;
  background-color: #2791ba;
  background-position: right;
  background-repeat: no-repeat;
  margin: 4px 0;
  border: none !important;
  font-family: "Segoe UI", Tahoma, Helvetica, sans-serif;
  min-width: 138px; }

.btn-print:hover,
.btn-print:active,
.btn-print:focus,
.btn-print:visited {
  background-color: #2791ba !important; }

.btn-print:hover,
.btn-print:focus,
.btn-print:active,
.btn-print.active,
.open .dropdown-toggle.btn-print {
  color: #fff; }

.btn-print:active,
.btn-print.active,
.open .dropdown-toggle.btn-print {
  background-image: none; }

.btn-print.disabled,
.btn-print[disabled],
fieldset[disabled] .btn-print,
.btn-print.disabled:hover,
.btn-print[disabled]:hover,
fieldset[disabled] .btn-print:hover,
.btn-print.disabled:focus,
.btn-print[disabled]:focus,
fieldset[disabled] .btn-print:focus,
.btn-print.disabled:active,
.btn-print[disabled]:active,
fieldset[disabled] .btn-print:active,
.btn-print.disabled.active,
.btn-print[disabled].active,
fieldset[disabled] .btn-print.active {
  border-color: #a8d3e3;
  background-color: #a8d3e3; }

.btn-print .badge {
  color: #a8d3e3;
  background-color: #fff; }

.btn-xl {
  padding: 20px 40px;
  border-color: #fed136;
  border-radius: 3px;
  text-transform: uppercase;
  font-family: "Segoe UI", Tahoma, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #fed136; }

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  border-color: #f6bf01;
  color: #fff;
  background-color: #fec503; }

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none; }

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  border-color: #fed136;
  background-color: #fed136; }

.btn-xl .badge {
  color: #fed136;
  background-color: #fff; }

.navbar-default {
  border-color: transparent;
  padding: 3px !important;
  background-color: #005592; }

ul.social-buttons {
  margin-bottom: 0; }

ul.social-buttons li a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  outline: 0;
  color: #fff;
  background-color: #222;
  -webkit-transition: all .3s;
  transition: all .3s; }

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #fed136; }

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: 0; }

.navbar-breadcrumb {
  padding: 2px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3; }
  .navbar-breadcrumb a {
    font-size: 1.2em;
    color: #555 !important; }
  .navbar-breadcrumb .active {
    font-weight: bold; }
  .navbar-breadcrumb .breadcrumb {
    margin-bottom: 0px; }

.navbar-default .navbar-brand {
  font-family: "Segoe UI", Tahoma, Helvetica, sans-serif;
  color: #fed136; }

.navbar-default .navbar-nav > li > a {
  color: #005592; }

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
  color: #ED3942; }

.navbar-default .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02); }

.navbar-default .navbar-toggle {
  border-color: #ED3942;
  background-color: #ED3942; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ED3942; }

.navbar-default .nav li a {
  font-family: "Segoe UI", Tahoma, Helvetica, sans-serif;
  letter-spacing: 1px;
  font-size: 1.0em;
  line-height: 3.7em;
  font-weight: 400;
  padding: 0;
  margin: 0 auto;
  color: #fff;
  text-decoration: none;
  text-align: center; }

.navbar-default-header {
  width: 100%; }
  .navbar-default-header li {
    border-right: 1px solid #0062a8;
    width: 15.82%; }

.navbar-default-footer {
  background-color: #333;
  padding-top: 10px;
  padding-bottom: 10px; }
  .navbar-default-footer p {
    padding-top: 20px; }
  .navbar-default-footer ul {
    width: 100%; }
  .navbar-default-footer li {
    float: none; }
    .navbar-default-footer li a {
      line-height: 1.5em !important;
      text-align: center !important; }

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
  outline: 0;
  color: #ED3942; }

.navbar-default .navbar-nav > .active > a {
  border-radius: 0;
  color: #fff;
  background-color: #315172; }

.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #ED3942; }

.navbar-fixed-top {
  background-color: #284362; }

header {
  text-align: center;
  color: #555;
  background-attachment: scroll;
  background: #fff;
  background-position: center center;
  background-repeat: none;
  background-size: cover;
  -o-background-size: cover; }

header .intro-text {
  padding-bottom: 50px; }

header .intro-text .intro-lead-in {
  margin-bottom: 25px;
  font-family: "Segoe UI", Tahoma, Helvetica, sans-serif;
  font-size: 22px;
  font-style: italic;
  line-height: 22px; }

header .intro-text .intro-heading {
  margin-bottom: 25px;
  font-family: "Segoe UI", Tahoma, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px; }

.footer {
  color: white;
  padding: 25px 0;
  min-height: 140px; }
  .footer .container {
    margin-top: 12px; }
  .footer .pull-left {
    text-align: left;
    float: left; }
  .footer .pull-right {
    text-align: right !important;
    float: right !important; }
  .footer .list-inline {
    text-align: center; }
  .footer a {
    color: #fff !important;
    text-align: center; }

footer span.copyright {
  text-transform: uppercase;
  text-transform: none;
  font-family: "Segoe UI", Tahoma, Helvetica, sans-serif;
  line-height: 40px; }

.main-footer2 {
  color: dimgrey; }
  .main-footer2 p {
    color: dimgrey; }

footer ul.quicklinks {
  margin-bottom: 0;
  text-transform: uppercase;
  text-transform: none;
  font-family: "Segoe UI", Tahoma, Helvetica, sans-serif;
  line-height: 40px; }

.remark {
  color: #990000;
  font-weight: bold; }

.footer-menu ul {
  float: right; }

.menu-1 ul {
  margin-left: 10px; }

.menu-2 ul {
  display: table;
  margin: 0 auto; }

.ul-menu li {
  padding-left: 4px;
  padding-right: 0px; }
  .ul-menu li a {
    color: dimgrey;
    font-weight: bolder; }
  .ul-menu li p {
    font-weight: 200; }

.ul-menu li:after {
  padding-left: 4px;
  content: "|"; }

.ul-menu li:last-child:after {
  content: ""; }

.ul-menu .list-inline {
  text-align: center; }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 568px) and (min-device-width: 320px) and (orientation: portrait) {
  .ul-menu li {
    padding-left: 4px;
    padding-right: 0px; }
    .ul-menu li a {
      color: dimgrey;
      font-weight: bolder; }
    .ul-menu li p {
      font-weight: 200; }
  .ul-menu li:after {
    padding-left: 4px;
    content: "" !important; }
  .ul-menu li:last-child:after {
    content: ""; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 568px) and (min-device-width: 320px) and (orientation: portrait) {
  .li1 {
    padding-left: 9% !important; }
  .li2 {
    padding-left: 18% !important; }
  .li3 {
    padding-left: 24% !important; }
  .li4 {
    padding-left: 22% !important; }
  .li5 {
    padding-left: 8% !important; } }

/*Home*/
.home_page_btn {
  width: 100% !important;
  text-align: center !important; }

.home-ul {
  width: 60%; }
  .home-ul li {
    padding-left: 5px !important; }

/*****Advertisement Section*****/
#advertisement {
  padding-right: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  z-index: 2; }
  #advertisement .ad-container {
    padding-top: 30px; }
  #advertisement .ad {
    background-repeat: no-repeat;
    background-size: cover;
    height: 207px;
    width: 282px;
    margin: 0 auto; }
    #advertisement .ad img {
      height: 205px;
      margin-bottom: 30px; }
  #advertisement .advertisement-item {
    right: 0;
    margin: 0 0 15px; }
    #advertisement .advertisement-item .advertisement-caption {
      margin: 0 auto;
      padding: 25px;
      max-width: 400px;
      text-align: center;
      background-color: #fff; }
      #advertisement .advertisement-item .advertisement-caption h4 {
        margin: 0;
        text-transform: none; }
      #advertisement .advertisement-item .advertisement-caption p {
        margin: 0;
        font-family: "Segoe UI", Tahoma, Helvetica, sans-serif;
        font-size: 16px;
        font-style: italic; }
    #advertisement .advertisement-item .advertisement-link {
      display: block;
      position: relative;
      margin: 0 auto;
      max-width: 400px; }
      #advertisement .advertisement-item .advertisement-link .advertisement-hover {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0; }
        #advertisement .advertisement-item .advertisement-link .advertisement-hover .advertisement-hover-content {
          position: absolute;
          top: 50%;
          width: 100%;
          height: 20px;
          margin-top: -12px;
          text-align: center;
          font-size: 20px;
          color: #fff; }
          #advertisement .advertisement-item .advertisement-link .advertisement-hover .advertisement-hover-content i {
            margin-top: -12px; }
          #advertisement .advertisement-item .advertisement-link .advertisement-hover .advertisement-hover-content h4 {
            margin: 0; }
      #advertisement .advertisement-item .advertisement-link .advertisement-hover:hover {
        opacity: 1; }

#advertisement .ad1 {
  background-image: url("../images/ads/Ad_1.png"); }

.ad2 {
  background-image: url("../images/ads/Ad_2.png"); }

.ad3 {
  background-image: url("../images/ads/Ad_3.png"); }

.ad4 {
  background-image: url("../images/ads/Ad_4.png"); }

/*****End Advertisement Section*****/
/*****Tab Sections*/
#home-tab {
  padding-bottom: 40px;
  text-align: center;
  height: 600px;
  float: none; }
  #home-tab .page-header {
    margin: 0; }
  #home-tab .tab-content {
    padding: 0px;
    border-bottom: solid #666;
    border-left: solid #666;
    border-right: solid #666; }
  #home-tab h2 {
    line-height: 66px;
    font-size: 42px; }
  #home-tab p {
    font-size: 14px; }
  #home-tab li {
    font-size: 18px;
    line-height: 32px; }
  @media only screen and (min-width: 922px) {
    #home-tab .nav-tabs > li > a {
      background: #666;
      border: none;
      border-radius: 0;
      color: #fff;
      padding: 16px;
      width: 100%; } }
  @media only screen and (min-width: 768px) and (max-width: 921px) {
    #home-tab .nav-tabs > li > a {
      background: #666;
      border: none;
      border-radius: 0;
      color: #fff;
      padding-top: 5px;
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    #home-tab .nav-tabs > li > a {
      background: #666;
      border: none;
      border-radius: 0;
      color: #fff;
      padding: 16px;
      width: 100%; } }
  #home-tab .nav-tabs > li.active > a {
    background: #333; }
  #home-tab .nav-tabs > li.active > a:focus {
    background: #333; }
  #home-tab .nav-tabs > li.active > a:hover {
    background: #333; }
  #home-tab .nav-tabs {
    border-bottom: none; }
  #home-tab .panel-body {
    min-height: 290px; }
    #home-tab .panel-body .col-md-10 {
      text-align: left;
      float: left; }
      #home-tab .panel-body .col-md-10 li {
        padding-left: 10px; }
    #home-tab .panel-body .col-md-2 i {
      vertical-align: central;
      padding-top: 20px;
      color: #005592; }
  #home-tab .panel-footer {
    min-height: 80px; }
  #home-tab .panel {
    margin-bottom: 20px;
    border-radius: 0;
    border: 2px solid;
    border-color: #f6f6f6;
    border-bottom: none;
    border-top: none; }
  #home-tab .btn-primary {
    float: left;
    width: 100px;
    padding: 10px;
    line-height: 30px; }
  #home-tab .btn-primary-become {
    margin-left: 20px !important; }

.nav-tabs-custom .tab-content {
  padding: 10px;
  border-bottom: solid #666;
  border-left: solid #666;
  border-right: solid #666; }

.nav-tabs-custom .nav-tabs > li > a {
  background: #666;
  border: none;
  border-radius: 0;
  color: #fff;
  padding: 16px;
  width: 100%; }

.nav-tabs-custom .nav-tabs > li.active > a {
  background: #333; }

.nav-tabs-custom .nav-tabs > li.active > a:focus {
  background: #333; }

.nav-tabs-custom .nav-tabs > li.active > a:hover {
  background: #333; }

.nav-tabs-custom .nav-tabs {
  border-bottom: none; }

.nav.nav-tabs {
  float: inherit;
  margin: auto; }

.panel-services {
  margin-bottom: 20px !important;
  border-radius: 0 !important;
  border: 2px solid !important;
  border-color: #f6f6f6 !important;
  border-bottom: none !important;
  border-top: none !important; }

.h4-margin-0 {
  margin-top: 0px;
  margin-bottom: 10px; }

p {
  margin: 0 0 0px; }

.container-home {
  position: relative !important;
  height: auto  !important;
  overflow: hidden !important; }

@media only screen and (max-width: 986px) and (min-width: 718px) {
  .h2-marggin {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  #home-tab li {
    font-size: 18px;
    line-height: 22px; }
  #home-tab h2 {
    line-height: 66px !important;
    font-size: 36px !important; } }

@media only screen and (max-width: 850px) {
  .scroll-content {
    overflow: scroll; } }

@media only screen and (min-width: 677px) and (max-width: 957px) {
  .size-apply-clear {
    width: 100% !important; } }

/***End Tab Sections*/
/*Home*/
.home_search {
  margin-top: 30px; }

.home_search .first {
  width: 89%; }

.input-lg {
  border-radius: 4px;
  font-size: 14px;
  height: 32px;
  padding: 4px 16px; }

/*Search*/
.search_text {
  padding-top: 10px;
  font-size: 11.5px !important;
  text-align: left;
  margin-top: -10px;
  padding-bottom: 25px; }
  .search_text li {
    font-size: 11.5px !important; }

/*Search*/
.input-group-addon {
  z-index: 1;
  position: inherit; }

#search_form .first {
  padding-left: 5px; }

#search_form .search-tool-tip {
  margin-top: 10px; }

#search_form .input-group {
  width: 100%;
  margin-left: 7px; }

/* Search Result */
#search_result_page .btn-primary {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px; }

#search_result_page .agent-profile-image {
  margin-top: 10px;
  margin-bottom: 15px; }

#search_result_page .pagination-sm > li > a, #search_result_page .pagination-sm > li > span {
  padding: 5px 9px; }

#agents-result .search_margin {
  margin-top: 65px; }

.footer-pages {
  padding-right: 3px;
  padding-left: 3px; }

.filter_results {
  text-align: left;
  padding-left: 15px;
  padding-bottom: 5px;
  margin-top: 10px; }
  .filter_results label {
    margin-top: 5px; }

.filter_within_results {
  text-align: left;
  padding-left: 10px;
  padding-bottom: 5px;
  padding-right: 0px; }

.search-filter {
  margin-top: 0px;
  margin-left: 0px; }
  .search-filter ul {
    padding-bottom: 5px;
    padding-top: 5px; }
    .search-filter ul li {
      padding-top: 3px; }

.search-filter-2 {
  margin-bottom: 0px; }

.search-result-container {
  margin-bottom: 10px !important; }
  .search-result-container .search-result-content {
    margin-bottom: 0px;
    padding: 0 !important; }
    .search-result-container .search-result-content .dataTables_filter,
    .search-result-container .search-result-content .dataTables_length {
      display: none; }
    .search-result-container .search-result-content table thead tr {
      display: none; }
    .search-result-container .search-result-content table td {
      vertical-align: top; }
    .search-result-container .search-result-content .dataTables_wrapper {
      padding-bottom: 10px;
      padding-left: 5px;
      padding-right: 5px; }
    .search-result-container .search-result-content .agent-profile-image {
      display: block;
      max-height: 100%;
      margin: auto;
      -webkit-transition: all 2s ease-out;
      transition: all 2s ease-out;
      box-shadow: 3px 3px 3px #777;
      width: 77px; }
    .search-result-container .search-result-content .icon-badget {
      position: relative;
      background-size: 100% auto;
      height: 40px;
      width: 37px;
      top: -41px;
      left: 60px;
      z-index: 10; }
    .search-result-container .search-result-content .btn-primary {
      min-width: 133px; }
    .search-result-container .search-result-content .center2 {
      margin: 100px auto;
      width: 30px; }
    .search-result-container .search-result-content .search-results {
      min-height: 140px; }
      .search-result-container .search-result-content .search-results .keys {
        font-weight: bold !important; }
      .search-result-container .search-result-content .search-results .popover-wrapper {
        min-height: 150px; }
        .search-result-container .search-result-content .search-results .popover-wrapper:hover + .popover {
          display: block; }
    .search-result-container .search-result-content .qs {
      text-align: left !important; }
      .search-result-container .search-result-content .qs .boxArrow {
        float: left;
        margin-left: -25px; }

.search-loading-message {
  height: 600px;
  vertical-align: central;
  margin-top: 300px;
  background-color: transparent; }
  .search-loading-message .text-message {
    color: #206bc1; }
  .search-loading-message div {
    top: 200px; }

.headersearch {
  position: relative;
  /*margin-bottom: 100px;*/
  background: #f4f4f4;
  border: 1px solid #ddd;
  border-radius: 4px;
  float: left;
  padding: 10px;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); }
  .headersearch .input-search, .headersearch .btn-search {
    float: left;
    width: 71%;
    padding: 5px;
    height: 50px; }
  .headersearch .btn-search {
    float: left;
    width: 20%;
    padding: 10px;
    width: 15%;
    line-height: 30px;
    margin-left: 5px; }
    .headersearch .btn-search i {
      padding-top: 5px; }
  .headersearch .btn-search-filter {
    float: left;
    width: 83px;
    margin-left: 5px;
    line-height: 30px;
    padding: 9px; }
  .headersearch .search-filter-container {
    width: 95%;
    text-align: left; }
    .headersearch .search-filter-container label, .headersearch .search-filter-container h6 {
      color: #555;
      padding-left: 10px; }
    .headersearch .search-filter-container h6 {
      font-family: "Segoe UI", Tahoma, Helvetica, sans-serif;
      font-size: 14px;
      line-height: 1.42857; }
    .headersearch .search-filter-container input[type='checkbox'] {
      float: left; }

.filter-container {
  padding-top: 20px; }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 568px) and (min-device-width: 320px) and (orientation: portrait) {
  .filter-container {
    padding-top: 5px !important; } }

#search {
  text-align: center;
  min-height: 2000px; }
  #search .empty-result-message ul {
    text-align: left; }
  #search h2, #search h4 {
    font: "Segoe UI", Tahoma, Helvetica, sans-serif;
    color: #005592; }
  #search .headersearch-simpler {
    position: relative;
    /*margin-bottom: 100px;*/
    border-radius: 4px;
    float: left;
    padding: 8px 0 8px 0;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); }
    #search .headersearch-simpler h3 {
      color: #555; }
    #search .headersearch-simpler .row {
      width: 100%;
      margin-left: 10px; }
    #search .headersearch-simpler .col-md-4 {
      padding: 0; }
    #search .headersearch-simpler .col-md-4.first {
      padding-left: 8px !important; }
    #search .headersearch-simpler input[type='text'] {
      height: 46px !important; }
    #search .headersearch-simpler .select2-container .select2-choice {
      padding-top: 12px;
      height: 46px;
      line-height: 1.3em;
      vertical-align: middle; }
    #search .headersearch-simpler .select2-choice {
      padding-top: 20px; }
    #search .headersearch-simpler .search-filters .select2-container {
      padding: 0 5px 0px 5px !important; }
    #search .headersearch-simpler .search-filters input[type='text'] {
      margin: 0 5px 0px 5px !important; }
    #search .headersearch-simpler .btn {
      width: 95%;
      height: 46px;
      margin: 0;
      line-height: 27px; }
    #search .headersearch-simpler .btn-success {
      width: 100%;
      height: 46px;
      line-height: 29px; }
    #search .headersearch-simpler .search-filter-container {
      width: 100%;
      text-align: left; }
      #search .headersearch-simpler .search-filter-container label, #search .headersearch-simpler .search-filter-container h6 {
        color: #555;
        padding-left: 10px; }
      #search .headersearch-simpler .search-filter-container h6 {
        font-family: "Segoe UI", Tahoma, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 1.42857; }
      #search .headersearch-simpler .search-filter-container .checkbox-container {
        float: left;
        margin-top: 30px;
        margin-bottom: 30px; }
      #search .headersearch-simpler .search-filter-container .filter {
        text-align: center !important; }
    #search .headersearch-simpler .nav-stacked li {
      padding-top: 10px;
      padding-bottom: 10px; }
  #search .section {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    margin-top: 10px; }
  #search .section-topless {
    border-top: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px; }
  #search .select2-container .select2-choice > .select2-chosen {
    color: #555; }
  #search .select2-container-search-filter {
    padding-top: 10px;
    padding-bottom: 10px; }
  #search .input-group label {
    margin-left: 6px; }
  #search .search-results {
    padding: 5px;
    border-bottom: solid 1px #ddd;
    margin-right: 0px;
    margin-left: 0px; }
    #search .search-results .col-md-left {
      text-align: left; }
    #search .search-results a {
      color: #005592 !important; }
    #search .search-results label {
      font-weight: bold; }
    #search .search-results span {
      font-weight: normal; }
    #search .search-results .btn-primary {
      color: #fff !important; }
  #search .search-results-container {
    min-height: 500px;
    padding-top: 10px; }
    #search .search-results-container .empty-result {
      padding-top: 20px;
      padding-left: 30px;
      padding-bottom: 20px;
      text-align: left; }
      #search .search-results-container .empty-result .strong {
        font-weight: bold; }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 568px) and (min-device-width: 320px) and (orientation: portrait) {
  #search {
    text-align: center;
    min-height: 680px; }
    #search .empty-result-message ul {
      text-align: left; }
    #search h2, #search h4 {
      font: "Segoe UI", Tahoma, Helvetica, sans-serif;
      color: #005592; }
    #search .headersearch-simpler {
      position: relative;
      /*margin-bottom: 100px;*/
      border-radius: 4px;
      float: left;
      padding: 8px 0 8px 0;
      width: 100%;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); }
      #search .headersearch-simpler h3 {
        color: #555; }
      #search .headersearch-simpler .row {
        width: 100%;
        margin-left: 10px; }
      #search .headersearch-simpler .col-md-4 {
        padding: 0; }
      #search .headersearch-simpler .col-md-4.first {
        padding-left: 8px !important; }
      #search .headersearch-simpler input[type='text'] {
        height: 46px !important; }
      #search .headersearch-simpler .select2-container .select2-choice {
        padding-top: 12px;
        height: 46px;
        line-height: 1.3em;
        vertical-align: middle; }
      #search .headersearch-simpler .select2-choice {
        padding-top: 20px; }
      #search .headersearch-simpler .search-filters .select2-container {
        padding: 0 5px 0px 5px !important; }
      #search .headersearch-simpler .search-filters input[type='text'] {
        margin: 0 5px 0px 5px !important; }
      #search .headersearch-simpler .btn {
        width: 95%;
        height: 46px;
        margin: 0;
        line-height: 27px; }
      #search .headersearch-simpler .btn-success {
        width: 100%;
        height: 46px;
        line-height: 29px; }
      #search .headersearch-simpler .search-filter-container {
        width: 100%;
        text-align: left; }
        #search .headersearch-simpler .search-filter-container label, #search .headersearch-simpler .search-filter-container h6 {
          color: #555;
          padding-left: 10px; }
        #search .headersearch-simpler .search-filter-container h6 {
          font-family: "Segoe UI", Tahoma, Helvetica, sans-serif;
          font-size: 14px;
          line-height: 1.42857; }
        #search .headersearch-simpler .search-filter-container .checkbox-container {
          float: left;
          margin-top: 30px;
          margin-bottom: 30px; }
        #search .headersearch-simpler .search-filter-container .filter {
          text-align: center !important; }
      #search .headersearch-simpler .nav-stacked li {
        padding-top: 10px;
        padding-bottom: 10px; }
    #search .section {
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      margin-bottom: 10px;
      margin-top: 10px; }
    #search .section-topless {
      border-top: none;
      border-bottom: 1px solid #ddd;
      margin-bottom: 10px; }
    #search .select2-container .select2-choice > .select2-chosen {
      color: #555; }
    #search .select2-container-search-filter {
      padding-top: 10px;
      padding-bottom: 10px; }
    #search .input-group label {
      margin-left: 6px; }
    #search .search-results {
      padding: 5px;
      border-bottom: solid 1px #ddd;
      margin-right: 0px;
      margin-left: 0px; }
      #search .search-results .col-md-left {
        text-align: left; }
      #search .search-results a {
        color: #005592 !important; }
      #search .search-results label {
        font-weight: bold; }
      #search .search-results span {
        font-weight: normal; }
      #search .search-results .btn-primary {
        color: #fff !important; }
    #search .search-results-container {
      min-height: 500px;
      padding-top: 10px; }
      #search .search-results-container .empty-result {
        padding-top: 20px;
        padding-left: 30px;
        padding-bottom: 20px;
        text-align: left; }
        #search .search-results-container .empty-result .strong {
          font-weight: bold; } }

.map-container {
  padding-top: 3px;
  padding-left: 20px;
  padding-right: 20px; }

.pagination {
  padding: 0;
  margin: 0; }

.pagination-info-small {
  display: none; }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 568px) and (min-device-width: 320px) and (orientation: portrait) {
  #home-tab .home_search .first {
    width: 100% !important; }
  .input-searchhome {
    padding-left: 30px !important; } }

.loading {
  min-height: 400px;
  margin-top: 10%; }
  .loading h2 {
    font-size: 30px;
    margin-left: 10px; }

/*For IE*/
select::-ms-expand {
  display: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  max-width: 100%;
  background: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  background-image: url(/content/images/deselection.png) !important;
  background-position: 98% 50% !important;
  background-repeat: no-repeat !important; }

.small-margin-top {
  margin-top: 3px; }

section {
  padding: 0; }

.profile-wrapper {
  width: 80%;
  margin: 0 auto; }
  .profile-wrapper .name {
    color: #0072bc !important; }
  .profile-wrapper .keys {
    font-weight: bold; }
  .profile-wrapper .keys-1 {
    font-weight: bold;
    font-size: 16px; }
  .profile-wrapper .badge-img {
    /*float: right;*/
    /*position: absolute;*/
    margin-top: 25% !important;
    text-align: center;
    top: 25px;
    right: 25px; }
  .profile-wrapper .sheaded-background {
    background-color: #eee;
    position: relative; }
  .profile-wrapper .panel-body > .row {
    padding: 25px; }
  .profile-wrapper .section-heading {
    font-size: 24px;
    line-height: 30px;
    color: #990000 !important;
    margin-bottom: 10px !important; }
  .profile-wrapper .address > p {
    margin-bottom: 0px; }
  .profile-wrapper .email-class {
    color: #005592; }
  .profile-wrapper button {
    margin-bottom: 20px !important; }
  .profile-wrapper .col-language {
    word-wrap: break-word; }
    .profile-wrapper .col-language span:first-child {
      display: inline-block; }
    .profile-wrapper .col-language .extra-space {
      padding-right: 4px; }

.service-area h4 {
  color: #005592 !important;
  padding-left: 30px; }

.service-area .key,
.service-area .key-1 {
  padding-left: 20px !important; }

.Profile_img img {
  width: 140px; }

.col-badget {
  height: 100px; }

/* Porfile */
#profile_page {
  width: 100%; }

#profile_page .badge-img {
  top: 15px;
  right: 0px; }

#profile_page .hidden_item .badget {
  margin-left: -18px;
  margin-top: 10px;
  margin-bottom: 10px; }

#profile_page .Profile_img img {
  max-width: 126px;
  max-height: 150px; }

#profile {
  min-height: 700px; }

.profile-container {
  min-height: 1300px; }

.popover-wrapper .badget-wrapper .center-block {
  margin-right: auto !important;
  margin-left: auto !important; }

.popover-wrapper .certificated_nna {
  height: 280px !important;
  width: 400px !important; }
  .popover-wrapper .certificated_nna .boxArrow {
    float: left;
    margin-left: -25px; }

.popover-wrapper:hover .popover-trained {
  display: block;
  -webkit-animation: fade-in .3s linear 1, move-up .3s linear 1;
  -moz-animation: fade-in .3s linear 1, move-up .3s linear 1;
  -ms-animation: fade-in .3s linear 1, move-up .3s linear 1; }

.profile-letter-fixed-v {
  min-height: 0 !important; }

.profile-certifies-adjust {
  position: relative;
  min-height: 1px;
  padding-left: 25px !important; }

.faq li a {
  color: #337ab7; }

.faq .contact {
  list-style: none; }

.popup {
  position: relative;
  display: inline-block; }

.popup .popuptext {
  background-color: white;
  border: 1px solid;
  visibility: hidden;
  color: black;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 2000;
  margin-left: 100px;
  top: 0px;
  height: 280px !important;
  width: 280px !important;
  padding: 10px !important; }

.popup .popupProvisional {
  background-color: white;
  border: 1px solid;
  visibility: hidden;
  color: black;
  text-align: center;
  border-radius: 6px;
  margin-top: -10px !important;
  position: absolute;
  z-index: 2000;
  margin-left: 30px !important;
  top: 0px;
  height: 180px !important;
  width: 200px !important; }
  .popup .popupProvisional .center-block {
    margin-right: auto !important;
    margin-left: auto !important; }
  .popup .popupProvisional .boxArrow {
    padding: 0 !important;
    float: left;
    margin-left: -15px;
    margin-top: 5px; }

.popup:hover .popuptext {
  visibility: visible; }

@media only screen and (min-width: 320px) and (max-width: 719px) {
  .customLogo .logo_left img {
    margin: 0;
    max-width: 150px; }
  .customLogo .logo_right img {
    max-width: 246px;
    display: block;
    margin: auto; }
  .logo_left {
    display: none; }
  #home-tab {
    height: 967px !important; }
    #home-tab li {
      font-size: 13px !important;
      line-height: 25px !important; }
    #home-tab .nav-tabs > li > a {
      height: 64px; }
    #home-tab h2 {
      font-size: 16px !important;
      line-height: 13px !important; }
    #home-tab h4 {
      font-size: 12px; }
    #home-tab h5 {
      text-align: center; }
    #home-tab .fa-search,
    #home-tab .fa-certificate,
    #home-tab .fa-user {
      display: none; }
    #home-tab .row {
      margin: 0px;
      margin-left: -40px; }
    #home-tab .home_search .first {
      width: 113%; }
  #advertisement {
    display: none; }
  section {
    padding: 0; }
  .profile-wrapper {
    width: 100% !important; }
    .profile-wrapper .btn {
      width: 100%;
      height: 50px; }
    .profile-wrapper ul.nav.navbar.nav-stacked.li-checked {
      width: 100%; }
      .profile-wrapper ul.nav.navbar.nav-stacked.li-checked li {
        float: left; }
    .profile-wrapper .Profile_img img {
      display: block;
      margin: auto;
      border: 1px solid #777;
      box-shadow: 3px 3px 3px #777; }
    .profile-wrapper #agent-attributes li {
      text-align: center; }
    .profile-wrapper .name {
      text-align: center; }
  #agents-result .filter-container {
    padding-top: 134px; }
  .search-result-container .search-result-content .icon-badget {
    top: -33px !important;
    left: 50% !important; }
  .search-results ul {
    text-align: center; }
  .search-results .agent-profile-image {
    display: block !important;
    margin: auto !important;
    position: relative !important; }
  .search-results img {
    display: block;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #777;
    box-shadow: 3px 3px 3px #777; }
  .search-results .btn-view-profile a {
    width: 100%;
    height: 50px; }
    .search-results .btn-view-profile a span {
      text-align: center;
      line-height: 38px; }
  .pagination-info-small {
    padding-top: 10px;
    display: block !important;
    width: 100%; }
  .pagination-info-long {
    display: none !important; }
  /* Force table to not be like tables anymore */
  table, thead, tbody, th, td, tr {
    display: block; }
  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  td {
    /* Behave  like a "row" */
    border: none;
    border-top: none !important;
    position: relative;
    padding-left: 50%; }
    td a {
      width: 100%;
      height: 50px; }
      td a span {
        text-align: center;
        line-height: 38px; }
  td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap; } }

@media only screen and (min-width: 414px) and (max-width: 719px) {
  .headersearch .btn-search {
    width: 14%; }
  #home-tab {
    height: 992px !important; }
    #home-tab .nav-tabs > li > a {
      height: 64px; }
    #home-tab .home_search .first {
      width: 100%; }
  #advertisement {
    display: none; }
  section {
    padding: 0; }
  .container {
    width: 95% !important; }
  .Profile_img img {
    display: block;
    margin: auto;
    border: 1px solid #777;
    box-shadow: 3px 3px 3px #777; }
  .profile-wrapper {
    width: 100% !important; }
    .profile-wrapper .badge-img {
      float: none;
      position: relative; }
  .panel-text .panel-body div {
    margin: auto !important; } }

@media (min-width: 720px) and (max-width: 850px) {
  #home-tab {
    height: 861px !important; }
    #home-tab .nav-tabs > li > a {
      height: 64px; }
  .addBox {
    display: block;
    margin: 0 auto;
    padding-bottom: 10px; }
  section {
    padding: 0; }
  .container {
    width: 95% !important; }
  .Profile_img img {
    display: block;
    margin: auto;
    border: 1px solid #777;
    box-shadow: 3px 3px 3px #777; }
  .profile-wrapper {
    width: 100% !important; }
    .profile-wrapper .badge-img {
      float: none;
      position: relative; }
  .panel-text .panel-body div {
    margin: auto !important; } }

@media (min-width: 845px) and (max-width: 1200px) {
  #home-tab {
    height: 724px !important; }
    #home-tab .nav-tabs > li > a {
      height: 64px; }
  section {
    padding: 0; }
  .container {
    width: 95% !important; }
  .Profile_img img {
    display: block;
    margin: auto;
    border: 1px solid #777;
    box-shadow: 3px 3px 3px #777; }
  .profile-wrapper {
    width: 100% !important; }
    .profile-wrapper .badge-img {
      float: none;
      position: relative; }
  .panel-text .panel-body div {
    margin: auto !important; }
  .search-result-container .search-result-content .btn-primary {
    min-width: 100px !important; }
  .search-filter ul li {
    width: 156px; }
    .search-filter ul li label {
      text-align: left;
      width: 130px;
      margin-top: -3px;
      vertical-align: middle;
      white-space: nowrap;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  .restCenter img {
    display: block;
    margin: 0;
    text-align: center; } }

/* ----------- iPhone 4 and 4S ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .customLogo .logo_left img {
    margin: 0;
    max-width: 150px; }
  .customLogo .logo_right img {
    max-width: 246px;
    display: block;
    margin: auto; }
  .logo_left {
    display: none; }
  #home-tab {
    height: 820px !important; }
    #home-tab li {
      font-size: 13px !important;
      line-height: 25px !important; }
    #home-tab .nav-tabs > li > a {
      height: 64px; }
    #home-tab h2 {
      font-size: 16px !important;
      line-height: 13px !important; }
    #home-tab h4 {
      font-size: 12px; }
    #home-tab h5 {
      text-align: center; }
    #home-tab .fa-search,
    #home-tab .fa-certificate,
    #home-tab .fa-user {
      display: none; }
    #home-tab .row {
      margin: 0px;
      margin-left: -40px; }
    #home-tab .home_search .first {
      width: 113%; }
  #advertisement {
    display: none; }
  section {
    padding: 0; }
  .profile-wrapper {
    width: 100% !important; }
    .profile-wrapper .btn {
      width: 100%;
      height: 50px; }
    .profile-wrapper ul.nav.navbar.nav-stacked.li-checked {
      width: 90%; }
    .profile-wrapper .check-mark {
      padding-right: 10px; }
    .profile-wrapper .Profile_img img {
      display: block;
      margin: auto;
      border: 1px solid #777;
      box-shadow: 3px 3px 3px #777; }
    .profile-wrapper .name {
      text-align: center; }
  #agents-result .filter-container {
    padding-top: 134px; }
  .search-loading-message {
    height: 300px;
    vertical-align: central;
    margin-top: 100px; }
  .search-results ul {
    text-align: center; }
  .search-results img {
    display: block;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #777;
    box-shadow: 3px 3px 3px #777; }
  .search-results .btn-view-profile a {
    width: 100%;
    height: 50px; }
    .search-results .btn-view-profile a span {
      text-align: center;
      line-height: 38px; }
  .pagination-info-small {
    padding-top: 10px;
    display: block !important;
    width: 100%; }
  .pagination-info-long {
    display: none !important; }
  #main_footer {
    text-align: center; }
    #main_footer .menu-1, #main_footer .menu-2 {
      display: none; } }

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .customLogo .logo_left img {
    margin: 0;
    max-width: 150px; }
  .customLogo .logo_right img {
    max-width: 246px;
    display: block;
    margin: auto; }
  .logo_left {
    display: none; }
  #home-tab {
    height: 820px !important; }
    #home-tab li {
      font-size: 13px !important;
      line-height: 25px !important; }
    #home-tab .nav-tabs > li > a {
      height: 64px; }
    #home-tab h2 {
      font-size: 16px !important;
      line-height: 13px !important; }
    #home-tab h4 {
      font-size: 12px; }
    #home-tab h5 {
      text-align: center; }
    #home-tab .fa-search,
    #home-tab .fa-certificate,
    #home-tab .fa-user {
      display: none; }
    #home-tab .row {
      margin: 0px;
      margin-left: -40px; }
    #home-tab .home_search .first {
      width: 113%; }
  #advertisement {
    display: none; }
  section {
    padding: 0; }
  .profile-wrapper {
    width: 100% !important; }
    .profile-wrapper .btn {
      width: 100%;
      height: 50px; }
    .profile-wrapper ul.nav.navbar.nav-stacked.li-checked {
      width: 90%; }
    .profile-wrapper .check-mark {
      padding-right: 10px; }
    .profile-wrapper .Profile_img img {
      display: block;
      margin: auto;
      border: 1px solid #777;
      box-shadow: 3px 3px 3px #777; }
    .profile-wrapper .name {
      text-align: center; }
  #agents-result .filter-container {
    padding-top: 134px; }
  .search-loading-message {
    height: 300px;
    vertical-align: central;
    margin-top: 100px; }
  .search-results ul {
    text-align: center; }
  .search-results img {
    display: block;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #777;
    box-shadow: 3px 3px 3px #777; }
  .search-results .btn-view-profile a {
    width: 100%;
    height: 50px; }
    .search-results .btn-view-profile a span {
      text-align: center;
      line-height: 38px; }
  .pagination-info-small {
    padding-top: 10px;
    display: block !important;
    width: 100%; }
  .pagination-info-long {
    display: none !important; }
  #main_footer {
    text-align: center; }
    #main_footer .menu-1, #main_footer .menu-2 {
      display: none; } }

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .customLogo .logo_left img {
    margin: 0;
    max-width: 150px; }
  .customLogo .logo_right img {
    max-width: 246px;
    display: block;
    margin: auto; }
  .logo_left {
    display: none; }
  #home-tab {
    height: 820px !important; }
    #home-tab li {
      font-size: 13px !important;
      line-height: 25px !important; }
    #home-tab .nav-tabs > li > a {
      height: 64px; }
    #home-tab h2 {
      font-size: 16px !important;
      line-height: 13px !important; }
    #home-tab h4 {
      font-size: 12px; }
    #home-tab h5 {
      text-align: center; }
    #home-tab .fa-search,
    #home-tab .fa-certificate,
    #home-tab .fa-user {
      display: none; }
    #home-tab .row {
      margin: 0px;
      margin-left: -40px; }
    #home-tab .home_search .first {
      width: 113%; }
  #advertisement {
    display: none; }
  section {
    padding: 0; }
  .profile-wrapper {
    width: 100% !important; }
    .profile-wrapper .btn {
      width: 100%;
      height: 50px; }
    .profile-wrapper ul.nav.navbar.nav-stacked.li-checked {
      width: 90%; }
    .profile-wrapper .check-mark {
      padding-right: 10px; }
    .profile-wrapper .Profile_img img {
      display: block;
      margin: auto;
      border: 1px solid #777;
      box-shadow: 3px 3px 3px #777; }
    .profile-wrapper .name {
      text-align: center; }
  #agents-result .filter-container {
    padding-top: 134px; }
  .search-loading-message {
    height: 300px;
    vertical-align: central;
    margin-top: 100px; }
  .search-results ul {
    text-align: center; }
  .search-results img {
    display: block;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #777;
    box-shadow: 3px 3px 3px #777; }
  .search-results .btn-view-profile a {
    width: 100%;
    height: 50px; }
    .search-results .btn-view-profile a span {
      text-align: center;
      line-height: 38px; }
  .pagination-info-small {
    padding-top: 10px;
    display: block !important;
    width: 100%; }
  .pagination-info-long {
    display: none !important; }
  #main_footer {
    text-align: center; }
    #main_footer .menu-1, #main_footer .menu-2 {
      display: none; }
  .home_search .input-group {
    width: 94%; } }

/* ----------- iPhone 5 and 5S ----------- */
/* Portrait and Landscape */
/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .customLogo .logo_left img {
    margin: 0;
    max-width: 150px; }
  .customLogo .logo_right img {
    max-width: 246px;
    display: block;
    margin: auto; }
  .logo_left {
    display: none; }
  #home-tab {
    height: 820px !important; }
    #home-tab li {
      font-size: 13px !important;
      line-height: 25px !important; }
    #home-tab .nav-tabs > li > a {
      height: 64px; }
    #home-tab h2 {
      font-size: 16px !important;
      line-height: 13px !important; }
    #home-tab h4 {
      font-size: 12px; }
    #home-tab h5 {
      text-align: center; }
    #home-tab .fa-search,
    #home-tab .fa-certificate,
    #home-tab .fa-user {
      display: none; }
    #home-tab .row {
      margin: 0px;
      margin-left: -40px; }
    #home-tab .home_search .first {
      width: 113%; }
  #advertisement {
    display: none; }
  section {
    padding: 0; }
  .profile-wrapper {
    width: 100% !important; }
    .profile-wrapper .btn {
      width: 100%;
      height: 50px; }
    .profile-wrapper ul.nav.navbar.nav-stacked.li-checked {
      width: 90%; }
    .profile-wrapper .check-mark {
      padding-right: 10px; }
    .profile-wrapper .Profile_img img {
      display: block;
      margin: auto;
      border: 1px solid #777;
      box-shadow: 3px 3px 3px #777; }
    .profile-wrapper .name {
      text-align: center; }
  #agents-result .filter-container {
    padding-top: 134px; }
  .search-loading-message {
    height: 300px;
    vertical-align: central;
    margin-top: 100px; }
  .search-results ul {
    text-align: center; }
  .search-results img {
    display: block;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #777;
    box-shadow: 3px 3px 3px #777; }
  .search-results .btn-view-profile a {
    width: 100%;
    height: 50px; }
    .search-results .btn-view-profile a span {
      text-align: center;
      line-height: 38px; }
  .pagination-info-small {
    padding-top: 10px;
    display: block !important;
    width: 100%; }
  .pagination-info-long {
    display: none !important; }
  #main_footer {
    text-align: center; }
    #main_footer .menu-1, #main_footer .menu-2 {
      display: none; } }

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .customLogo .logo_left img {
    margin: 0;
    max-width: 150px; }
  .customLogo .logo_right img {
    max-width: 246px;
    display: block;
    margin: auto; }
  .logo_left {
    display: none; }
  #home-tab {
    height: 820px !important; }
    #home-tab li {
      font-size: 13px !important;
      line-height: 25px !important; }
    #home-tab .nav-tabs > li > a {
      height: 64px; }
    #home-tab h2 {
      font-size: 16px !important;
      line-height: 13px !important; }
    #home-tab h4 {
      font-size: 12px; }
    #home-tab h5 {
      text-align: center; }
    #home-tab .fa-search,
    #home-tab .fa-certificate,
    #home-tab .fa-user {
      display: none; }
    #home-tab .row {
      margin: 0px;
      margin-left: -40px; }
    #home-tab .home_search .first {
      width: 113%; }
  #advertisement {
    display: none; }
  .home_search .input-group {
    width: 94%; }
  section {
    padding: 0; }
  .profile-wrapper {
    width: 100% !important; }
    .profile-wrapper .btn {
      width: 100%;
      height: 50px; }
    .profile-wrapper ul.nav.navbar.nav-stacked.li-checked {
      width: 90%; }
    .profile-wrapper .check-mark {
      padding-right: 10px; }
    .profile-wrapper .Profile_img img {
      display: block;
      margin: auto;
      border: 1px solid #777;
      box-shadow: 3px 3px 3px #777; }
    .profile-wrapper .name {
      text-align: center; }
  #agents-result .filter-container {
    padding-top: 134px; }
  .search-loading-message {
    height: 300px;
    vertical-align: central;
    margin-top: 100px; }
  .search-results ul {
    text-align: center; }
  .search-results img {
    display: block;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #777;
    box-shadow: 3px 3px 3px #777; }
  .search-results .btn-view-profile a {
    width: 100%;
    height: 50px; }
    .search-results .btn-view-profile a span {
      text-align: center;
      line-height: 38px; }
  .pagination-info-small {
    padding-top: 10px;
    display: block !important;
    width: 100%; }
  .pagination-info-long {
    display: none !important; }
  #main_footer {
    text-align: center; }
    #main_footer .menu-1, #main_footer .menu-2 {
      display: none; } }

/* ----------- iPhone 6 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .customLogo .logo_left img {
    margin: 0;
    max-width: 150px; }
  .customLogo .logo_right img {
    max-width: 246px;
    display: block;
    margin: auto; }
  .logo_left {
    display: none; }
  #home-tab {
    height: 820px !important; }
    #home-tab li {
      font-size: 13px !important;
      line-height: 25px !important; }
    #home-tab .nav-tabs > li > a {
      height: 64px; }
    #home-tab h2 {
      font-size: 16px !important;
      line-height: 13px !important; }
    #home-tab h4 {
      font-size: 12px; }
    #home-tab h5 {
      text-align: center; }
    #home-tab .fa-search,
    #home-tab .fa-certificate,
    #home-tab .fa-user {
      display: none; }
    #home-tab .row {
      margin: 0px;
      margin-left: -40px; }
    #home-tab .home_search .first {
      width: 113%; }
  #advertisement {
    display: none; }
  section {
    padding: 0; }
  .profile-wrapper {
    width: 100% !important; }
    .profile-wrapper .btn {
      width: 100%;
      height: 50px; }
    .profile-wrapper ul.nav.navbar.nav-stacked.li-checked {
      width: 90%; }
    .profile-wrapper .check-mark {
      padding-right: 10px; }
    .profile-wrapper .Profile_img img {
      display: block;
      margin: auto;
      border: 1px solid #777;
      box-shadow: 3px 3px 3px #777; }
    .profile-wrapper .name {
      text-align: center; }
  #agents-result .filter-container {
    padding-top: 134px; }
  .search-loading-message {
    height: 300px;
    vertical-align: central;
    margin-top: 100px; }
  .search-results ul {
    text-align: center; }
  .search-results img {
    display: block;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #777;
    box-shadow: 3px 3px 3px #777; }
  .search-results .btn-view-profile a {
    width: 100%;
    height: 50px; }
    .search-results .btn-view-profile a span {
      text-align: center;
      line-height: 38px; }
  .pagination-info-small {
    padding-top: 10px;
    display: block !important;
    width: 100%; }
  .pagination-info-long {
    display: none !important; }
  #main_footer {
    text-align: center; }
    #main_footer .menu-1, #main_footer .menu-2 {
      display: none; } }

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .customLogo .logo_left img {
    margin: 0;
    max-width: 150px; }
  .customLogo .logo_right img {
    max-width: 246px;
    display: block;
    margin: auto; }
  .logo_left {
    display: none; }
  #home-tab {
    height: 820px !important; }
    #home-tab li {
      font-size: 13px !important;
      line-height: 25px !important; }
    #home-tab .nav-tabs > li > a {
      height: 64px; }
    #home-tab h2 {
      font-size: 16px !important;
      line-height: 13px !important; }
    #home-tab h4 {
      font-size: 12px; }
    #home-tab h5 {
      text-align: center; }
    #home-tab .fa-search,
    #home-tab .fa-certificate,
    #home-tab .fa-user {
      display: none; }
    #home-tab .row {
      margin: 0px;
      margin-left: -40px; }
    #home-tab .home_search .first {
      width: 113%; }
  #advertisement {
    display: none; }
  section {
    padding: 0; }
  .profile-wrapper {
    width: 100% !important; }
    .profile-wrapper .btn {
      width: 100%;
      height: 50px; }
    .profile-wrapper ul.nav.navbar.nav-stacked.li-checked {
      width: 90%; }
    .profile-wrapper .check-mark {
      padding-right: 10px; }
    .profile-wrapper .Profile_img img {
      display: block;
      margin: auto;
      border: 1px solid #777;
      box-shadow: 3px 3px 3px #777; }
    .profile-wrapper .name {
      text-align: center; }
  #agents-result .filter-container {
    padding-top: 134px; }
  .search-loading-message {
    height: 300px;
    vertical-align: central;
    margin-top: 100px; }
  .search-results ul {
    text-align: center; }
  .search-results img {
    display: block;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #777;
    box-shadow: 3px 3px 3px #777; }
  .search-results .btn-view-profile a {
    width: 100%;
    height: 50px; }
    .search-results .btn-view-profile a span {
      text-align: center;
      line-height: 38px; }
  .pagination-info-small {
    padding-top: 10px;
    display: block !important;
    width: 100%; }
  .pagination-info-long {
    display: none !important; }
  #main_footer {
    text-align: center; }
    #main_footer .menu-1, #main_footer .menu-2 {
      display: none; } }

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .customLogo .logo_left img {
    margin: 0;
    max-width: 150px; }
  .customLogo .logo_right img {
    max-width: 246px;
    display: block;
    margin: auto; }
  .logo_left {
    display: none; }
  #home-tab {
    height: 820px !important; }
    #home-tab li {
      font-size: 13px !important;
      line-height: 25px !important; }
    #home-tab .nav-tabs > li > a {
      height: 64px; }
    #home-tab h2 {
      font-size: 16px !important;
      line-height: 13px !important; }
    #home-tab h4 {
      font-size: 12px; }
    #home-tab h5 {
      text-align: center; }
    #home-tab .fa-search,
    #home-tab .fa-certificate,
    #home-tab .fa-user {
      display: none; }
    #home-tab .row {
      margin: 0px;
      margin-left: -40px; }
    #home-tab .home_search .first {
      width: 113%; }
  #advertisement {
    display: none; }
  section {
    padding: 0; }
  .profile-wrapper {
    width: 100% !important; }
    .profile-wrapper .btn {
      width: 100%;
      height: 50px; }
    .profile-wrapper ul.nav.navbar.nav-stacked.li-checked {
      width: 90%; }
    .profile-wrapper .check-mark {
      padding-right: 10px; }
    .profile-wrapper .Profile_img img {
      display: block;
      margin: auto;
      border: 1px solid #777;
      box-shadow: 3px 3px 3px #777; }
    .profile-wrapper .name {
      text-align: center; }
  #agents-result .filter-container {
    padding-top: 134px; }
  .search-loading-message {
    height: 300px;
    vertical-align: central;
    margin-top: 100px; }
  .search-results ul {
    text-align: center; }
  .search-results img {
    display: block;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #777;
    box-shadow: 3px 3px 3px #777; }
  .search-results .btn-view-profile a {
    width: 100%;
    height: 50px; }
    .search-results .btn-view-profile a span {
      text-align: center;
      line-height: 38px; }
  .pagination-info-small {
    padding-top: 10px;
    display: block !important;
    width: 100%; }
  .pagination-info-long {
    display: none !important; }
  #main_footer {
    text-align: center; }
    #main_footer .menu-1, #main_footer .menu-2 {
      display: none; } }

/* ----------- iPhone 6+ ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .customLogo .logo_left img {
    margin: 0;
    max-width: 150px; }
  .customLogo .logo_right img {
    max-width: 246px;
    display: block;
    margin: auto; }
  .logo_left {
    display: none; }
  #home-tab {
    height: 820px !important; }
    #home-tab li {
      font-size: 13px !important;
      line-height: 25px !important; }
    #home-tab .nav-tabs > li > a {
      height: 64px; }
    #home-tab h2 {
      font-size: 16px !important;
      line-height: 13px !important; }
    #home-tab h4 {
      font-size: 12px; }
    #home-tab h5 {
      text-align: center; }
    #home-tab .fa-search,
    #home-tab .fa-certificate,
    #home-tab .fa-user {
      display: none; }
    #home-tab .row {
      margin: 0px;
      margin-left: -40px; }
    #home-tab .home_search .first {
      width: 113%; }
  #advertisement {
    display: none; }
  .home_search .input-group {
    width: 94%; }
  section {
    padding: 0; }
  .profile-wrapper {
    width: 100% !important; }
    .profile-wrapper .btn {
      width: 100%;
      height: 50px; }
    .profile-wrapper ul.nav.navbar.nav-stacked.li-checked {
      width: 90%; }
    .profile-wrapper .check-mark {
      padding-right: 10px; }
    .profile-wrapper .Profile_img img {
      display: block;
      margin: auto;
      border: 1px solid #777;
      box-shadow: 3px 3px 3px #777; }
    .profile-wrapper .name {
      text-align: center; }
  #agents-result .filter-container {
    padding-top: 134px; }
  .search-loading-message {
    height: 300px;
    vertical-align: central;
    margin-top: 100px; }
  .search-results ul {
    text-align: center; }
  .search-results img {
    display: block;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #777;
    box-shadow: 3px 3px 3px #777; }
  .search-results .btn-view-profile a {
    width: 100%;
    height: 50px; }
    .search-results .btn-view-profile a span {
      text-align: center;
      line-height: 38px; }
  .pagination-info-small {
    padding-top: 10px;
    display: block !important;
    width: 100%; }
  .pagination-info-long {
    display: none !important; }
  #main_footer {
    text-align: center; }
    #main_footer .menu-1, #main_footer .menu-2 {
      display: none; } }

/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .customLogo .logo_left img {
    margin: 0;
    max-width: 150px; }
  .customLogo .logo_right img {
    max-width: 246px;
    display: block;
    margin: auto; }
  .logo_left {
    display: none; }
  #home-tab {
    height: 820px !important; }
    #home-tab li {
      font-size: 13px !important;
      line-height: 25px !important; }
    #home-tab .nav-tabs > li > a {
      height: 64px; }
    #home-tab h2 {
      font-size: 16px !important;
      line-height: 13px !important; }
    #home-tab h4 {
      font-size: 12px; }
    #home-tab h5 {
      text-align: center; }
    #home-tab .fa-search,
    #home-tab .fa-certificate,
    #home-tab .fa-user {
      display: none; }
    #home-tab .row {
      margin: 0px;
      margin-left: -40px; }
    #home-tab .home_search .first {
      width: 113%; }
  #advertisement {
    display: none; }
  section {
    padding: 0; }
  .profile-wrapper {
    width: 100% !important; }
    .profile-wrapper .btn {
      width: 100%;
      height: 50px; }
    .profile-wrapper ul.nav.navbar.nav-stacked.li-checked {
      width: 90%; }
    .profile-wrapper .check-mark {
      padding-right: 10px; }
    .profile-wrapper .Profile_img img {
      display: block;
      margin: auto;
      border: 1px solid #777;
      box-shadow: 3px 3px 3px #777; }
    .profile-wrapper .name {
      text-align: center; }
  #agents-result .filter-container {
    padding-top: 134px; }
  .search-loading-message {
    height: 300px;
    vertical-align: central;
    margin-top: 100px; }
  .search-results ul {
    text-align: center; }
  .search-results img {
    display: block;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #777;
    box-shadow: 3px 3px 3px #777; }
  .search-results .btn-view-profile a {
    width: 100%;
    height: 50px; }
    .search-results .btn-view-profile a span {
      text-align: center;
      line-height: 38px; }
  .pagination-info-small {
    padding-top: 10px;
    display: block !important;
    width: 100%; }
  .pagination-info-long {
    display: none !important; }
  #main_footer {
    text-align: center; }
    #main_footer .menu-1, #main_footer .menu-2 {
      display: none; } }

/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .customLogo .logo_left img {
    margin: 0;
    max-width: 150px; }
  .customLogo .logo_right img {
    max-width: 246px;
    display: block;
    margin: auto; }
  .logo_left {
    display: none; }
  #home-tab {
    height: 820px !important; }
    #home-tab li {
      font-size: 13px !important;
      line-height: 25px !important; }
    #home-tab .nav-tabs > li > a {
      height: 64px; }
    #home-tab h2 {
      font-size: 16px !important;
      line-height: 13px !important; }
    #home-tab h4 {
      font-size: 12px; }
    #home-tab h5 {
      text-align: center; }
    #home-tab .fa-search,
    #home-tab .fa-certificate,
    #home-tab .fa-user {
      display: none; }
    #home-tab .row {
      margin: 0px;
      margin-left: -40px; }
    #home-tab .home_search .first {
      width: 113%; }
  #advertisement {
    display: none; }
  .home_search .input-group {
    width: 94%; }
  section {
    padding: 0; }
  .profile-wrapper {
    width: 100% !important; }
    .profile-wrapper .btn {
      width: 100%;
      height: 50px; }
    .profile-wrapper ul.nav.navbar.nav-stacked.li-checked {
      width: 90%; }
    .profile-wrapper .check-mark {
      padding-right: 10px; }
    .profile-wrapper .Profile_img img {
      display: block;
      margin: auto;
      border: 1px solid #777;
      box-shadow: 3px 3px 3px #777; }
    .profile-wrapper .name {
      text-align: center; }
  #agents-result .filter-container {
    padding-top: 134px; }
  .search-loading-message {
    height: 300px;
    vertical-align: central;
    margin-top: 100px; }
  .search-results ul {
    text-align: center; }
  .search-results img {
    display: block;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #777;
    box-shadow: 3px 3px 3px #777; }
  .search-results .btn-view-profile a {
    width: 100%;
    height: 50px; }
    .search-results .btn-view-profile a span {
      text-align: center;
      line-height: 38px; }
  .pagination-info-small {
    padding-top: 10px;
    display: block !important;
    width: 100%; }
  .pagination-info-long {
    display: none !important; }
  #main_footer {
    text-align: center; }
    #main_footer .menu-1, #main_footer .menu-2 {
      display: none; } }

/* ----------- iPad mini ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPad 1 and 2 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .headersearch .btn-search {
    width: 14%; }
  #home-tab {
    height: 729px !important; }
    #home-tab .nav-tabs > li > a {
      height: 64px; }
  #advertisement {
    display: none; }
  /* Force table to not be like tables anymore */
  table, thead, tbody, th, td, tr {
    display: block; }
  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  tr {
    border: 1px solid #ccc; }
  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    /*padding-left: 50%; */ }
  td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap; }
  .search-results img {
    display: block;
    margin: auto;
    border: 1px solid #777;
    box-shadow: 3px 3px 3px #777; }
  .search-results .btn-view-profile a {
    width: 100%;
    height: 50px; }
    .search-results .btn-view-profile a span {
      text-align: center;
      line-height: 38px; }
  section {
    padding: 0; }
  .profile-wrapper {
    width: 100% !important; }
    .profile-wrapper ul.nav.navbar.nav-stacked.li-checked {
      width: 90%; } }

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .headersearch .btn-search {
    width: 14%; }
  #home-tab {
    height: 729px !important; }
    #home-tab .nav-tabs > li > a {
      height: 64px; }
  #advertisement {
    display: none; }
  /* Force table to not be like tables anymore */
  table, thead, tbody, th, td, tr {
    display: block; }
  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  tr {
    border: 1px solid #ccc; }
  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    /*padding-left: 50%; */ }
  td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap; }
  .search-results img {
    display: block;
    margin: auto;
    border: 1px solid #777;
    box-shadow: 3px 3px 3px #777; }
  .search-results .btn-view-profile a {
    width: 100%;
    height: 50px; }
    .search-results .btn-view-profile a span {
      text-align: center;
      line-height: 38px; }
  section {
    padding: 0; }
  .profile-wrapper {
    width: 100% !important; }
    .profile-wrapper ul.nav.navbar.nav-stacked.li-checked {
      width: 90%; } }

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .headersearch .btn-search {
    width: 14%; }
  #home-tab {
    height: 729px !important; }
    #home-tab .nav-tabs > li > a {
      height: 64px; }
  #advertisement {
    display: none; }
  /* Force table to not be like tables anymore */
  table, thead, tbody, th, td, tr {
    display: block; }
  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  tr {
    border: 1px solid #ccc; }
  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    /*padding-left: 50%; */ }
  td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap; }
  .search-results img {
    display: block;
    margin: auto;
    border: 1px solid #777;
    box-shadow: 3px 3px 3px #777; }
  .search-results .btn-view-profile a {
    width: 100%;
    height: 50px; }
    .search-results .btn-view-profile a span {
      text-align: center;
      line-height: 38px; }
  .search-filter ul li {
    width: 156px;
    white-space: nowrap;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .btn-view-profile {
    margin-left: -20px; }
  section {
    padding: 0; }
  .profile-wrapper {
    width: 100% !important; }
    .profile-wrapper ul.nav.navbar.nav-stacked.li-checked {
      width: 90%; } }

/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .headersearch .btn-search {
    width: 14%; }
  #home-tab {
    height: 729px !important; }
    #home-tab .nav-tabs > li > a {
      height: 64px; }
  #advertisement {
    display: none; }
  /* Force table to not be like tables anymore */
  table, thead, tbody, th, td, tr {
    display: block; }
  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  tr {
    border: 1px solid #ccc; }
  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    /*padding-left: 50%; */ }
  td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap; }
  .search-results img {
    display: block;
    margin: auto;
    border: 1px solid #777;
    box-shadow: 3px 3px 3px #777; }
  .search-results .btn-view-profile a {
    width: 100%;
    height: 50px; }
    .search-results .btn-view-profile a span {
      text-align: center;
      line-height: 38px; }
  section {
    padding: 0; }
  .profile-wrapper {
    width: 100% !important; }
    .profile-wrapper ul.nav.navbar.nav-stacked.li-checked {
      width: 90%; } }

/* Portrait */
/* Landscape */
@media print {
  hr.hr-gradient {
    border-top: 2px solid !important;
    height: 1px;
    /*@include linear-gradient;*/
    border-color: black !important; }
  .width-75-print {
    width: auto; }
  .width-100-print {
    width: 100%; }
  .width-100-fixed-print {
    width: 100px; }
  .width-150-fixed-print {
    width: 150px; }
  .width-200-fixed-print {
    width: 200px; }
  .width-250-fixed-print {
    width: 250px; }
  .margin-letter {
    width: 100% !important; }
  .margin-5-right {
    margin-right: -5% !important; }
  .navbar {
    display: inline-block !important; }
  .panel-body {
    padding: 0 !important;
    border: none !important; }
  .row-padding-bottom-print {
    padding-bottom: 0px !important; }
  .row-padding-top-print {
    padding-top: 0px !important; }
  .div-page-break-print {
    page-break-inside: avoid; }
  .badget-print {
    background: url("../images/nsa_profile_badge_bg.png") !important;
    height: 90px;
    width: 83px; }
  .badget-trained-print {
    background: url("../images/nsa_profile_badge_trained_bg.png") !important;
    height: 100px;
    width: 100px; }
  a[href]:after {
    content: none; }
  abbr[title]:after {
    content: none; }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: none; }
  .profile-wrapper .panel-body > .row {
    padding: 0px; }
  .panel-text .panel-body > div:nth-child(odd) {
    background: white !important; }
  .profile-wrapper .sheaded-background {
    background-color: white !important;
    position: relative; }
  .header-logo-print {
    padding: 0;
    width: 102% !important;
    margin-left: -2% !important;
    background-color: white !important; }
  .flex-container-print {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .col-xs-2-print {
    width: 21% !important; }
  .col-xs-7-print {
    width: 58% !important; }
  .col-xs-8-print {
    width: 66.66666667% !important; } }
