/**************************************************/
/*****************GLOBAL*************************/
/**************************************************/
.dark-blue-bg {
    color: #FFF;
    background-color: #053364;
}
.dark-blue-txt {
    color: #053364;
}
.light-blue-txt, .light-blue-txt:hover, .light-blue-txt:active, .light-blue-txt:focus {
    color: #ADD6FF;
    text-decoration: none;
}
.upper-txt {
    text-transform: uppercase;
}
.center {
    text-align: center;;
}
.right-txt {
    text-align: right;
}
.font-17 {
    font-size: 17px;
}
.grey-txt {
    font-size: 18px;
    line-height: 1.2em;
    color: #CCC;
}
.font-16 {
    font-size: 16px;
}
.font-20 {
    font-size: 20px;
}
.mrg-20 {
    margin: 20px 0;
}
.top-15 {
    padding-top: 15px;
}
.underline {
    text-decoration: underline;
}
.gform_wrapper ul li.gfield.fullwidth-cnt, .gform_wrapper ul li.gfield.fullwidth-cnt input, .fullwidth-cnt {
    width: 99% !important;
    max-width: 100%;
}
.custom-modal .modal-dialog  .gform_button.button {
    font-size: 16px !important;
    display: block !important;
    margin: auto !important;
    padding: 5px 20px !important;
    -webkit-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    color: #FFF;
    border: 1px solid #053364;
    border-radius: 3px;
    background: #053364;
}
.custom-modal .modal-dialog  .gform_button.button:hover {
    color: #053364;
    background: #FFF;
}
.custom-modal .modal-dialog     input[type='text'], .custom-modal .modal-dialog     input[type='password'] {
    font-size: 17px;
    width: 100%;
    /* max-width: 360px; */
    text-indent: 10px;
    border: 1px solid #666;
    border-radius: 5px;
}
.custom-modal .gform_wrapper .ginput_complex .ginput_cardinfo_right {
  min-width: 265px!important;
}
.gf_left_half .ginput_container_text {
  padding-right: 8px;
}
.custom-modal .modal-dialog     input[type='text']:active, .custom-modal .modal-dialog  input[type='text']:focus, .custom-modal .modal-dialog   input[type='password']:active, .custom-modal .modal-dialog  input[type='password']:focus {
    color: #053364;
    border-color: #053364;
}
.custom-modal .dark-blue-txt {
    font-weight: 700;
}

