body {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size:100%; /* flexible baseline */
    color: #000;
}

/*IMAGES*/

img {
    width:auto;
    max-width:100%;
    height:auto;
}

.img-border {
    border: thin solid #CACACA;
}

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

.piece-thumbnail {
    margin: 0 auto;
    display:block;
}

/*SLIM NAVIGATION*/

.slim-nav {
    background-color: #e8f6ff;
    border-bottom: #d5e2ea 3px solid;
    font-size: 2em;
    font-weight: 400;
    letter-spacing: 1px;
}

#navbar {
    font-weight: 400;
    letter-spacing: 1px;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
}

#navbar a {
    color: #0093BF;
    font-weight: 400;
    text-decoration: none;
}

#navbar a:hover {
    text-decoration: underline;
}

.dropdown-toggle {
    background-color: #E8F6FF !important;
}

.dropdown-menu {
    font-weight: 700;
    font-size: 0.80em;
}

.dropdown-header {
    font-weight: 700 !important;
    font-size: 1em;
    color: #4A4A4A;
}

/*TYPOGRAPHY*/

.section-title {
    text-align: center;
    color: #0fa3a1;
	font-size: 6.10em;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 9rem;
	margin-bottom: 0rem;
}

.sub-title {
    font-size: 3.90625em;
	line-height:6rem;
    color: #0FA3A1;
    font-weight: 700;
    margin-bottom: 3rem;
}

.sub-title-third {
    font-size: 4em;
    font-weight: 400;
    color: #7b7a7b;
    margin-top: 0.150em;
} 

.pg-sub-title {
    font-size: 4.8828125em;
	line-height:6rem;
    color: #61676a;
    font-weight: 400;
    text-align: center;
    padding-bottom: 0.25em;
    margin-bottom: 3rem;
}

/*Portfolio Process Decorative Title*/

.portfolio-process-title {
    font-size: 3.125em;
    line-height: 3.58rem;
    font-weight: 400;
    color: #7b7a7b;
    overflow: hidden;
    text-align: center;
    margin-bottom:3.6rem;
}

.portfolio-process-title:before, .portfolio-process-title:after {
    background-color: #b4b3b4;
    content: "";
    display: inline-block;
     height: 1px;
     position: relative;
     vertical-align: middle;
     width: 50%;
}

.portfolio-process-title:before {
     right: 0.5em;
     margin-left: -50%;
}
.portfolio-process-title:after {
     left: 0.5em;
     margin-right: -50%;
} /*end Portfolio Process Decorative Title*/

