/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 1.6rem;
  /* font-family: "Open Sans", sans-serif; */
  font-family: "Source Sans Pro", sans-serif;
  color: #331d35;
  background-color: #e7e7e7;
}

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

.colored-line, .colored-line-left, .colored-line-wide {
    background: #331d35;
}


/* --------------------------------------
=========================================
GENERAL STYLES
=========================================
-----------------------------------------*/


hr{
  border-color: transparent;
}

strong{
  font-weight: 700;
}


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

.vertical-text {
	transform: rotate(90deg);
	transform-origin: left top 0;
}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */ 

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}


/* Link style
/* ------------------------------ */

a {
   color: #000;
    -webkit-transition: all ease 0.25s;
            transition: all ease 0.25s;
}

a:hover {
    text-decoration: none;
    opacity: 0.9;
}

a:active {
    text-decoration: none;
    opacity: 0.7;
}

a:visited {
    text-decoration: none;
    opacity: 0.7;
}

a:focus{
  text-decoration: none;
  opacity: 0.7;
}

.btn{
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 100%;
    margin: 10px 0;
    outline: 0 none;
    padding: 10px 20px;
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
    color: #331d35;
    border: 2px solid #331d35;
    border-radius: 0px;
    background: transparent;
}

.btn:hover{
  color: #fff;
  background: #331d35;
}

.btn-price{
  margin-top: 10px;
  border: 1px solid;
  border-color: #949494;
  border-left: none;
  border-right: none;
  border-bottom: none;
  width: 100%;
  margin-bottom: 0px; 
}

.btn-home{
  color: #fff;
  border: 2px solid #fff;
}

.btn-home:hover{
  color: #000;
}

.btn-home:hover a{
  color: #000;
}

.btn-home a{
  color: #fff;
}

.btn-home a:hover{
  color: #000;
}

.btn-home:hover a:visited{
  color: #000;
}

.btn-home a:visited{
  color: #fff;
}

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

textarea:focus, input:focus {
    color: #ffffff;
}

/* Scroll Down */
 .scroll-btn {
  display: block;
  position: absolute;
  bottom: 1%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 100;
}
.scroll-btn > * {
  display: inline-block;
  line-height: 10px;
  font-size: 13px;
  font-weight: normal;
  color: #7f8c8d;
  color: #000;
  letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
  color: #000;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.scroll-btn .mouse {
  position: relative;
  display: block;
  width: 25px;
  height: 40px;
  margin: 0 auto 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.scroll-btn .mouse > * {
  position: absolute;
  display: block;
  /*top: 30%;*/
  left: -10%;
  font-size: 32px;
}

/* Other fixes*/   

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
            box-sizing: border-box;
}

ul {
    padding-left: 0 !important;
}

li {
    list-style: none;
}

.nopadding{
  padding: 0px;
}

.numbers{
  font-family: 'Advent Pro', sans-serif;
  font-weight: 400;
}

/*---------------------------------------
   HEADING             
-----------------------------------------*/

h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 42px;
    letter-spacing: 1px;
    line-height: 4.063rem;
}
h2 {
    font-size: 3.75rem;
    line-height: 4.688rem;
}


h3 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 300;
}

h4 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}

h5 {
    font-size: 16px;
    font-weight: 300;
}

p { color: #6d747c;
    font-size: 16px;
    font-weight: 300;
}

/*---------------------------------------
   TEXTS AND BG               
-----------------------------------------*/

.section-title {
    color: #000;

}

.text-dark{
  color: #000;
}
.text-white{
  color: #FFF;
}
.text-dark-blue{
  color: #004dff;
}

.bg-white{
  background: #fff;
}

.section-top{
  padding-top: 60px;
}

.section-header {
    padding-bottom: 50px;
}

.section-header h2 {
    margin-bottom: 20px;
}

.section-header .section-description {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 80%;
    padding-top: 3px;
    padding-bottom: 3px;
}


.colored-line {
    margin: auto;
    z-index: 1;
    width: 165px;
    height: 1px;
}

.colored-line-wide {
    margin: auto;
    z-index: 1;
    height: 1px;
}

.white-line {
    margin: auto;
    z-index: 1;
    width: 165px;
    height: 1px;
    background: #ffffff;
}

.white-line-wide {
    margin: auto;
    z-index: 1;
    height: 1px;
    background: #ffffff;
}

header {
    -webkit-background-size: cover;
            background-size: cover;
}

header .color-overlay {
  height: 100vh;
  background: rgba(255, 255, 255, 0.5);
}