/**************************************************/
/*****************STUDDY BUDDY LANDING*************************/
/**************************************************/
.sb-three {
    display: block;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
            transition: all .3s ease;
}
.sb-tab.opened .sb-three {
    max-height: none;
}
.sb-tab a.sb-tab-heading, .sb-tab .post-category-tree ul li span.toggle-tree, .sb-tab {
    font-size: 14px;
    cursor: pointer;
    transition: color .3s ease;
    color: #053364;
}
.sb-tab .post-category-tree ul li span.toggle-tree:hover {
    color: #ADD6FF;
}
.sb-tab .post-category-tree ul li .sub span.toggle-tree {
    font-size: 12px;
    padding: 0 5px;
}
.sb-tab .post-category-tree ul {
    padding: 0;
}
.sb-tab a.sb-tab-heading {
    display: block;
    margin: 10px 0;
    cursor: pointer;
}
.sb-tab .more.toggle-tree, .sb-tab .toggle-tree:before {
    display: none;
}
.sb-tab .sb-tab-heading {
    position: relative;
}
.sb-tab .sb-tab-heading:before {
    position: absolute;
    top: -1px;
    left: -11px;
    content: '+';
}
.sb-tab.opened .sb-tab-heading:before {
    content: '-';
}
.sb-three > li {
    display: block;
    float: left;
    width: 33.33%;
}
.sidebar-login {
    width: 100%;
}
.post-category-tree.sb-three {
    padding: 0;
}
.toggle-tree:hover {
    color: #78A9DA;
}
.supporting-content {
    font-size: 26px;
    font-weight: 100;
    line-height: 1.2em;
    padding: 15px 0;
    border-bottom: 1px dotted #76A3D3;
}
.sidebar-accordion .panel {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
}
.sidebar-accordion .panel + .panel {
    margin-top: 0;
}
.sub-heading {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    display: block;
    padding: 20px 20px 20px 0;
    color: #FFF;
    border-top: 1px dotted #76A3D3;
    border-bottom: 1px dotted #76A3D3;
}
.sub-heading:after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    content: '\f139';
    transform: translateY(-50%);
    color: #76A3D3;

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sub-heading.collapsed:after {
    content: '\f13a';
}
.sub-heading:hover, .sub-heading:focus, .sub-heading:active {
    text-decoration: none;
    color: #76A3D3;
}
.sub-heading.bottom-0 {
    border-bottom: 0;
}
.sub-heading i:first-of-type {
    font-size: 25px;
    margin-right: 15px;
}
.sub-heading i.fa-chevron-circle-down {
    float: right;
    margin: 6px 0;
    color: #76A3D3;
}
.sub-content {
    font-size: 14px;
}
.sub-content ul li {
    font-size: 12px;
    padding: 5px 0;
    list-style: none;
    border-top: 1px dotted;
    border-bottom: 1px dotted;
}
.sub-content ul li a {
    font-size: 12px;
    float: right;
    cursor: pointer;
}
.sidebar-login {
    font-size: 23px;
}
.videodesc {
    font-size: 23px;
    margin: 77px 0 15px;
}
#vimeoplayer {
    margin: 0 0 15px;
}
.videodesc h1 {
    font-size: 51px;
}
.page-template-template-studyBuddy-landing-php h3 {
    font-size: 36px;
    font-weight: 100;
    margin: 28px 0;
    color: #000;
}
.page-template-template-studyBuddy-landing-php h5 {
    font-size: 30px;
    font-weight: 400;
    margin: 28px 0 5px;
    color: #000;
}
.sidebar-post h2, .sidebar-login h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1em;
    display: block;
    margin-bottom: 5px;
    padding: 15px 0 0;
    letter-spacing: -1px;
}
.sidebar-post h1, .sidebar-login h1 {
    margin: 0;
}
.sidebar-post i, .sidebar-login i {
    color: #CCC;
}
.sub-content a {
    color: #76A3D3;
}
.sidebar-login h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}
.sidebar-login .grey-txt {
    margin: 56px 0 0;
}
.sidebar-login  .login-account-btn,
.sidebar-post  .login-account-btn {
    margin: 15px 0;
    background: #efad35;
    border-color: #B57502;
}
.sidebar-login  .login-account-btn:hover,
.sidebar-post  .login-account-btn:hover {
    margin: 15px 0;
    color: #efad35;
}
.advantages p {
  color: #000;
  font-size: 1.2em;
  margin: 0 0 20px;
}
.advantages ul {
  font-size: 1.2em;
  color: #000;
}
.advantages .two-columns {
    width: 100%;
}
.sidebar-login ul {
    font-size: 12px;
    line-height: 2em;
    padding: 0;
}
.testimonials .upper-txt {
    font-size: 14px;
    margin: 12px 0;
    color: #000;
}
.testimonials img {
    display: block;
    width: 80px;
    margin-top: 20px;
    float: left;
}
.testimonial-info {
  margin-left: 110px;
}
.testimonial-info p {
  margin-bottom: 10px;
}
.testimonials .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.testimonials blockquote {
    font-style: italic;
    margin: 0 0 10px;
    padding: 0;
    border: 0;
}
.testimonial-content {
  font-style: italic;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2em;
  font-weight: 300;
}
.testimonial-name {
  
}
.testimonial-school {
  font-size: 0.9em;
}
.testimonials blockquote:before, .testimonials blockquote:after {
    display: none;
}
.advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

/**************************************************/
/*****************Post page**************************/
/**************************************************/
.sidebar-post-cnt {
    padding: 0;
}
.sidebar-login {
    color: #FFF;
    background-color: #053364;
}
.sidebar-login, .sidebar-post {
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
}
.sidebar-post .login-account-btn {
    width: 100%;
    max-width: 400px;
    margin: 20px 0;
}
.sidebar-post-cnt .testimonials .upper-txt {
    margin: 20px 0 0;
    color: #FFF;
}
.single-post .content-container {
    width: 100% !important;
}
div .content-container .content-functional-area div.area-element {
    margin-right: 15px;
}

/**************************************************/
/*****************BUTTONS**************************/
/**************************************************/
.entry .related-videos-btn,
.login-account-btn {
    font-size: 18px;
    display: block;
    width: 300px;
    max-width: 100%;
    padding: 10px 0;
    cursor: pointer;
    -webkit-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    border: 2px solid #78A9DA;
    border-radius: 9px;
    background: #78A9DA;
}
.entry .related-videos-btn:hover,
.login-account-btn:hover {
    text-decoration: none;
    color: #78A9DA;
    border-color: #78A9DA;
    background-color: #FFF;
}
.entry .related-videos-btn {
  font-size: 14px;
  margin: 0;
}
.related-content-title {
  padding: 12px 0;
}