hr { /*shadow divider*/
    margin-bottom: 5rem;
    border: 0;
    box-shadow: inset 0 2px 2px -2px rgba(0, 0, 0, 0.07);
    height: 4px;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 51%, rgba(254,254,254,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(51%, rgba(242,242,242,1)), color-stop(100%, rgba(254,254,254,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 51%, rgba(254,254,254,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 51%, rgba(254,254,254,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 51%, rgba(254,254,254,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 51%, rgba(254,254,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fefefe', GradientType=1 );
}

.process-sub-title {
    font-size: 2.5em;
    line-height: 2.86rem;
    font-weight: 700;
    color: #6F296B;
    text-align: center;
}

.list-goals, .list-results, .list-plain {
    font-weight: 400;
    font-size: 2em;
    letter-spacing: 0.005em;
    line-height: 3rem;
    margin-bottom: 3rem;
    color: #002135;
}

.list-goals li {
    padding-bottom: 0.75em;
    list-style-type: none;
}

.list-goals li:before {    
    font-family: 'FontAwesome';
    content: '\f140';
    margin:0 20px 0 -38px;
    color: #0FA3A6;
}

.list-results li {
    padding-bottom: 0.75em;
    list-style-type: none;
}

.list-results li:before {    
    font-family: 'FontAwesome';
    content: '\f058';
    margin:0 20px 0 -38px;
    color: #5F9B46;
}

.list-plain li {
    padding-bottom: 0.75em;
    list-style-type: none;
}

.list-plain li:before {    
    font-family: 'FontAwesome';
    content: '\f138';
    margin:0 20px 0 -38px;
    color: #002135;
}

.page-sub-four {
    font-size: 3.125em;
	line-height:7rem;
    font-weight: 400;
    color: #7b7a7b;
}

.page-sub-four-ico {
    font-size: 3.2em;
    font-weight: 400;
    color: #073b5d;
    margin-bottom: 28px;
}

.thumb-title {
    font-size: 2em;
    font-weight: 400;
    color: #CCC;
    margin-top: 0.5em;
    text-transform: uppercase;
	text-align:center;
}

p {
    font-weight: 400;
    font-size: 2em;
	letter-spacing:0.005em;
    line-height: 3rem;
    margin-bottom: 3rem;
    color: #002135;
}

strong {
    font-weight: 600;
}

aside p {
    margin-bottom: 0.5em;
	font-size: 2.075em;
    color: #7b7a7b;
}

a {
    color: #0093bf;
    text-decoration: none;
    font-weight: 600;
    text-decoration:underline;
}

a:hover {
    text-decoration: underline;
}

aside {
    margin-bottom: 2.7em;
}

aside ul {
    padding: 0;
    list-style-type: none;
    color: #7b7a7b;
    font-size: 2em;
    font-weight: 400;
	letter-spacing:0.005em;
    line-height: 3rem;
    margin-bottom: 2rem;	
}

aside li {
    padding-bottom: 0.3em;
}

aside h4 {
    font-size: 3.125em;
	line-height:7rem;
    font-weight: 400;
    color: #7b7a7b;
    display:block;
    clear: both;
}

.icon {
    padding-right: 10px;
}

#skills-box {
    margin-top: 2em;
}

#skills-box .skills-label {
	background-color:#6F296B;
	border-radius:4px 4px 4px 4px;
	margin:0px 5px 14px 0px;
	padding:3px 6px 5px 6px;
	font-size:1.75em;
	font-weight:400;
	text-align:center;
	height:1.75em;
	text-transform:none;
	color:#FFF;
	float:left;
	display:inline;	
}

.spacer {
    padding-bottom: 2em;
}

.content-list {
	font-weight: 400;
    font-size: 2em;
	letter-spacing:0.005em;
    line-height: 3rem;
    margin-bottom: 3rem;
    color: #002135;
	padding-left: 20px;
}

p.small-desc-ico {
    font-weight: 400;
    font-size: 2em;
	letter-spacing:0.005em;
    line-height: 3rem;
    margin-bottom: 3rem;
    text-align: left;
}

p.services-intro {
    color: #002135;
    font-weight: 700;
    font-size: 2em;
	letter-spacing:0.005em;
    line-height: 3rem;
    margin-bottom: 3rem;
}

.page-design-title {
    font-weight: 400;
    font-style:italic;
    font-size: 1.54em;
    margin-top:0px;
    margin-bottom: 1.22rem;
    color: #575757;
    text-align: center;
    line-height: 2.22rem;
}

.sub-divider-title {
    font-weight: 400;
    font-size: 3em;
    margin-top:30px;
    margin-bottom: 3rem;
    color: #008784;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    line-height: 2.22rem;
}

.sub-divider-title-samples {
    font-weight: 400;
    font-size: 1.76em;
    margin-top:10px;
    margin-bottom: 1.22rem;
    color: #7b7a7b;
    text-align: center;
    line-height: 2.22rem;
}

.sub-divider-heading {
    font-weight: 600;
    font-size: 2.5em;
    margin-top:10px;
    margin-bottom: 1.22rem;
    color: #002135;
    text-align: left;
    line-height: 3rem;
}

.process-step-heading {
    font-weight: 700;
    font-size: 2em;
    margin-top:10px;
    margin-bottom: 1.22rem;
    color: #7b7a7b;
    text-align: left;
    text-transform: uppercase;
    line-height: 2.22rem;
}

.twitter-tweet {
    display: block;
    clear: both;
    padding-top: 0.5em;
}

.twitter-author {
    font-size: 1.5em;
}

.review-icon {
    font-size: 3em !important;
    color: #F24518;
    padding-right:8px;
    margin-bottom:3rem;
}

.button-note {
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 2em;
	letter-spacing:0.005em;
    color: #0fa3a1;
}

.text-highlight {
    background-color: #073b5d;
    color: #FFF;
    text-shadow: none;
    padding-right: 4px;
    padding-left: 4px;
}

.disabled {
  cursor: not-allowed;
}

.disabled a {
  pointer-events: none;
}

.lead {
    font-size: 2.4em;
    margin-top: 30px;
    margin-bottom: 30px;
    border-left: 8px solid #33b1af;
    padding-left: 20px;
    line-height: 1.5em;
    font-weight: 400;
}

.accent-paragraph {
    border-left: 5px solid #CCCCCC;
    padding-left: 15px;
}

/*ELEMENTS*/

.btn-message {
    float: left;
    background-color: #0e293f;
    border: none;
    font-size: 2.4em;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.4em 1.2em;
}

.btn-message:hover {
    background-color:#1f4545 !important;
}

.btn-view {
    background-color: #0fa3a1;
    color: #FFF;
    border: none;
    font-size: 2.4em;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.4em 1.2em;
}

.btn-view:hover {
    background-color:#002135;
}

.btn-about {
    padding-top:40px;
}

.btn-primary {
    float: left;
    background-color: #0093BF;
    border: none;
    font-size: 2.75em;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.5em 1.5em;
}

.btn-primary:hover {
    background-color:#007497 !important;
}

.btn-ctr {
    float:none;
}

.btn a {
    color: #FFF;
}

.btn a:hover {
    text-decoration: none;
}

.hvr-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

.hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

.modal-thumbnail {
    margin-bottom: 1em;
}

.piece-thumbnail {
	margin-top:3em;
}

#bubble {
    bottom: 0;
    padding: 20px;
    background: #0FA3A1;
    color: #fff;
}

#bubble:after {
    content: "";
    position: absolute;
    bottom: -14px;
    right: 50px;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #0FA3A1 transparent;
    display: block;
    width: 0;
    z-index: 1;
}

#bubble .heading {
    font-size: 4.5em;
    font-weight: 700;
	line-height:6rem;
	margin-bottom:3rem;
}

#bubble p {
	font-weight: 300;
    font-size: 2em;
	letter-spacing:0.005em;
    line-height: 3rem;
    margin-bottom: 3rem;
    color: #FFF;
}

#bubble p strong {
    font-weight: 700;
}