/* ==================================================================
  SELECTABLE GRID
================================================================== */

#select-error {
    display: none     /* don't display at startup */
}

#x-axis { 
    display: none;    /* don't display at startup */
    list-style-type: none; 
    margin: 0; 
    padding: 0; 
    width: 100% }

#x-axis li { 
    margin: 0.4%;
    padding: 6px; 
    display: inline-block; 
    vertical-align:middle;
    width: 32%; 
    height: 40px; 
    font-size: 1.4em; 
    text-align: center; 
    color: white;
    background: #331d35}

#y-axis { 
    list-style-type: none; 
    margin: 0; 
    margin-top:50%;
    margin-left:30%;
    padding: 0;
    width: 10%}

#y-axis li { 
    margin: 0.4%;
    padding: 6px; 
    display: inline-block;
    vertical-align:middle;
    width: 10%;
    height: 108px; 
    font-size: 1.4em; 
    text-align: center}

/* match height of x-axis label for first row */
#y-axis-sm { 
    margin: 0.4%;
    margin-top: 10%;
    padding: 6px; 
    display: none;
    vertical-align:middle;
    width: 10%;
    height: 40px; 
    font-size: 1.4em; 
    text-align: center}

#selectable1,#selectable2,#selectable3,#selectable4 {
    list-style-type: none; 
    margin: 0; 
    padding: 0; 
    width: 100%}

#selectable1 li,#selectable2 li,#selectable3 li,#selectable4 li{
    margin: 0.4%;
    padding: 6px; 
    display: inline-block;
    vertical-align: bottom;
    width: 32%;
    height: 100px; 
    font-size: 14pt; 
    text-align: center}

@media only screen and (max-width: 1000px) {
  #selectable1 li,#selectable2 li,#selectable3 li,#selectable4 li{
      font-size: 12pt
  }
  #y-axis,#y-axis-sm {
      display:none
  }
    
}