/**************************************************/
/***************** Subscribtion modals ************/
/**************************************************/
.custom-modal {
    border-radius: 13px;
    background: rgba(19,48,77,.5);
}
.custom-modal .modal-content {
    padding: 20px 50px;
}
.two-collumns ul {
    display: block;
}
.two-collumns ul li {
    font-size: 18px;
    font-weight: 400;
    display: flex;
    float: left;
    flex-direction: column;
    width: 50%;
    text-align: center;

    justify-content: center;
    align-items: center;
}
.two-collumns ul li input {
    margin: 5px 0;

    order: 2;
}
.two-collumns  label {
    display: none;
}
.two-collumns ul li label {
    font-weight: 400;
}
/* Popup Form for StudyBuddy */
.studybuddy-modal .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}
.studybuddy-modal .gform_wrapper .top_label .gfield_price .gfield_label {
  width: 100%;
  text-align: center;
  color: #114c79;
  font-size: 1.5em;

}
.studybuddy-modal .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.medium {
  width: 90%;
}
.studybuddy-modal .gfield_radio li {
  width: 50%;
  float: left;
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 10px;
}
.mar-b-10 {
  margin-bottom: 10px;
}
.sidebar-promo-content {
  font-size: 0.5em;
  margin: 30px 0;
  width: 290px;
}
.sidebar-post .sidebar-promo-content {
  width: auto;
}
.sidebar-post-aside {
  font-size: 1em;
}
.content-functional-area {
    font-size: .8em;
}
.list-style-check li {
  list-style-type: none;
}
.list-style-check li:before {
  content: "\f058";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #45C22C;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  padding: 0 10px;
}
.list-style-check.list-sidebar {
  padding-left: 30px;
}
.list-style-check.list-sidebar li {
  line-height: 1.75em;
}
.list-style-check.list-sidebar li:before {
  position: absolute;
  left: 10px;
}
.check-icon:before {
  content: "\f058";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #45C22C;
  font-size: 36px;
  display: inline-block;
  text-align: center;
  width: 100%;
  background: #fff;
  border-radius: 5px;
}

/**************************************************/
/***************** Videos ************/
/**************************************************/
.related-videos img {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}
.related-content {
    margin: 30px 0 0;
}
.related-videos > div {
    margin-top: 15px;
    margin-bottom: 15px;
}
.related-content .related-title {
    font-size: 2em;
    float: left;
    margin: 20px 0;
    color: grey;
}
.related-video-thumb {
    width: 100%;
    margin-bottom: 20px;
}
.related-content a {
    font-size: 14px;
    font-weight: 700;
    display: block;
    cursor: pointer;
    text-align: left;
    color: #425B6C;
}
.related-content a:hover {
    text-decoration: none;
}
.related-content .login-account-btn {
    font-size: 18px;
    float: right;
    width: 240px;
    text-align: center;
    color: #FFF;
}
.related-content .login-account-btn:hover {
    color: #78A9DA;
}
footer {
    margin-top: 20px;
}
.audio-overview-list {
    margin: 0 -15px;
    padding: 0;
}
.audio-file {
    border: 0;
}
.promo-img {
    max-width: 100%;
    margin-bottom: 10px;
}
.tm-text {
    font-size: .2em;
    position: relative;
}
.sidebar-post .tm-text {
  top: -20px;
}
.note-pad-section {
    float: right;
}
.content-container.show-comments .entry {
    width: 500px;
}
.notepad-ad-wrp.show-notepad-ad {
    float: none;
}
.content-container.show-comments .casebriefs-comments {
    position: relative;
    float: none;
}
.tm {
    font-size: .5em;
    position: relative;
    top: -15px;
}
.tml {
    max-width: 600px;
}
.tml-user-pass1-wrap #pass1 {
    width: 68%;
}
.premVid_video {
    width: 100%;
    margin-bottom: 10px; 
}
.gform_wrapper .gform_footer {
    text-align: center;
}
.all-content .vimeo-video {
    max-width: 100%;
}
#wp-submit {
    display: block;
    float: right;
    color: #ffffff;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    border: none;
    border-radius: 3px;
    padding: 7px 19px;
    background-color: #0680fa;
    border-color: #0680fa;
    border-radius: 4px;
}
.sb-header {
  color: #71aad8;
  font-family: 'Roboto', sans-serif;
  font-size: 1.1em;
  text-align: center;
  margin: 20px auto;
  font-weight: 200;
}
.sb-header-text {
  font-size: 2.5em;
  font-weight: 400;
}
.sb-header span {
  line-height: 1.2em;
}
.fg-white {
  color: #fff;
}
.fg-grey {
  color: #ccc;
}
.fg-black {
  color: #000;
}
.fs-1-25em {
  font-size: 1.25em;
}
.sb-header-text strong {
  /* color: #fff; */
}
.top-2 {
  position: relative;
  top: 2px;
}
.fg-link,
.related-content a.fg-link {
  color: #0681FA;
}
.related-category h1, .related-category h2 {
  color: #000;
}
.sub-category {
  margin-bottom: 30px;
}
.sub-category h2 {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

/**************************************************/
/***************** MEDIA QUERIES ************/
/**************************************************/
@media screen and (max-width: 765px) {
    .sidebar-login, .sidebar-post {
    }
    .sidebar-post .login-account-btn {
        margin: 10px auto;
    }
}
@media screen and (min-width: 768px) {
    .custom-modal .modal-dialog {
        width: 660px;
    }
}
@media screen and (max-width: 1200px) {
    .content-functional-area a {
        font-size: 0;
    }
}