.quote {
    font-weight: 400;
    font-size: 1.28em;
    line-height: 3.84rem;
	margin-bottom: 3.84rem;
}

.name {
    font-weight: 400;
    font-size: 2em;
    color: #5F9B46;
    margin-bottom: 4rem;
}

.recommendations {
    font-weight: 400;
    cursor:pointer;
    color: #0093BF;
    padding-left: 8px;
}

.recommendations:hover {
    color: #007497;
    text-decoration: none;
}

blockquote {
    quotes: "\201C""\201D""\2018""\2019";
    border-left:none;
    color: #61676a;
}

blockquote:before {
    color: #0fa3a1;
    content: "\201C";
    font-size: 5em;
    font-weight: 700;
    line-height: 0em;
    margin-right: 0em;
    vertical-align: -0.4em;
}

blockquote:after {
    color: #0fa3a1;
    content: "\201D";
    font-size: 5em;
    font-weight: 700;
    line-height: 0em;
    margin-right: 0em;
    vertical-align: -0.4em;
}

blockquote p {
    display: inline;
}

.frame {
    border: 8px solid #8aada7;
    box-shadow: 5px 5px 20px #bbb;
    min-width: 240px;
    margin-bottom: 2em;
}

.small-profile {
    border:5px solid white;
    width: 140px;
    height: 140px;
    float:left;
    margin: 0px 20px 10px 0px;
}

.feature-box {
    background-color:#cae8e8;
    padding: 20px;
    margin-bottom: 3em;
    color: #002135;
}

.feature-box-title {
    font-size: 4em;
    font-weight: 700;
    text-transform: uppercase;
}

.feature-box-desc {
    font-size: 2em;
}

.step-icn {
    width:28px;
    height:28px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: -6px;
}

.social-channel-box {
    text-align: center;
    font-size: 2em;
}

.anchortop {
    font-size: 2.5em;
    font-weight: 400;
    text-align: right;
    margin-bottom:20px;
}

/**************************************************************/

/*Media Queries*/