.ui-selectee { background: #CCCCCC; color: inherit}
.ui-selecting{ background: #666666; }
.ui-selected { background: #41BB19; color: white}
b.ui-selectee {background: transparent }


/* ====================================
   CONTROLS (BUTTONS)
=====================================*/
.controls {
    margin: 20px;
    width: auto !important;
}


/* ==================================================================
  INTRO SECTION
================================================================== */

.section-intro{
    padding-top: 30px;
    height: 100%;
    background: #e7e7e7;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    text-align: center;
    width: auto !important;
    overflow-x: hidden !important;
    margin: auto !important;
}
.section-header {
    padding-bottom: 50px;
}

.section-header h2 {
    margin-bottom: 20px;
}

.section-header .section-description {
    display: inline-block;
    position: relative;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
}
.about{
  background: #FFFFFF;
}

.intro{
  text-align: left;
  font-size: 16px;
}

.intro .col-md-6{
  padding: 0px 30px;
}

.intro-subtitle{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase; 
  text-align: center;
}

.intro a {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
}

/* ==================================================================
  ORG TYPES
================================================================== */

.orgtypes{
  display: none;    /*  don't display at startup */
  text-align: left;
  font-size: 16px;
  padding: 20px;
  margin-left: 100px;
}

.orgtypes .col-md-6{
  padding: 30px;
}

.orgtypes-subtitle{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase; 
  text-align: center;
}

.orgtypes a {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
}
.orgtypes .footnote {
    font-size:12px;
    text-align:left;
    font-style:italic;
}

/* ==================================================================
  More Info
================================================================== */

.moreinfo{
  display: none;      /* don't display at startup */
  text-align: left;
  font-size: 16px;
  padding: 60px;

}

.moreinfo h1 {
  text-align: center
}

.moreinfo strong {
    color: #331d35
}


.moreinfo-subtitle{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase; 
  text-align: center;
}




/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-header {
  position: relative;
  height: 250px;
  /* background-color: #331d35; */
  background: url('../images/digital-maturity.png');
  background-size: cover;
}
.cd-header h1 {
  padding: 20px;
  color: #ffffff;
  text-align: left;
  border: 0px;
  margin: 0px;
}

.cd-header h2 {
  padding: 20px;
  color: #ffffff;
  text-align: left;   
  border: 0px;
  margin: 0px;
}

.cd-header #logo {
    float: right;
    padding:10px;
    max-width:150px
}

.cd-main-content {
  position: relative;
  min-height: 100vh;
}
.cd-main-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-main-content.is-fixed .cd-tab-filter-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.cd-main-content.is-fixed .cd-gallery {
  padding-top: 76px;
}
.cd-main-content.is-fixed .cd-filter {
  position: fixed;
  height: 100vh;
  overflow: hidden;
}
.cd-main-content.is-fixed .cd-filter form {
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.cd-main-content.is-fixed .cd-filter-trigger {
  position: fixed;
}
@media only screen and (min-width: 768px) {
  .cd-main-content.is-fixed .cd-gallery {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-main-content.is-fixed .cd-gallery {
    padding-top: 100px;
  }
}


/* -------------------------------- 

xgallery 

-------------------------------- */
.cd-gallery {
  padding: 15px;
  width: 90%;
  background-color: #e7e7e7;
}
.cd-gallery {
  margin-bottom: 1.6em;
}
.cd-gallery li.gap {
  /* used in combination with text-align: justify to align gallery elements */
  opacity: 0;
  height: 0;
  display: inline-block;
}
.cd-gallery img {
  display: block;
  width: 100%;
}
.cd-gallery .cd-fail-message {
  display: none;
  text-align: center;
}

.cd-gallery:after {
    content:"";
    display:table;
    clear:both;
}

.cd-wider-screen {
  display: none;
  text-align: center;
  float:left;
}

/* Simpler display on mobile */
@media only screen and (max-width: 375px) {
    #subheader {display:none}
    .cd-main-content {
        display:none;
    }
    .cd-gallery li {
    width: 100%;
    margin-bottom: 2em;
          display:inline;
  }
    .cd-wider-screen {display:inline}
}

@media only screen and (min-width: 768px) {
  .cd-gallery {
      display:inline-block;
      /* float: left; */
  }
  .cd-gallery ul {
    text-align: justify;
  }
  .cd-gallery ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-gallery li {
    width: 48%;
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-gallery {
      display:inline-block;
      /* float: left; */
      
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-gallery li {
     width: 23%; 
  }
}


@-moz-document url-prefix() {
  /* hide custom arrow on Firefox - select element */
  .cd-filter-block .cd-select::after {
    display: none;
  }
}

/* ==================================================================
 FOOTER (From Master Learning page style sheet)
================================================================== */


.footer-section {
  background: #1d1d1d;
  padding-top: 80px;
  overflow-x: hidden;
}
.footer-logo {
  width: 250px;
  margin: 30px auto;
}
.footer-logo p {
  color: #FFFFFF;
  font-size: 24px;
  text-align: center;
  letter-spacing: .7em;
  padding-left: 16px;
  padding-top: 54px;
}
.list-inline {
    text-align: center;
    margin: 0 auto;
    padding: 30px 0;
}

.list-inline>li {
    text-align: center;
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    margin: 15px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-transform: capitalize;
}

.list-inline a{
   color: #949494;
}

.input-group{
  margin: 30px auto;
  width: 90%;
  font-family: 'Source Sans Pro', sans-serif;
  color: #949494;
}

.subscriber{
  border: 2px solid #fff;
}

.subscriber:focus{
  color: #949494;
}

#widget-subscribe-submit-button{
  position: relative;
  margin: 0px auto;
}

.modal-backdrop.in {
  opacity: .75;
}
.modal-content {
  box-shadow: none;
  border-radius: 0;
}
.modal-header {
  position: relative;
}
.modal-header .close {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  height: 20px;
  font-size: 15px;
}

.form-control{
  height: 100%;
}

.footer-content{
    text-align: center;
    color: #949494;
}

.footer-content .footer-column{
  padding: 0px auto;
}

.footer-title{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  color: #ccc;
}

.list-tweets li{
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: left;
  padding-left: 20px; 
}

.list-tweets li:before {
    margin-left: -25px;
    position: absolute;
    font-family: fontawesome;
    content: "\f099";
}

.list-tweets .list-tweets-date {
    display: block;
    font-size: 12px;
    font-style: italic;
    opacity: 0.8;
}

.list-tweets li a{
  color: #ddd;
}

.social-icons {
  padding:0px;
  margin: 0 auto;
  text-align: center;
}

.social-icons li {
    display: inline-block;
    margin: 5px;
}

.social-icons li a {
  margin: 0 10px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  line-height: 37px;
  font-size: 23px;
  color: #949494;
}

.copyright {
    font-size: 17px;
    color: #808080;
    padding-top: 10px;
    margin-bottom: 50px;
    letter-spacing: 1px;
}

.copyright .creo{
 color: #808080;
 font-size: 14px;
 letter-spacing: .4em;

}