
/* Style sheet for CISHA - Science of Self Knowledge */


/* Global
-------------------------------------------------- */
html, body      { font-size:1rem; color: #212529; font-family: 'Segoe UI', 'Open Sans', 'Helvetica Neue', sans-serif, "Segoe UI","Helvetica Neue",Arial,"Noto Sans",sans-serif;}
p               { margin-top: 0rem; margin-bottom: 1rem; }
span.navy       { color: #0056b3; }
address         { font-size: 14px; }
h1              { margin-top: 10px; font-size: 30px; font-weight: 200; }
h4              { font-size: 1rem;}
.navy-line      { width: 60px; height: 1px; margin: 60px auto 0; border-bottom: 2px solid #0056b3; } 
.navy-bg        { background-color: #0056b3; color: #ffffff; }

.container-full {
    padding-right: 0px;
    padding-left: 0px;
}

/* Old Carousel 

.carousel-item {
  height: 40vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

*/

/* Main Sections */

.section {padding-top: 4rem; padding-bottom: 4rem; background-color: #fff;}
.section:nth-child(even){background-color: #eee;}
.section .section-heading {margin-bottom: 1.5rem; font-weight: 600; margin-top: 0; line-height: 100%;}
.section .section-image {width: 350px; float: right;}
.section .section-video iframe {width: 100%; height: 100%; min-height: 350px;}
.section:nth-child(even) .section-image {float: left;}

.section .section-audio {
    border: solid;
    border-color: #d9d9d9;
    border-radius: 4px;
    min-height: 68px;
    background: #4d8bc8;
    padding: 20px;
    width: 100%;
  }

.resources {padding-top: 4rem; padding-bottom: 4rem; background-color: #fff;}
.resources .resources-heading {margin-bottom: 1.5rem; font-weight: 600; margin-top: 0; line-height: 100%;}
.resources .sidebar span {font-size: 0.85rem; margin-left: 30px;margin-bottom: 20px;}
.resources .card-img {width: 270px;height: 165px;}
.resources .sidebar a {color:black;}
.resources .sidebar a:hover {color:black; text-decoration: underline;}
.resources .pages {margin-right: 15px;}
.resources .card-body {padding-top: 0px!important;}
/* .resources:nth-child(even){background-color: #eee;}

.resources .resources-video iframe {width: 100%; height: 100%; min-height: 350px;} */

/* .section .section-p { color:#000;} */
.section .space-xs  { padding-top:8px; padding-bottom:8px;}
.section .space-sm  { padding-top:16px; padding-bottom:16px;}
.section .space-md  { padding-top:32px; padding-bottom:32px;}
.section .space-lg  { padding-top:48px; padding-bottom:48px;}
.section .space-xl  { padding-top:96px; padding-bottom:96px;}

.footer { padding: 4rem; background-color:#4d8bc8; color:white; }
.footer a {color:white;}
.footer a:hover {color:white; text-decoration: underline;}


  .social-icon a { background: #0056b3; color: #fff; padding: 4px 8px; height: 28px; width: 28px; display: block; border-radius: 50px; }
  .social-icon a:hover { /*background: #17a185;*/ background-color: #fff; color: #0056b3; }


/* #playlist {background:#EEE;width:400px;padding:20px;} */

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #FFF;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity .6s ease;
}

.carousel-caption {
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #000;
    text-align: center;
    font-style: italic;

}

/* Carousel */


.carousel-item {
  height: 350px;
  margin-top: 60px;   
  min-height: 300px; 
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: contain;
}


.portfolio-item {
  margin-bottom: 30px;
}



/* Additional Sections
------------------------- */

.services       { padding-top: 25px; }
.services h2    { font-size: 20px; letter-spacing: -1px; font-weight: 600; text-transform: uppercase; color:#333; }
.services p     { font-size: 14px; color:#333; }

.features-block { margin-top: 40px; }
.features-text { margin-top: 40px; }
.features small { color: #0056b3; }
.features h2 { font-size: 18px; margin-top: 5px; }
.features-text-alone { margin: 40px 0; }
.features-text-alone h1 { font-weight: 200; }
.features-icon { color: #0056b3; font-size: 40px; }

.navy-section { margin-top: 60px; background: #0056b3; color: #fff; padding: 20px 0; }
.gray-section { background: #f4f4f4; margin-top: 60px; }

.team-member { text-align: center; }
.team-member img { margin: auto; }

.social-icon a { background: #0056b3; color: #fff; padding: 4px 8px; height: 28px; width: 28px; display: block; border-radius: 50px; }
.social-icon a:hover { /*background: #17a185;*/ background-color: #fff; color: #0056b3; }

.img-small { height: 88px; width: 88px; }


/* Buttons - only primary custom button
------------------------- */


#btn-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    
    cursor: pointer;

    border-radius: 4px;

    background-color: #4d8bc8;
    border-color: #4d8bc8;
    color: #FFFFFF;
    font-size: 14px;
    padding: 6px 6px;
    font-weight: 600;
    outline:none !important;
  }
  
  #btn-top:hover {
    background-color: #fff;
    border-color: #0056b3;
    color: #0056b3;
  }

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.btn-primary {
    background-color: #4d8bc8;
    border-color: #4d8bc8;
    color: #FFFFFF;
    font-size: 14px;
    padding: 10px 20px;
    font-weight: 600;
    outline:none !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-color: #fff;
    border-color: #0056b3;
    color: #0056b3;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #1dc5a3;
    border-color: #1dc5a3;
}

.btn-secondary {
  background-color: grey;
  border-color: black;
  color: #FFFFFF;
  font-size: 14px;
  padding: 4px 12px;
  font-weight: 600;
  outline:none !important;
  border-radius: 0px;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  background-color: #fff;
  border-color: #0056b3;
  color: #0056b3;
}

.btn-third {
  background-color: #eeeeee;
  border-color: black;
  color: black;
  font-size: 14px;
  padding: 4px 12px;
  font-weight: 600;
  outline:none !important;
  border-radius: 0px;
}

.btn-third:hover,
.btn-third:focus,
.btn-third:active,
.btn-third.active,
.open .dropdown-toggle.btn-third {
  background-color: #fff;
  border-color: #0056b3;
  color: #0056b3;
}

/* Styles for wrapping the search box */

.main {
  width: 50%;
  margin: 50px auto;
}

/* Bootstrap 4 text input with search icon */

.has-search .form-control {
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}


/* MARGINS & PADDINGS
-------------------------------------------------- */

.p-xxs  { padding: 5px; }
.p-xs   { padding: 10px; }
.p-sm   { padding: 15px; }
.p-m    { padding: 20px; }
.p-md   { padding: 25px; }
.p-lg   { padding: 30px; }
.p-xl   { padding: 50px; }

.p-xxs-x    { padding-left:5px; padding-right:5px;}
.p-xxs-y    { padding-top:5px; padding-bottom:5px;}
.p-xs-x     { padding-left:10px; padding-right:10px;}
.p-xs-y     { padding-top:10px; padding-bottom:10px;}
.p-sm-x     { padding-left:15px; padding-right:15px;}
.p-sm-y     { padding-top:15px; padding-bottom:15px;}
.p-m-x      { padding-left:20px; padding-right:20px;}
.p-m-y      { padding-top:20px; padding-bottom:20px;}
.p-md-x     { padding-left:25px; padding-right:25px;}
.p-md-y     { padding-top:25px; padding-bottom:25px;}
.p-lg-x     { padding-left:30px; padding-right:30px;}
.p-lg-y     { padding-top:30px; padding-bottom:30px;}
.p-xl-x     { padding-left:50px; padding-right:50px;}
.p-xl-y     { padding-top:50px; padding-bottom:50px;}

.m-xxs { margin: 2px 4px; }
.m-xs { margin: 5px; }
.m-sm { margin: 10px; }
.m { margin: 15px; }
.m-md { margin: 20px; }
.m-lg { margin: 30px; }
.m-xl { margin: 50px; }
.m-n { margin: 0 !important; }
.m-l-none { margin-left: 0; }
.m-l-xs { margin-left: 5px; }
.m-l-sm { margin-left: 10px; }
.m-l { margin-left: 15px; }
.m-l-md { margin-left: 20px; }
.m-l-lg { margin-left: 30px; }
.m-l-xl { margin-left: 40px; }
.m-l-n-xxs { margin-left: -1px; }
.m-l-n-xs { margin-left: -5px; }
.m-l-n-sm { margin-left: -10px; }
.m-l-n { margin-left: -15px; }
.m-l-n-md { margin-left: -20px; }
.m-l-n-lg { margin-left: -30px; }
.m-l-n-xl { margin-left: -40px; }
.m-t-none { margin-top: 0; }
.m-t-xxs { margin-top: 1px; }
.m-t-xs { margin-top: 5px; }
.m-t-sm { margin-top: 10px; }
.m-t { margin-top: 15px; }
.m-t-md { margin-top: 20px; }
.m-t-lg { margin-top: 30px; }
.m-t-xl { margin-top: 50px; }
.m-t-n-xxs { margin-top: -1px; }
.m-t-n-xs { margin-top: -5px; }
.m-t-n-sm { margin-top: -10px; }
.m-t-n { margin-top: -15px; }
.m-t-n-md { margin-top: -20px; }
.m-t-n-lg { margin-top: -30px; }
.m-t-n-xl { margin-top: -40px; }
.m-r-none { margin-right: 0; }
.m-r-xxs { margin-right: 1px; }
.m-r-xs { margin-right: 5px; }
.m-r-sm { margin-right: 10px; }
.m-r { margin-right: 15px; }
.m-r-md { margin-right: 20px; }
.m-r-lg { margin-right: 30px; }
.m-r-xl { margin-right: 40px; }
.m-r-n-xxs { margin-right: -1px; }
.m-r-n-xs { margin-right: -5px; }
.m-r-n-sm { margin-right: -10px; }
.m-r-n { margin-right: -15px; }
.m-r-n-md { margin-right: -20px; }
.m-r-n-lg { margin-right: -30px; }
.m-r-n-xl { margin-right: -40px; }
.m-b-none { margin-bottom: 0; }
.m-b-xxs { margin-bottom: 1px; }
.m-b-xs { margin-bottom: 5px; }
.m-b-sm { margin-bottom: 10px; }
.m-b { margin-bottom: 15px; }
.m-b-md { margin-bottom: 20px; }
.m-b-lg { margin-bottom: 30px; }
.m-b-xl { margin-bottom: 40px; }
.m-b-n-xxs { margin-bottom: -1px; }
.m-b-n-xs { margin-bottom: -5px; }
.m-b-n-sm { margin-bottom: -10px; }
.m-b-n { margin-bottom: -15px; }
.m-b-n-md { margin-bottom: -20px; }
.m-b-n-lg { margin-bottom: -30px; }
.m-b-n-xl { margin-bottom: -40px; }
.m-x-center { margin-left:auto; margin-right:auto;}
.m-y-center { margin-top:auto; margin-bottom:auto;}
.space-15 { margin: 15px 0; }
.space-20 { margin: 20px 0; }
.space-25 { margin: 25px 0; }
.space-30 { margin: 30px 0; }



/* Shortcuts */

.text-black     { color: #000; }
.text-white     { color: #fff; }
.text-orange    { color: #0056b3; }
.text-bold      { font-weight:bold; }

.font-12        { font-size:12px;}
.font-13        { font-size:13px;}
.font-14        { font-size:14px;}
.font-16        { font-size:16px;}
.font-18        { font-size:18px;}
.font-24        { font-size:24px;}
.font-32        { font-size:32px;}

.bg-gray-xlight { background-color: rgba(0, 0, 0, 0.02); }
.bg-gray-light  { background-color: rgba(0, 0, 0, 0.05); }
.bg-gray        { background-color: rgba(0, 0, 0, 0.5); }
.bg-gray-md     { background-color: rgba(0, 0, 0, 0.1); }
.bg-gray-dark   { background-color: rgba(0, 0, 0, 0.3); }

.bg-dark        { background-color: rgba(0, 0, 0, 0.5); }
.bg-semi-xlight { background-color: rgba(2, 2, 2, 0.05); }
.bg-semi-light  { background-color: rgba(2, 2, 2, 0.1); }
.bg-semi-med    { background-color: rgba(2, 2, 2, 0.2); }
.bg-semi-dark   { background-color: rgba(2, 2, 2, 0.3); }



/*Border radius*/
.radius-1       { border-radius:1px;}
.radius-2       { border-radius:2px;}
.radius-3       { border-radius:3px;}
.radius-4       { border-radius:4px;}
.radius-5       { border-radius:5px;}
.radius         { border-radius:5px;}

/* Background image */
.bg-map         { background:url(../img/world_map.png);}

ul.quick-links li           { padding: 5px 0; -webkit-transition: .5s all ease; -moz-transition: .5s all ease; transition: .5s all ease; }
ul.quick-links li:hover     { padding: 3px 0; margin-left: 5px; font-weight: 700; }
ul.quick-links li a         { text-decoration: none; color:#0056b3; font-size:14px; }
ul.quick-links li a i       { margin-right: 5px; }
ul.quick-links li:hover a i { font-weight: 700; }




/* Media Queries */

@media screen and (max-width:900px) {

.sort {
     display: flex;
}

.sort-col1 {
    order:1;
    padding-bottom: 1.5rem;
}

.sort-col2 {
    order:2;
}

}