@media screen and (max-width:61.938em) { /*991px*/
    .btn-primary {
        float: none;
        margin: 0 auto;
        margin-bottom: 1em;
    }
    #bubble {
        margin-bottom:2em;
    }
	
	.navbar-brand {
        height: 80px; !important;
    }
	
	p, p.services-intro, #bubble p, .content-list, p.small-desc-ico, .list-goals, .list-results, .list-plain, .lead {
		font-size: 1.54em;
	}
    
    .list-goals li:before {    
        margin:0 20px 0 -35px;
    }
    
	.quote {
		font-size: 1em;
		line-height: 3rem;
		margin-bottom: 3rem;
	}
		
	#bubble .heading {
		font-size: 3.90625em;
		line-height:4.8rem;
		margin-bottom:2.4rem;
	}
	
	aside ul, #skills-box .skills-label {
        font-size: 1.54em;
    }
	
	aside h4, .page-sub-four-ico {
		font-size: 2.5em;
		line-height:3.6rem;
	}
	
	.page-sub-four {
		font-size: 2.5em;
		line-height:3.58rem;
	}
    
    .portfolio-process-title:before, .portfolio-process-title:after {
        display: none;
    }
    
    .portfolio-process-title, .sub-divider-title {
        text-align: left;
        font-size: 2.5em;
        line-height: 3.5rem;
        margin-bottom: 2.5rem;
    }
    
    .process-sub-title {
        font-size: 2em;
        line-height: 2.28rem;
        font-weight: 700;
        text-align: left;
        margin-top: 2.28rem;
    }
    
    .step-icn {
        width:22px;
        height:22px;
        vertical-align: -5px;
    }
    
    .frame {
        max-width: 154px;
    }
	
	/***CHANGES BREAKPOINT FOR MOBILE MENU***/
	.navbar-header {
      float: none;
	  }
	  .navbar-left,.navbar-right {
		  float: none !important;
	  }
	  .navbar-toggle {
		  display: block;
          background-color: #FFFFFF !important;
          border-color: #D5E2EA !important;
	  }
	  .navbar-collapse {
		  border-top: 1px solid transparent;
		  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	  }
	  .navbar-fixed-top {
		  top: 0;
		  border-bottom: #d5e2ea 2px solid;
		  /*border-width: 0 0 1px;*/
	  }
	  .navbar-collapse.collapse {
		  display: none!important;
	  }
	  .navbar-nav {
		  float: none!important;
		  margin-top: 7.5px;
	  }
	  .navbar-nav>li {
		  float: none;
	  }
	  .navbar-nav>li>a {
		  padding-top: 10px;
		  padding-bottom: 10px;
	  }
	  .collapse.in {
		  display:block !important;
	  }
    .menu-label {
        font-size:8px;
        font-weight: 400;
        text-transform: uppercase;
    }
	/***end breakpoint changes***/
	
}

@media screen and (max-width:47.938em) { /*768px*/

    .smlogo {
        margin-top: 0em;
        padding-bottom: 0em;
    }
    
    .section-title {
        padding-top: 0.60em;
		font-size: 4.8828125em;
		line-height: 6rem;
		margin-bottom: 3rem;	
    }
	
	.sub-title {
		font-size: 3.125em;
		line-height: 4.8rem;
		margin-bottom: 2.4rem;
	}
	
	.pg-sub-title {
		font-size:3.90625rem;
	}

}

@media screen and (max-width:36.875em) { /*590px*/
    .sub-title {
		font-size: 2.5em;
		line-height: 3.84rem;
		margin-bottom: 1.92rem;
    }
    .sub-title-third {
        font-size: 2.5em;
    }
    
    .review-icon {
        font-size: 2.5em !important;
    }
    
	.section-title {
		font-size: 3.125em;
		line-height: 4.8rem;
	}
	.pg-sub-title {
		font-size:2.5rem;
		line-height:3.84rem;
	}
    
}

@media screen and (max-width:30.688em) { /*491px*/
    .btn {
        font-size: 2em;
        padding: 12px 16px;
    }
}

@media screen and (max-width:22.500em) { /*360px*/    
    aside h1 {
        font-size: 2em;
    }
    
    .section-title {
        padding-top: 1.25em;
        font-size: 3em;
    }
	
}