﻿/* COMMON*/

.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/*.hidden {
  display: none !important;
}*/
.affix {
  position: fixed;
}

[role="button"] {
  cursor: pointer;
}
.close {
  float: right;
  font-size: 40px;
  font-weight: bold;
  color: #3D6C9A;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.close:hover,
.close:focus {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.pad-top {
    margin-top:20px;
}


/* COLLAPSE*/

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}

/* MODAL*/

.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  padding-right:0 !important;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #1a232f;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.modal-header {
  padding: 20px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-body .button, .modal-footer .button {
  width:100%;
}
.modal-body h5 {
  margin-top:0;
}
.modal-footer {
  padding: 15px;
  text-align:center;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
img.logo-curricula-survey {
    margin:auto;
    margin-top:20px;
}
.modal .logo-wrapper {
    text-align:center;
}
@media (min-width: 768px) {
    .modal-body .button, .modal-footer .button {
        width:auto;
    }
    img.logo-curricula-survey {
        float:right;
        display:inline;
        margin-top:-45px;
    }
    .modal-header {
        padding: 20px;
    }
    .modal-body, .modal-footer {
        padding:70px;
        padding-top:0;
        text-align:left;
    }
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}


/* Form */ 

.form-group label {
    display:block;
    width:100%;
    margin-bottom:5px;
}
.form-group {
    margin-bottom:20px;
}

.form-group textarea, .form-group select, .form-group input {
    width:100%;
    padding:10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}




/* Accordion */

.accordion__content {
    padding:20px 0;

}
.accordion__item a.accordion_link:first-child { 
    background-color: #f2f3f4;
    display:block;
    width:100%;
    color:#204666;
    padding:12px 40px 12px 20px;
    text-decoration:none;
    font-size:18px;
    margin-bottom:2px;
    font-weight:400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position:relative;
}


.accordion__item a.accordion_link:first-child:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\f067";
    position: absolute;
    right: 20px;
    top:12px;
}
.isOpenAccordion a.accordion_link:first-child { 
    background-color: #3d6b99;
    color:#fff;
}
.isOpenAccordion a.accordion_link:first-child:after { 
    content: "\f00d";
    color:#ffc000;
}




.top_accordion_bar{
    background-color: #f2f3f4;
    display:block;
    width:100%;
    color:#204666;
    padding:12px 40px 12px 20px;
    text-decoration:none;
    font-size:18px;
    margin-bottom:2px;
    font-weight:400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position:relative;
}
.top_accordion_bar:first-child:after{
       font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\f067";
    position: absolute;
    right: 20px;
    top:12px;
}


.top_bar_open{
        background-color: #3d6b99;
        color:#fff;
}


.top_bar_open:first-child:after{
    content: "\f00d";
    color:#ffc000;
}


.inside_accordion
{
   /* border: solid; 
    border-width: thin;
    border-color: #3d6b99;*/
    background-color: #ffffff;
    color: #204666;
    margin-top:5px;
}



/* BRAND CONTENT BANNER */

.content-banner {
    width: 100%;
    height:auto;
    background-color: #f2f3f4;
    margin: 3.125em 0;
    padding: 1.25em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position:relative;
}
.content-banner h5 {
   margin:0;
}
.content-banner p {
   margin-bottom:0;
   margin-top:15px;
}
.content-banner.brand {
    border-top: solid 4px #ffc000;
}
.content-banner .content-intro {
    text-align:center;
    width:100%;
    margin-bottom:20px;
}
.content-banner .content-middle {
    text-align:center;
    width:100%;
}
.content-banner .cta {
    text-align:center;
    width:100%;
    margin-top:20px;
}
.content-banner .button {
    padding: 0.3125em 1.25em;
}
    

@media (min-width: 768px) {
    .accordion__content {
        padding:20px;
    }
    .content-banner .content-intro {
        text-align:left;
        float:left;
        width:15%;
        margin-bottom:0;
        padding-right:20px;
    }
    .content-banner .content-middle {
        text-align:left;
        float:left;
        width:55%
    }
    .content-banner .cta {
        text-align:right;
        text-align:right;
        float:right;
        width:25%;
        margin:0;
    }


    .accordion-link span
    {
        margin-top: -200px;
        padding-bottom: 200px;
        display:block;
        /*background-color: red;*/
    }

    .space
    {
        /*background-color: red; */
        padding-top:5px;
    }



}