/*
Theme Name: Creative Good
Theme URI: http://www.creativegood.com
Description: Theme for Creative Good.
Author: Vivid Story
Author URI: http://vividstory.co
Template: runway-framework
Version: 1.0
Tags: one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,fixed-layout,fluid-layout,responsive-layout,buddypress,custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-images,flexible-header,full-width-template,sticky-post,theme-options,threaded-comments,translation-ready
License: GNU General Public License

*/


body {
	word-wrap: break-word;
}



.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.gallery-caption {}


img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}


.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}



embed,
iframe,
object {
	max-width: 100%;
}



.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; 
}


.main-header, .main-header .page-title {
	margin-top: 0
} 
.main-content-inner {
	padding-bottom: 1.5em;
}

article.post.sticky .page-header h1 a {
	font-weight: 500;
}
#content article .page-header h1 { 
	margin-top: 0; 
}
#content article:first-child .page-header {
	margin-top: 0;
}
.bypostauthor {}


.clear {
	clear: both;
}



/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }


.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }


.admin-bar .navbar-wrapper .navbar-fixed-top {
	margin-top: 32px;
}

@media (max-width: 782px) {
	.admin-bar .navbar-wrapper .navbar-fixed-top {
		margin-top: 46px !important;
	}



}

@media (max-width: 600px) {
	.admin-bar .navbar-wrapper .navbar-fixed-top {
		position: absolute;
	}

}




#content .social-area{
    overflow: visible;
}

#content .social-area li{
    float: left;
    height: 24px !important;
list-style-type: none;
}


#content .post .social-area {
	background: url(images/border.png) repeat-x;
	padding:9px 0 0;
	width:100%;
}
*+html #content .post .social-area li { display: inline; }
#content .post .social-area li {
	background: none;
	display: inline-block;
	vertical-align: middle;
	list-style: none outside;
	padding: 2px 8px;
}
#content .post .social-area img { display: block; }
#content .post .social-area li.email a {
	background: url(https://creativegood.com/wp-content/themes/creative_good_responsive/images/elements.png) no-repeat 0 -306px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	width: 32px;
	height: 24px;
}

.paddingtopfacebook {
margin-top: -3px;
}


.page-id-1813 > .entry-content {
	border-bottom: 1px solid #d9dada;
}

.entry-summary {
    border-bottom: 1px solid #d9dada;
}

.page-header {
	border-bottom: 0px;
	padding-top: 15px;
}

blog-post-title {
	padding-bottom: 15px;
}

.footer {
overflow: hidden;
position: absolute;
bottom: 0;}


#footer {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
border: none;
}


.mbottom {
	margin-bottom: 20px;
}

.comment-form-comment button, input[type="button"], input[type="reset"], input[type="submit"], .button, .entry-content .button {
    border: 2px solid #000;
    color: #000;
    background: none;
    opacity: 1;
    font-family: 'Roboto', sans-serif;
	font-size: 16px;
}

.comment-form-comment button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	opacity: 0.65;
    border: 2px solid #000;
    color: #000;
    background: none;

}
.comment-form-comment button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus,
.entry-content .button:focus {
	opacity: 0.65;
    border: 2px solid #000;
    color: #000;
    background: none;

}
.comment-form-comment button:active,
input:active[type="button"],
input:active[type="reset"],
input:active[type="submit"],
.button:active,
.entry-content .button:active {
	opacity: 0.65;
    border: 2px solid #000;
    color: #000;
    background: none;

}

.bg-dgrey a:hover {
	background:none;
	text-decoration: underline;
}

.comment-reply-title {
	font-size: 24px;
}

.comment-meta {
	font-size: 18px;
}

.panel-heading {
    padding: 10px 15px 5px;
}


.reply {
    font-size: 16px;
    font-family:'Univers LT W01_45 Light1475944', sans-serif;
    font-weight: 300;
}


#comments ul li:before {
	content: none;
}

#nav-below ul li:before {
	content: none;
}

.creativegoodnavbar > li > a {
font-size: 20px;
    color: #26397F;
}

.creativegoodnavbar .dropdown-menu > li > a:hover,
.creativegoodnavbar .dropdown-menu > li > a:focus,
.creativegoodnavbar .dropdown-menu > .active > a,
.creativegoodnavbar .dropdown-menu > .active > a:hover {
  color: #314369;
font-size: 20px;
background-color: #eaeaeb;
font-family: 'Univers LT W01_45 Light1475944', sans-serif;
}


.creativegoodnavbar {
border: 0px; background-color: #26397F;
    padding-top: 3px;
    padding-bottom: 3px;
}

.creativegoodnav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
color: #fff;
font-family: 'Univers LT W01_45 Light1475944', sans-serif;
    font-weight: 300;
    line-height: normal;
font-size: 20px;
padding-left: 0px;
padding-right: 30px;
}


.creativegoodnav > li > a:hover, .creativegoodnav > li > a:focus {
    background-color: #26397F;
    color: #808EC2;
}
.creativegoodnav > .active > a {
    background-color: #26397F;
    color: #808EC2;
}


@media only screen and (max-width : 750px) {

.creativegoodnav > li > a {
padding-left: 15px;
padding-right: 15px;
}


}



.homeslider {
	height: 470px;
	padding-left: 0px;
	padding-right: 0px;
}


@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .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-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;
	}
}

.pager {
	padding-top: 40px;
}



#nav-below ul li {
	padding-bottom: 0px;
	font-family: 'Univers LT W01_45 Light1475944', sans-serif;
    font-size: 18px;
    line-height: 30px;
}


.pager li > a, .pager li > span {
    padding: 7px 14px;
}


.dropdown-menu {
font-size: 20px;
    color: #242525;
font-family:'Univers LT W01_45 Light1475944', sans-serif;
}


.gelnavbar > li > a {
font-size: 20px;
    color: #242525;
}



.gelnavbar .dropdown-menu > li > a:hover,
.gelnavbar .dropdown-menu > li > a:focus,
.gelnavbar .dropdown-menu > .active > a,
.gelnavbar .dropdown-menu > .active > a:hover {
  color: #314369;
font-size: 20px;
background-color: #eaeaeb;
font-family: 'Univers LT W01_45 Light1475944', sans-serif;
}


.nav-tabs .open .dropdown-toggle, 
.nav-pills .open .dropdown-toggle, 
.gelnav > li.dropdown {
  background-color: #314369;
font-size: 20px;
}


.dropdown > li > a:active {
    background-color: #314369;
font-size: 20px;
font-family: 'Univers LT W01_45 Light1475944', sans-serif;
}

.dropdown > li > a {
    background-color: #314369;
font-size: 20px;
font-family: 'Univers LT W01_45 Light1475944', sans-serif;
}

.dropdown:hover .dropdown-menu {
  visibility: visible;
  display:block;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active {
 background-color: #314369;
font-size: 20px;
}

ul.dropdown-menu {
font-family: 'Univers LT W01_45 Light1475944', sans-serif;   
font-size: 20px;
}

/*------------------------------------*
  Gel Conference Pages
  ----------------------------------*/

.gel h2 {
    color: #3B94E0;
}

.gelblue {
    color: #3B94E0;
padding-bottom: 5px;
padding-top: 20px;
font-size: 31px;
}


.gel p {
    font-size: 22px;
line-height: normal;
}

.geloverview p {
	font-size: 26px;
	    font-family: 'Univers LT W01_45 Light1475944', sans-serif;
	font-weight: 300;
	color: #fff;
	line-height: normal;
}

.geloverview strong {
	font-family: 'Univers LT W01_65 Bold1475968', sans-serif;
	color: #fff;
	line-height: normal;
}

.gelstatusbar {
padding-top: 10px; 
text-align: center; 
background-color: #821518;
}

.gelstatusbar strong {
font-family: 'Univers LT W01_65 Bold1475968', sans-serif;
    line-height: 25px;
}

.gelstatusbar p {
margin-bottom: 10px;
	color: #fff;
    font-family: 'Univers LT W01_45 Light1475944', sans-serif;
    font-size: 17.7px;
    line-height: 25px;
}

.gelstatusbar a {
color: #fff;
}

.gelstatusbar a:active, .gelstatusbar a:hover, .gelstatusbar a:focus {
color: #fff;
background-color: #821518;
}

.gelsponsorshipbar {
padding-top: 40px; 
padding-bottom: 30px; 
text-align: center; 
background-color: #3B94E0;
}

.gelsponsorshipbar a {
color: #fff;
}

.gelsponsorshipbar a:active, .gelsponsorshipbar a:hover, .gelsponsorshipbar a:focus {
color: #fff;
background-color: #3B94E0;
}

.gelgraybackground {
background-color: #F0EFEE
}


.gelgraybackground a:active, .gelgraybackground a:hover, .gelgraybackground a:focus {
color: #dc6d26;
background-color: #F0EFEE;
}

.img-rounded {
    border-radius: 30px;
}

.imageclipgelicons {
    width:150px;
    height:auto;
    overflow:hidden;
}

.geldeepdive p {
    font-size: 17px;
    line-height: normal;
}

.gelspeakers {
padding-bottom: 20px;
    font-family: 'Univers LT W01_45 Light1475944', sans-serif;
}

.gelspeakers h3 {
    font-family: 'Univers LT W01_45 Light1475944', sans-serif;
padding-top: 0px;
padding-bottom: 0px;
font-size: 21px;
text-align: center;
margin-bottom: 0px;
    margin-top: 10px;
}

.gelspeakers p {
    font-size: 16px;
text-align: center;
}

.gelspeakerslinks a {
font-size: 22px; 
text-align: center;
color: #000;
}



.gelagenda h3 {
    font-size: 17.7px;
    font-weight: bold;
    margin-top: 7px;
    margin-bottom: 2px;
line-height: normal;
}


.gelspeakerlinks {
font-size: 22px; 
color: #242525;
text-align: center;
text-decoration: none;
}

.gelspeakerlinks a {
text-decoration: none;
}

.gelbq3 { background: url('https://creativegood.com/wp-content/uploads/2015/12/gel-quotemark-60-light2.png') top left no-repeat; padding-top: 15px;}

.gelfeature {
padding-top: 15px;
}

.gelnavbar {
border: 0px; background-color: #314369;
    padding-top: 3px;
    padding-bottom: 3px;
}

.divide-nav{
  height: 50px;
  background-color: #3498db;
}

.divide-text{
    color:#fff;
    line-height: 20px;
    font-size:20px;
    padding: 15px 0;
}

.filler{
  min-height: 2000px;
}

.navbar-form {
    padding: 10px 0;
}

.navbar-collapse{
   padding-left:0; 
}


.gelnav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
color: #fff;
font-family: 'Univers LT W01_45 Light1475944', sans-serif;
    font-weight: 300;
    line-height: normal;
font-size: 20px;
padding-left: 0px;
padding-right: 30px;
}


.gelnav > li > a:hover, .gelnav > li > a:focus {
    background-color: #314369;
    color: #91A0B3;
}
.gelnav > .active > a {
    background-color: #314369;
    color: #91A0B3;
}

.pastevents a {
    font-size: 17.7px;
    line-height: normal;
}

.pastevents a:active {
    background-color: #F0EFEE;
    color: #dc6d26;
}

.gelfeature a:active {
    color: #dc6d26;
}

.pasteventfeature {
padding-bottom: 20px;
padding-top: 15px;
}


.gel-two-col {
    -moz-column-count: 2;
    -moz-column-gap: 25px;
    -webkit-column-count: 2;
    -webkit-column-gap: 25px;
}

table {
    font-size: 17.7px;
}

.affix {
    top: 80px;
  width:100%;
}

.navbar-default {
z-index: 60000;
}

.tablepress {
font-family: 'Univers LT W01_45 Light1475944', sans-serif;
}

.gelcaptiondate {
background-color: #314369; 
padding:15px; 
padding-bottom: 20px;
padding-left: 20px; 
color: #fff;
}

.gelcaptioncity {
    font-family: 'Univers LT W01_45 Light1475944', sans-serif;
font-weight: normal; 
line-height: normal;
}

.gelintro {
font-size: 25px; line-height: normal;
}

.gelattendeequote {
    font-size: 20px;
    line-height: 1.5;
}

.gelattendeequoteattribute {
font-size: 17.7px;
}

.fa {
font-size: 16px;
}
ul.dropdown-menu:hover {
font-family: 'Univers LT W01_45 Light1475944', sans-serif;   
font-size: 20px;
}


li.dropdown-menu a:hover {
font-family: 'Univers LT W01_45 Light1475944', sans-serif; 
font-size: 20px;
}

li.dropdown-menu {
font-family: 'Univers LT W01_45 Light1475944', sans-serif; 
font-size: 20px;
}

.navbar .dropdown-menu > li > a, .navbar .dropdown-menu > li > a:focus  {
font-family: 'Univers LT W01_45 Light1475944', sans-serif; 
font-size: 20px;
}

.pastthumbnail {
height: 170px;
}

.navbar {
    margin-bottom: 0px;
}

/*------------------------------------*
  FOOTER
  ----------------------------------*/

.footerp p {
font-size: 16px; 
line-height: 25px; 
font-family: 'Univers LT W01_45 Light1475944', sans-serif;
}

.footerp li {
font-size: 16px; 
line-height: 25px; 
font-family: 'Univers LT W01_45 Light1475944', sans-serif;
}

.footerpbold {
font-family: 'Univers LT W01_65 Bold1475968', sans-serif;
}

.footercredential {
font-size: 14px; 
line-height: 25px; 
font-family: 'Univers LT W01_45 Light1475944', sans-serif;
}

.footerp > li:hover, li:active, li:visited  {
	background: transparent;
color: #821518;
}




/*------------------------------------*
  Hover Image Effect
  ----------------------------------*/


.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}

.hovereffect a, hovereffect p {
  color: #fff;
    display: inline-block;
    vertical-align: middle;
    float: none;
 text-align: center;
  margin-top: 2.3em;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
background: rgba(25, 25, 25, .0);
text-decoration: none;
font-size: 18px;
}

.vcentered {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
color: #fff; 
 opacity: 1;
  filter: alpha(opacity=100);
background: rgba(25, 25, 25, .0);
text-decoration: none;
}

.hovereffectimage:hover img {
  opacity: 0.75;
}


/*------------------------------------*
  SERVICES
  ----------------------------------*/


.servicesgold {
    color: #CD963C;
padding-bottom: 20px;
padding-top: 20px;
font-family: 'Univers LT W01_65 Bold1475968', sans-serif;
}


.servicesintro p {
color: #fff;
font-family: 'Univers LT W01_45 Light1475944', sans-serif;
font-size: 22px;
line-height: 1.5;
}

.services h2 {
    color: #CD963C;
font-size: 31px;
font-family: 'Univers LT W01_65 Bold1475968', sans-serif;
}

.services h3 {
    color: #CD963C;
    font-size: 21px;
   font-family: 'Univers LT W01_65 Bold1475968', sans-serif;
    line-height: 32px;
}

.services h4 {
    color: #CD963C;
    font-size: 21px;
    font-family: 'Univers LT W01_45 Light1475944', sans-serif;
    line-height: 32px;
}

.servicesfeature {
padding-top: 15px;
padding-bottom: 15px;
}

.servicesherotext p {
text-align: center; 
margin-bottom: 0px;
}

.servicesintro {
padding-top: 40px; 
padding-bottom: 25px; 
text-align: center; 
background-color: #CD963C;
font-size: 22px;
}

.services p {
font-family: 'Univers LT W01_45 Light1475944', sans-serif;
font-size: 17.7px;
    line-height: 25px;
}


.phaseheader {
padding-bottom: 0px;
margin-bottom: 0px;
margin-top: 40px;
font-family: 'Univers LT W01_65 Bold1475968', sans-serif;
}


.servicesfeature p {
font-family: 'Univers LT W01_45 Light1475944', sans-serif;
font-size: 17.7px;
line-height: 1.5;
}

.servicescalltoaction {
padding-top: 50px; 
padding-bottom: 30px; 
text-align: center; 
background-color: #CD963C;
}


.servicescalltoaction a {
color: #fff;
font-size: 18px;
}

.servicescalltoaction a:active, .servicescalltoaction a:hover, .servicescalltoaction a:focus {
color: #fff;
background-color: #CD963C;
}

.csservicesintro {
padding-top: 20px; 
padding-bottom: 15px; 
text-align: center; 
background-color: #CD963C;
font-size: 22px;
}

.csservicesintro p {
color: #fff;
font-family: 'Univers LT W01_45 Light1475944', sans-serif;
font-size: 22px;
margin-top: 10px;
}

.csservicesintro strong {
	font-family: 'Univers LT W01_65 Bold1475968', sans-serif;
	line-height: normal;
}

.servicesoverview p {
	font-size: 40px;
	font-family: 'Univers LT W01_45 Light1475944', sans-serif;
	font-weight: 300;
	color: #fff;
	line-height: normal;
}

.servicesoverview strong {
	font-family: 'Univers LT W01_65 Bold1475968', sans-serif;
	color: #fff;
	line-height: normal;
}

.servicesfeature strong {
	font-family: 'Univers LT W01_65 Bold1475968', sans-serif;
	line-height: normal;
}

.servicesintro strong {
	font-family: 'Univers LT W01_65 Bold1475968', sans-serif;
	font-weight: 700;
	line-height: normal;
}

.servicestableheader {
background-color: #CD963C; 
padding-bottom: 0px; 
padding-top: 0px; 
padding-left: 20px; 
color: #fff;
}

.servicestableheader h3 {
font-size: 21px;
	font-family: 'Univers LT W01_45 Light1475944', sans-serif;
    line-height: normal;
    padding-bottom: 10px;
color: #fff;
}

.servicesbullets ul li {
	color:#000; 
	font-family: 'Univers LT W01_45 Light1475944', sans-serif;
    font-size: 17.7px;
	list-style:none; 
        line-height: 25px;
	padding-bottom: 15px;
}

.servicesbullets ul li:before {
	color:#CD963C; 
	content:"\2022";
    font-size: 17.7px;
	padding-right:.60em; 
	position:relative;
    top:.1em; 
}

.servicesquote > blockquote  {
    border-left-width: 5px;
    border-left: 5px solid #CD963C;
}


.serviceswell {
           background-color: #f6f6f6;
         padding-left: 35px;
    padding-right: 35px;
min-height: 20px;
    margin-bottom: 0px;
    background-color: #f6f6f6;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	margin-top: 20px;
}


.phaseheaderwell {
  font-size: 21px;
margin-bottom: 30px;
font-family: 'Univers LT W01_45 Light1475944', sans-serif;
}

.casestudyimg {
padding-top: 5px;
margin-bottom: 15px; 
}

.casestudyfooter {
padding-top: 5px; 
padding-bottom: 20px;
background-color: #F0EFEE
}


.casestudyviewmore {
padding-top: 0px; 
padding-bottom: 0px;
}

.leftimage {
margin-right: 20px; 
margin-bottom: 20px; 
float: left;
}

.rightimage {
margin-left: 20px; 
margin-bottom: 20px; 
float: right;
}

.servicescsrecommendation {
font-family: 'Univers LT W01_45 Light1475944', sans-serif;
font-size: 21px;
line-height: 1.5;
}

.csservicesbelow {
font-size: 20px;
}

.csservicesabove {
font-size: 16px;
text-transform: uppercase; 
opacity: .8;
text-align: center;
}





/*------------------------------------*
  About
  ----------------------------------*/



.aboutmagenta {
    color: #b02347;
padding-bottom: 20px;
padding-top: 20px;
font-family: 'Univers LT W01_65 Bold1475968', sans-serif;
}

.aboutintro p {
color: #fff;
font-family: 'Univers LT W01_45 Light1475944', sans-serif;
font-size: 22px;
line-height: 1.5;
}

.about h2 {
    color: #b02347;
font-size: 31px;
font-family: 'Univers LT W01_65 Bold1475968', sans-serif;
}

.about h3 {
    color: #b02347;
    font-size: 21px;
    font-family: 'Univers LT W01_45 Light1475944', sans-serif;
    line-height: 32px;
}

/*.fa-lightbulb-o, .fa-users, .fa-envelope-o {
    color: #b02347;
}*/

.aboutfeature {
padding-top: 15px;
}

.aboutherotext p {
text-align: center; 
margin-bottom: 0px;
}

.aboutintro {
padding-top: 40px; 
padding-bottom: 25px; 
text-align: center; 
background-color: #b02347;
font-size: 22px;
}

.aboutfeature p {
font-family: 'Univers LT W01_45 Light1475944', sans-serif;
font-size: 16px;
line-height: 1.5;
}

.about p {
font-family: 'Univers LT W01_45 Light1475944', sans-serif;
font-size: 17.7px;
    line-height: 25px;
}


.psizesixteen p {
font-size: 16px;
}


.aboutintrotext {
font-size: 20px;
line-height: 1.5;
}

.aboutcalltoaction {
padding-top: 50px; 
padding-bottom: 30px; 
text-align: center; 
background-color: #b02347;
}

.aboutcalltoaction a {
color: #fff;
font-size: 18px;
}


.aboutcalltoaction a:active, .aboutcalltoaction a:hover, .aboutcalltoaction a:focus {
color: #fff;
background-color: #b02347;
}



.aboutoverview p {
	font-size: 40px;
	font-family: 'Univers LT W01_45 Light1475944', sans-serif;
	font-weight: 300;
	color: #fff;
	line-height: normal;
}

.aboutoverview strong {
	font-family: 'Univers LT W01_65 Bold1475968', sans-serif;
	color: #fff;
	line-height: normal;
}

.aboutfeature strong {
	font-family: 'Univers LT W01_65 Bold1475968', sans-serif;
	line-height: normal;
}

.aboutintro strong {
	font-family: 'Univers LT W01_65 Bold1475968', sans-serif;
	line-height: normal;
}


.aboutbullets ul li {
	color:#000; 
	font-family: 'Univers LT W01_45 Light1475944', sans-serif;
    font-size: 17.7px;
	list-style:none; 
        line-height: 25px;
	padding-bottom: 15px;
}

.aboutbullets ul li:before {
	color:#b02347; 
	content:"\2022"; 
    font-size: 17.7px;
	padding-right:.60em; 
	position:relative;
    top:.1em; 
}

.aboutquote > blockquote  {
    border-left-width: 5px;
    border-left: 5px solid #b02347;
}

/*------------------------------------*
  NEW ABOUT PAGE
  ----------------------------------*/

.meet-ourteam h2 {
	padding-bottom: 10px;
}


.meet-ourteam h3 {
	font-family:'Univers LT W01_45 Light1475944', sans-serif;
    font-size: 21px;
    text-align: center;    
    line-height: 24px;
    overflow: hidden;
}

.meet-ourteam h4 {
	font-family:'Univers LT W01_45 Light1475944', sans-serif;
    font-size: 17px;
    text-align: center;
    line-height: normal;
    margin-top: -3px;
    margin-bottom: 30px;
}

.meet-ourteam h5 {
	font-family:'Univers LT W01_45 Light1475944', sans-serif;
    font-size: 16px;
    text-align: center;
    line-height: 15px;
}

.meet-ourteam p {
font-size: 16px;
}

.meet-ourteam {
	padding-bottom: 50px;
}


/*------------------------------------*
  CASE STUDY PAGE
  ----------------------------------*/

.cstitletop {
font-size: 19px; 
font-family:'Univers LT W01_45 Light1475944', sans-serif;
font-weight: 300; 
text-transform: uppercase; opacity: .8;
text-align: center;
}

.csp h1 {
font-size: 2.8em; 
font-family:'Univers LT W01_65 Bold1475968', sans-serif;
color: #fff; 
line-height: 40px; 
padding:10px;
text-align: center;
}

.cstitlebelow {
font-size: 22px; 
font-family:'Univers LT W01_45 Light1475944', sans-serif;
text-align: center;
}

.casestudywell {
        background-color: #f6f6f6;
     padding-left: 40px;
min-height: 20px;
    margin-bottom: 20px;
    background-color: #f6f6f6;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	margin-top: 40px;
}

.casestudy  {
font-size: 22px;
font-weight: bold;
font-family: 'Univers LT W01_65 Bold1475968', sans-serif;
}

blockquote {
    border-left-width: 5px;
    border-left: 5px solid #821518;
font-family:'Univers LT W01_45 Light1475944', sans-serif;
}

.caselabel {
    font-family: 'Univers LT W01_65 Bold1475968', sans-serif;
    font-size: 20px;
    color: #CD963C;
}

.caselabellight {
    font-family:'Univers LT W01_45 Light1475944', sans-serif;
    font-size: 20px;
    color: #CD963C;
}

.footlabel {
    font-family: 'Univers LT W01_65 Bold1475968', sans-serif;
    font-size: 15px;
    color: #821518;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.resultstags td {
padding: 0px;
}

.resultstags > tbody > tr > td {
padding: 0px;
}

.table th, .table td { 
     border-top: none !important; 
	padding: 6px;
 }

.jumbotron, #header.masthead-large, .masthead-large {
    margin-bottom: -20px;
}

.rectangle {
	width: 85px;
	height: 6px;
	background: #821518;
margin-bottom: 35px;
}

.label-default {
    background-color: #F1F1F1;
font-size: 100%;
}

.subheadcase {
    font-size: 26px;
    font-family: 'Univers LT W01_65 Bold1475968', sans-serif;
    line-height: 35px;
}

.csrecommendation {
color: #821518; 
font-size: 28px; 
line-height: 37px;
font-weight: bold;
}

.cspcontainer {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 60px;
	margin-bottom: 0px;
}

.csp p {
font-family:'Univers LT W01_45 Light1475944', sans-serif;
font-size: 18.75px;
line-height: 1.50619835;
}

.csp h2 {
    font-size: 34px;
	font-family:'Univers LT W01_45 Light1475944', sans-serif;
    line-height: 45px;
	padding-bottom: 20px;
padding-top: 25px;
}

.csp h2, strong {
	font-family:'Univers LT W01_65 Bold1475968', sans-serif;
}

.csp h3 {
    font-size: 26px;
    font-family: 'Univers LT W01_65 Bold1475968', sans-serif;
    line-height: 35px;
    padding-bottom: 10px;
}

.newform > .form-horizontal {
padding-left: 14px;
}


.greyfoot ul li {
 padding: 0;
 margin: 0;
 list-style: none;
} 

.greyfoot a {
color: #000;
}

.greyfoot a:hover,
.greyfoot a:focus {
    color: #821518;
	text-decoration: underline;
background-color: #F1F1F1;
}

.greyfoot a:active {
    color: #821518;
	text-decoration: underline;
background-color: #F1F1F1;
}

section.cont_nav{
display:none !important;
}


.category-blog > .entry-content {
border-bottom: 1px solid #CCCCCC;
}

/*------------------------------------*
  FEATURETTE
  ----------------------------------*/


.featurette ul { 
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}


.featurette ul li {
		color:#000; 
font-size: 17.7px;
    font-family: 'Univers LT W01_45 Light1475944', sans-serif;
line-height: 1.5;
    list-style: none;
    display: list-item;
    text-align: -webkit-match-parent;
}

.featurette ul li:before {
    content: '\2022';
    display: block;
    position: relative;
    max-width: 0;
    max-height: 0;
    left: -.7em;
    top: 0px;
    color: #dc6d26;
}

.featurette {
  text-align: left;
}

.form-control, input[type='text'], input[type='email'], input[type='password'], textarea, select {
    padding: 6px 10px;
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.input-group[class*="col-"] {
    padding-left: 7px;
}


/*------------------------------------*
  ABOUT PAGE PLAYER
  ----------------------------------*/
  
.player-stacked ul li {
  list-style:none !important;
  list-style-type:none !important;
}

.player-stacked  {
  padding-left: 10px;
}


.player-holder {
  padding-top: 10px;
  padding-bottom: 34px;
  text-align: left;
}

.playerbox p {
	color: #fff;
	font-size: 16px;
	line-height: 24px;	
}

.playerbox {
  text-align: center;
padding-top: 10px;
}

.playerbox h2 {
    font-size: 22px;
	font-family:'Univers LT W01_45 Light1475944', sans-serif;
	line-height: 20px;
	color: #fff;
}

.playerbox a {
	color: #fff; 
}

.player-holder > li > a:hover {
	background: none;
}

.break  {
	padding-top: 50px;
}


/*------------------------------------*
  LINK STYLES
----------------------------------*/

a {
	color: #dc6d26;
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	color: #dc6d26;
	text-decoration: underline;
background: transparent;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}



/*------------------------------------*
  BACKGROUND STYLES
----------------------------------*/

.bg-dmagenta {
	color: #fff;
	background-color: #821518;
}

.bg-lghtgrey {
	color: #fff;
	background-color: #D8D8D8;
}

.bg-orange {
	color: #fff;
	background-color: #dc6d26;
}

a.bg-orange:hover {
	background-color: #dc6d26;
}
.bg-lightgrey {
	background-color: #F1F1F1;
}

.border-lightgrey {
	border-color: #ebebeb;
	border-left-width: 15px;
	border-style: solid;
}

.bg-ftorange {
	color: #fff;
	background-color: #dc6d26;
	border-bottom: 0;
	padding-top: 35px;
	padding-bottom: 35px;
}

.bg-brownhead {
	color: #fff;
	background-color: #7b6550;
	padding-top: 0px;
	margin-top: 0px;
}

.bg-orangeblog {
	color: #fff;
	background-color: #dc6d26;
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 0px;

}

.bg-orangeblog p {
	font-size: 2.8em;
	font-weight: 300;
	line-height: 45px;
	padding-top: 21px;
}	

.bg-magentablog {
	color: #fff;
	background-color: #b02347;
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 0px;

}

.bg-magentablog p {
font-size: 42px;
    font-family: 'Univers LT W01_45 Light1475944', sans-serif;
	font-weight: 300;
    color: #fff;
    line-height: normal;
	padding-top: 21px;
}


.bg-olivehead {
	color: #fff;
	background-color: #9c8257;
}

.bg-olive {
	color: #fff;
	background-color: #9c8257;
	padding-bottom: 30px;
	margin-bottom: 0px;
	border-bottom: 0;
	padding-top: 13px;
}

.bg-olive a {
	color: #fff;
}

.bg-brown {
	color: #fff;
	background-color: #7b6550;
	border-bottom: 0;
	padding-top: 35px;
    padding-bottom: 40px;
}



.bg-blue {
	color: #fff;
	background-color: #26397f;
}
.bg-magenta {
	color: #fff;
	background-color: #b02347;
}
.bg-darkmagentanew {
	color: #fff;
	background-color: #821518;
}

.bg-gold {
	color: #fff;
	background-color: #cd963c;
}
.bg-lgrey {
	background-color: #eef0f0;
	padding-top: 20px;
	padding-bottom: 20px;
}

.bg-ftlgrey {
	background-color: #b2b4af;
	padding-top: 10px;
}

.bg-casegrey {
	background-color: #8B8C89;
	padding-top: 20px;
}

#bg-casegreytwo {
	background-color: #F1F1F1;
	padding-top: 20px;
    border-top: 1px solid #d9dada;
}


.bg-dgrey {
	color: #fff;
	background-color: #616163;
}

.bg-dgrey a {
	color: #fac687;
	text-decoration: none;
}

.bg-bluenewtop {
	color: #fff;
	background-color: #26397f;
margin-bottom: 0px;
}


.hww-listening {
	padding-top: 30px;
	margin-top: 0px;
	padding-bottom: 20px;
	margin-bottom: 0px;
}

.hww-services {
	padding-top: 20px;
	margin-top: 0px;
	padding-bottom: 30px;
	margin-bottom: 0px;		
}


.hww-what {
	padding-top: 20px;
	margin-top: 0px;
	padding-bottom: 30px;
	margin-bottom: 0px;		
}

.about-top {
	padding-top: 10px;
	margin-top: 0px;
	padding-bottom: 40px;
	margin-bottom: 0px;		
}

.about-top h2 {
	padding-bottom: 20px;
}

.clients-top {
	padding-top: 10px;
	margin-top: 0px;
	padding-bottom: 40px;
	margin-bottom: 0px;		
}

.container-text, .container-image {
    min-height: 0px;
}

/*------------------------------------*
 CLIENT PAGE 
----------------------------------*/

.client-three-col {
    -moz-column-count: 3;
    -moz-column-gap: 25px;
    -webkit-column-count: 3;
    -webkit-column-gap: 25px;
}  
  
/*------------------------------------*
 IMAGE SIZING and CAPTIONS
----------------------------------*/

.imageClip
    {
    width:200px;
    height:auto;
    overflow:hidden;
    padding:0px;
    }
    
.imgthumb {
    position: relative;
    margin:0 auto;
    text-align:center;
    border: 0;
    opacity: 1;
}

.imgthumb:hover {
    opacity: .75;
}

.caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(51,51,51,0.50);
    color: #fff;
    padding: 10px;
}

.caption p {
    padding-left: 23px;
    padding-right: 23px;
}

.captiona {
    position: absolute;
    right: 3%;
    bottom: 0;
    color: #fff;
    width: 120px;
}

.captiona p {
	font-family:'Univers LT W01_45 Light1475944', sans-serif;
    font-size: 15px;
    line-height: 12px;
}

.captionb {
    position: absolute;
    left: 5%;
    bottom: 0;
    color: #fff;
}

.captionb p {
	font-family:'Univers LT W01_45 Light1475944', sans-serif;
    font-size: 15px;
    line-height: 12px;
}

.imageclipiconsfoot {
    width:45px;
    height:auto;
    overflow:hidden;
    padding-right: 10px;
}

.imageclipicons {
    width:35px;
    height:auto;
    overflow:hidden;
    padding-right: 10px;
}



.image-pad {
	padding-right: 30px;
	padding-top: 30px;
}

/*------------------------------------*
  ABOUT PAGE TEAM STYLES
-----------------------------*/


.team {
	 margin-bottom: 25px;
}

.no-gutter {
    padding-right:20;
    padding-left:0;
}


.row-centered {
    text-align:center;
}

@media(min-width:767px) {
.col-centered {
    display:inline-block;
    float:none;
    
    text-align:left;
    
    margin-right:25px;
}



}

.colcentered {
    float: none;
    margin: 0 auto;
}

.well {
	background-color: #fff;
	vertical-align: top;
}

.form-horizontal {
	margin-left: 0px;
	padding-left: 0px;
}

.testoutline {
    border: 2px solid #000;
    color: #000;
}

/*------------------------------------*
  INDEX PAGE STYLES
----------------------------*/

.hometest {
	height: 530px;
	    padding-left: 0px;
    padding-right: 0px;
}

.hometest p {
	font-size: 24px;
line-height: 34px;
}

@media(min-width:767px) {
	.hometest {
	height: 470px;
    padding-left: 32px;
    padding-right: 32px;
	}
}
	
.hometest img {
   position: absolute;
   top: 0;
   left: 0;
   min-width: 100%;
   min-height: 470px; 
 }
 
 .square {
   margin-bottom: 0px;
   padding-bottom: 0px;
   border-bottom: 0;
   margin-top: 0px;
   padding-top: 0px;
 }
 
.status p {
	font-family:'Univers LT W01_45 Light1475944', sans-serif;
    font-size: 26px;
    color: #26397f;
    line-height: normal;
}

.status {
	border-bottom: 0px;
   overflow:hidden;
   padding-bottom: 0px;
   margin-bottom: 0px;
   padding-top: 15px;
   margin-top: 0px;
}

.madeby {
   padding-left:8px;
   padding-right:8px;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}





/*------------------------------------*
  HWW STYLES
-----------------------------*/
.paddingleft {
   padding-left:20px;
}

.paddingright {
   padding-left:25px;
}

/*------------------------------------*
  OVERVIEW STYLES
-------------------------*/


.overview {
	display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}

.overview p {
	font-size: 40px;
	font-family:'Univers LT W01_45 Light1475944', sans-serif;
	font-weight: 300;
	color: #fff;
	line-height: 45px;
	text-align: center;
}

.status strong 	{ 
	font-family:'Univers LT W01_65 Bold1475968', sans-serif;
}

.overview strong {
	font-family:'Univers LT W01_65 Bold1475968', sans-serif;
	color: #fff;
	line-height: 40px;
}

.start {
	padding-top: 5.9em;
	padding-bottom: 4.6em;
}

.starta {
	padding-top: 4.9em;
	padding-bottom: 2.6em;
	}

.startb {
	padding-top: 8.5%;
}


.trusted p {
	font-size: 22px;
	font-family:'Berndal LT W01 SC', serif;
	font-variant: small-caps; 
	letter-spacing: 2px;
}

.fancy p {
    overflow: hidden;
    text-align: center;
}

.fancy p:before,
.fancy p:after {
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 10%;
    opacity: 0.4;
}

.fancy p:before {
    right: 0.5em;
    margin-left: -50%;
}

.fancy p:after {
    left: 0.5em;
    margin-right: -50%;
}

.intro {
	padding-top: 40px;
	padding-bottom: 40px;

}

.intro-top {
	padding-bottom: 40px;
}

.intro h2 {
    padding-bottom: 25px;
}

.intro h2, .intro h3, .intro p  {
	text-align: center;
}

.padding-right {
	padding-right: 20px;
}


.center {
	text-align: center;
}

.bottom {
	padding-bottom: 20px;
}

.bottom-ext {
	padding-bottom: 50px;
}

.bottom-ext-ext {
	padding-bottom: 80px;
}

.bottom-extension {
	padding-bottom: 100px;
}

.mission p {
	color: #616163;
}

.verticalLine {
    border-left: thick solid #ff0000;
}



/*------------------------------------*
  NAVIGATION
*------------------------------------*/

@media(min-width:1200px){ 

#menu-menu-1  > li > a:hover {
		background: url(https://creativegood.com/wp-content/uploads/2015/08/cg-underscore.png) no-repeat 50% 78%;
		background-color: fff;
		background-size: 20px;
}

#menu-menu-1 > .current-menu-ancestor > a {
		background: url(https://creativegood.com/wp-content/uploads/2015/08/cg-underscore.png) no-repeat 50% 78%;
		background-size: 20px;
}

#menu-menu-1 > .current-page-ancestor > a {
		background: url(https://creativegood.com/wp-content/uploads/2015/08/cg-underscore.png) no-repeat 50% 78%;
		background-size: 20px;
}

#menu-menu-1 > .current-post-parent > a {
		background: url(https://creativegood.com/wp-content/uploads/2015/08/cg-underscore.png) no-repeat 50% 78%;
		background-size: 20px;
}

}
.navbar-default .dropdown-menu > li > a {
font-size: 20px;
    color: #242525;
background-color: #fff;
}

.navbar-default .dropdown-menu > li > a:hover,
.navbar-default .dropdown-menu > .active > a,
.navbar-default .dropdown-menu > .active > a:hover {
  color: #821518;
font-size: 20px;
    background-color: #F0EFEE;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
}

.navbar-default .navbar-nav > li > a:hover, a:active {
	color: #821518;
    background-color: #fff;

}

#menu-menu-1 > .current-page-ancestor > a {
	color: #821518;
    background-color: #fff;
}


.dropdown-backdrop {
    position: static;
}

.navbar-default .dropdown-menu > li > a:hover, .navbar-default .dropdown-menu > li > a:focus, .navbar-default .dropdown-menu > li > a:active  {
   color: #821518;
}

.navbar-default .dropdown-menu > ul > a {
   color: #821518;
font-size: 20px;
}

#menu-menu-1 .current-menu-ancestor > a {
    color: #821518 !important; /* highlight color */
}

#menu-menu-1 .menu-item-has-children > a:active {
    color: #821518 !important; /* highlight color */
}

.current_page_ancestor > a {
   color: #821518;
}
.current_page_parent > li > a {
	color: #821518;
	background-color: #fff;
}

.navbar-default  {
    font-size: 20px;
	font-family:'Univers LT W01_45 Light1475944', sans-serif;
    background-color: #fff;
}



@media(min-width:1200px) { 
	.navbar-default .navbar-nav > .active > a, 
	.navbar-default .navbar-nav > .active > a:hover, 
	.navbar-default .navbar-nav > .active > a:focus {
		background: url(https://creativegood.com/wp-content/uploads/2015/08/cg-underscore.png) no-repeat 50% 78%;
		background-color: fff;
		background-size: 20px;
		color: #821518;
	}

 
	.page-id-1822  .navbar-default .navbar-nav > .active > a {
    		background: none;
		background-color: fff;
		background-size: 20px;
		color: #000;
	}

	.page-id-1822 .navbar-default .navbar-nav > .active > a:hover, 
	.page-id-1822 .navbar-default .navbar-nav > .active > a:focus {
		background: url(https://creativegood.com/wp-content/uploads/2015/08/cg-underscore.png) no-repeat 50% 78%;
		background-color: fff;
		background-size: 20px;
		color: #821518;
	}

	.page-id-1122 .navbar-default .navbar-nav > .active > a:hover, 
	.page-id-1122 .navbar-default .navbar-nav > .active > a:focus {
		background: url(https://creativegood.com/wp-content/uploads/2015/08/cg-underscore.png) no-repeat 50% 78%;
		background-color: fff;
		background-size: 20px;
		color: #821518;
	}

}


.descriptions p {
font-size: 24px;
    line-height: 1.5;
}

.clients {
margin-left: 50%;
margin-right: 50%;
}

.anchor{
  display: block;
  height: 80px; 
  margin-top: -80px; 
  visibility: hidden;
}



/*------------------------------------*
  BUTTON
*------------------------------------*/

.btn-gelsignup {
    background-color: #3B94E0;
    color: #ffffff;
}
 
.btn-gelsignup:hover, .btn-gelsignup:focus, .btn-gelsignup:active, .btn-gelsignup.active, .open > .dropdown-toggle.btn-gelsignup {
    background-color: #ccc;
opacity: 1;
}
 
.btn-gelsignup:active, .btn-gelsignup.active {
    border-color: #3B94E0;
    color: #ffffff;
    box-shadow: none;
}



.btn.outline {
    background: none;
    padding: 10px 22px;
        font-family: 'Univers LT W01_45 Light1475944', sans-serif;
	font-size: 26px;
	opacity: 1;
}

.btn-primary.twitterblue {
    border: 0px solid #000;
    color: #fff;
    background-color: #4099FF;
}


.btn-primary.twitterblue:hover, .btn-primary.twitterblue:focus, .btn-primary.twitterblue:active, .btn-primary.twitterblue.active, .open > .dropdown-toggle.btn-primary {
    opacity: 0.75;
}

.btn-primary.whitesolidgold {
    border: 0px solid #000;
    color: #CD963C;
    background-color: #fff;
}

.btn-primary.whitesolidgold:hover, .btn-primary.whitesolidgold:focus, .btn-primary.whitesolidgold:active, .btn-primary.whitesolidgold.active, .open > .dropdown-toggle.btn-primary {
    border: 0px solid #000;
    color: #CD963C;
    background-color: #fff;
    opacity: 0.75;
}

.btn-primary.whitesolidmagenta {
    border: 0px solid #000;
    color: #b02347;
    background-color: #fff;
}

.btn-primary.whitesolidmagenta:hover, .btn-primary.whitesolidmagenta:focus, .btn-primary.whitesolidmagenta:active, .btn-primary.whitesolidmagenta.active, .open > .dropdown-toggle.btn-primary {
    border: 0px solid #000;
    color: #b02347;
    background-color: #fff;
    opacity: 0.75;
}


.btn-primary.solidmagentawhite {
    border: 0px solid #000;
    color: #fff;
    background-color: #b02347;
}

.btn-primary.solidmagentawhite:hover, .btn-primary.solidmagentawhite:focus, .btn-primary.solidmagentawhite:active, .btn-primary.solidmagentawhite.active, .open > .dropdown-toggle.btn-primary {
    opacity: 0.75;
}

.btn-primary.solidgoldwhite {
    border: 0px solid #000;
    color: #fff;
    background-color: #CD963C;
}

.btn-primary.solidgoldwhite:hover, .btn-primary.solidgoldwhite:focus, .btn-primary.solidgoldwhite:active, .btn-primary.solidgoldwhite.active, .open > .dropdown-toggle.btn-primary {
    opacity: 0.75;
}

.solidgoldwhite a:hover {
    opacity: 0.75;
}

.btn-primary.blacksolidwhite {
    border: 0px solid #000;
    color: #fff;
    background-color: #000;
}


.btn-primary.blacksolidwhite:hover, .btn-primary.blacksolidwhite:focus, .btn-primary.blacksolidwhite:active, .btn-primary.blacksolidwhite.active, .open > .dropdown-toggle.btn-primary {
    opacity: 0.75;
}


.btn-primary.outline {
    border: 2px solid #fff;
    color: #fff;
}

.btn-primary.outline:hover, .btn-primary.outline:focus, .btn-primary.outline:active, .btn-primary.outline.active, .open > .dropdown-toggle.btn-primary {
    opacity: 0.75;
}

.btn-primary.outline:active, .btn-primary.outline.active {
    border-color: #fff;
    color: #fff;
    box-shadow: none;
}

.btn.outline-ft {
    background: none;
  	opacity: 1;
}
.btn-primary.outline-ft {
    border: 2px solid #fff;
    color: #fff;
}

.btn-primary.outline-ft:hover, .btn-primary.outline-ft:focus, .btn-primary.outline-ft:active, .btn-primary.outline-ft.active, .open > .dropdown-toggle.btn-primary {
    opacity: 0.75;
    
}
.btn-primary.outline-ft:active, .btn-primary.outline-ft.active {
    border-color: #dc6d26;
    color: #dc6d26;
    box-shadow: none;
}

.btn.outline-black {
    background: none;
    opacity: 1;
}

.btn-primary.outline-black {
    border: 2px solid #000;
    color: #000;
}

.btn-primary.outline-black:hover, .btn-primary.outline-black:focus, .btn-primary.outline-black:active, .btn-primary.outline-black.active, .open > .dropdown-toggle.btn-primary {
    opacity: 0.65;
}


.btn.outline-orange {
    background: none;
    opacity: 1;
}

.btn-primary.outline-orange {
    border: 2px solid #DC6D26;
    color: #DC6D26;
}

.btn-primary.outline-orange:hover, .btn-primary.outline-orange:focus, .btn-primary.outline-orange:active, .btn-primary.outline-orange.active, .open > .dropdown-toggle.btn-primary {
    opacity: 0.65;
}




.btn-primary.outline-ft:active, .btn-primary.outline-ft.active {
    border-color: #fff;
    color: #fff;
    box-shadow: none;
}

.input-group-btn {
    padding-left: 10px;
}

.btn-download {
  padding: 10px 26px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 4px;
}


.btn-gel {
  padding: 6px 22px;
  font-size: 20px;
  line-height: 32px;
  border-radius: 4px;
}



.btn.outline-white {
    background: none;
  	opacity: 1;
}
.btn-primary.outline-white {
    border: 2px solid #fff;
    color: #fff;
}

.btn-primary.outline-white:hover, .btn-primary.outline-white:focus, .btn-primary.outline-white:active, .btn-primary.outline-white.active, .open > .dropdown-toggle.btn-primary {
    opacity: 0.75;
    
}
.btn-primary.outline-white:active, .btn-primary.outline-white.active {
    border-color: #fff;
    color: #fff;
    box-shadow: none;
}

/*------------------------------------*
  FORMS
*------------------------------------*/


textarea:focus, input:focus, .uneditable-input:focus {   
	border-color: rgba(220, 109, 38, 0.8) !important;
	outline: 0 none !important;
}

.container-fixed {
	margin: 0 auto;
	max-width: 1170px;
}



/*------------------------------------*
  TABS
*------------------------------------*/



.nav-pills>li>a {
  background-color: #4c4d4f;
  color:#fff;
  padding-left: 45px;
  padding-right: 45px;
  opacity: 1;
}


.nav-pills>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  color: #fff;
  background-color: #4c4d4f;
}


.nav-pills>li>a:hover {
  background-color: #4c4d4f;
      opacity: 0.75;

}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {  
	background-color: #393a3b;
}


/*------------------------------------*
  Contact Page
*------------------------------------*/

.form-horizontal .control-label {
   text-align: left;
    padding-right: 0px;
   }

.contact h3 {
	padding-bottom: 20px;
}

.message {
	padding-bottom: 10px; 
	padding-top: 0px;
}



.contact {
	padding-bottom: 20px;
	margin-bottom: 0px;		
}

.contact p {
    font-family: 'Univers LT W01_45 Light1475944', sans-serif;
    font-size: 17.7px;
    line-height: 25px;
}

.label-top {
font-family: 'Univers LT W01_45 Light1475944', sans-serif;
    font-size: 17.7px;
    line-height: 25px;
    padding-bottom: 7px;
}


.label-left {
    font-family: 'Univers LT W01_45 Light1475944', sans-serif;
    font-size: 17.7px;
    line-height: 25px;
    margin-top: 19px;
}
 
/*------------------------------------*
  FONTS
*------------------------------------*/


.meet-team h2 {
	color: #616163;
	padding-bottom: 10px;
}


.meet-team h3 {
	font-family:'Univers LT W01_45 Light1475944', sans-serif;
    font-size: 21px;
    text-align: center;    
    line-height: 24px;
    overflow: hidden;
}

.meet-team h4 {
	font-family:'Univers LT W01_45 Light1475944', sans-serif;
    font-size: 17px;
    text-align: center;
    line-height: normal;
    margin-top: -3px;
    margin-bottom: 30px;
}

.meet-team h5 {
	font-family:'Univers LT W01_45 Light1475944', sans-serif;
    font-size: 16px;
    text-align: center;
    line-height: 15px;
}

.meet-team p {
    font-size: 17px;
    line-height: 1.5;
}

.meet-team {
	padding-bottom: 50px;
}

.bg-olive h3 {
	font-family:'Univers LT W01_65 Bold1475968', sans-serif;
    font-size: 2.14em;
    text-align: center;
    overflow: hidden;
    margin-bottom: 40px;
}

.bg-olive h4 {
    font-size: 24px;
    text-align: center;    
    line-height: 35px;
    margin-top: 0px;
    padding-bottom: 10px;
    letter-spacing: 1px; 
}


.bg-ftorange p {
	font-family:'Univers LT W01_45 Light1475944', sans-serif;
    font-size: 13px;
}

.signup {
	font-family:'Univers LT W01_45 Light1475944', sans-serif;
    font-size: 1.7em;
    line-height: 25px;
    padding-bottom: 5px;
}

.bg-ftorange a {
    color: #fff;
    text-decoration: underline;
    background: transparent;
}

.bg-ftorange h3 {
	font-family:'Univers LT W01_45 Light1475944', sans-serif;
    font-size: 25.5px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 3px;
}

.bg-brown p {
	font-family:'Univers LT W01_45 Light1475944';
    font-size: 24px;
    line-height: 35px;
}

.copyrightinfo {
	font-family:'Univers LT W01_45 Light1475944', sans-serif;
    font-size: 15px;
    text-align: center;
    line-height: 23px;
    color: #fff;
    vertical-align: bottom;
    padding-bottom: 0;
	margin-bottom: 10px;
	overflow: hidden;
}

.contactus {
	font-family:'Univers LT W01_45 Light1475944', sans-serif;
    font-size: 19px;
    text-align: center;
    line-height: 23px;
    color: #fff;
    vertical-align: bottom;
    padding-bottom: 0;
	margin-bottom: 10px;
	overflow: hidden;
}

.bg-ftlgrey a {
    color: #fff;
    background: transparent;
}

.hww h2 {
	padding-bottom: 20px;
}

.hww h3 {
    font-size: 34px;
	font-family:'Univers LT W01_45 Light1475944', sans-serif;
    line-height: 45px;
	padding-bottom: 20px;

}

.hww h3, strong {
	font-family:'Univers LT W01_65 Bold1475968', sans-serif;
}

.text-muted {
	color: #000;
	font-size: 19px;
}

.help-block {
	color: #000;
    font-size: 15.1px;
    line-height: 26px;
}

caption, th {
  text-align: left;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
}

p {
       font-family: 'Univers LT W01_45 Light1475944', sans-serif;
    font-size: 17.7px;
    line-height: 25px;
}

p strong {
	font-family:'Univers LT W01_65 Bold1475968', sans-serif;
-webkit-font-smoothing: antialiased;
}

h2 {
    font-size: 40px;
	font-family:'Univers LT W01_65 Bold1475968', sans-serif;
    line-height: 40px;
}

h3 {
    font-size: 31px;
	font-family:'Univers LT W01_65 Bold1475968', sans-serif;
    line-height: 40px;
}



h5 {
    font-size: 14px;
    line-height: 20px;
}

h6 {
    font-size: 12px;
    line-height: 20px;
}

.blg p {
    font-size: 17.7px;
    line-height: 25px;
}

.bloginfo {
	font-size: 16px;
	    font-family: 'Univers LT W01_45 Light1475944', sans-serif;
	font-weight: 300;
    padding-bottom: 10px;
 	padding-top: 10px;
 	text-transform: uppercase;
}

.blg ol {
	color:#000;
    font-family: 'Univers LT W01_45 Light1475944', sans-serif;
    font-size: 21px;
}


.blg ul li {
	color:#000; 
	    font-family: 'Univers LT W01_45 Light1475944', sans-serif;
    font-size: 21px;
	list-style:none; 
    line-height: 31px;
	padding-bottom: 15px;
}

.blg ul li:before {
	color:#dc6d26; 
	content:"\2022"; 
	font-size:em; 
	padding-right:.60em; 
	position:relative;
    top:.1em; 
}

.blognext {
	padding-top: 15px;
}

.blognext ul li {
  list-style:none !important;
  list-style-type:none !important;
	font-size: 16px;
	font-family:'Univers LT W01_45 Light1475944', sans-serif;
}

.blognext ul li:before {
	content: none;
}

#blogheader {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
}

.img-left {
  float: left !important;
 margin-right: 20px;
 margin-bottom: 15px;

}

.blg h4 {
	font-family: 'Univers LT W01_65 Bold1475968', sans-serif;
    font-size: 24px; 
    line-height: 35px;
}


@media (min-width: 992px) {

	.nogutter { 
		padding-left: 0px;
	}	

} 

	@media only screen and (max-width : 480px) {
	p {
	font-size: large;
	line-height: 28px;
	}
	
	.featurette ul li {
	font-size: large;
	}
	
	.featurette ul {
	font-size: large;
	}
	
	.blg ul li {
	font-size: large;
	}
	
	.blg ul {
	font-size: large;
	}
	
	.blognext ul li  {
	font-size: large;
	}
	
	.blognext ul {
	font-size: large;
	}
	
	.overview p {
	font-size: large;
	line-height: 24px;
	}
	
	.overview strong {
	font-family:'Univers LT W01_65 Bold1475968', sans-serif;
	font-size: large;
	line-height: 24px;
	}
	
table {
    font-size: medium;
}

.gelstatusbar p {
    font-size: medium;
}

.geloverview p {
    font-size: x-large;
}

.gelintro {
    font-size: large;
}

.gelattendeequote {
    font-size: large;
}

.gelattendeequoteattribute {
    font-size: medium;
}
	.bg-magentablog p  {
    font-size: x-large;
	line-height: 24px;
	font-family:'Univers LT W01_45 Light1475944', sans-serif;
	}
	
	.bg-orangeblog p  {
	font-size: large;
    font-size: x-large;
	font-family:'Univers LT W01_45 Light1475944', sans-serif;
	}
	
	.status p {
	font-size: large;
	line-height: 24px;
	}
	
	.bg-olive h4 {
	font-size: large;
	line-height: 26px;
	padding-bottom: 0px;
	}
	
	
	.btn.outline {  
	font-size: large;
	font-family:'Univers LT W01_65 Bold1475968', sans-serif;
	line-height: 28px;
	}
	
	.btn-download {  
	font-size: large;
	font-family:'Univers LT W01_65 Bold1475968', sans-serif;
	line-height: 28px;
	}

.btn-gel {  
	font-size: large;
	font-family:'Univers LT W01_65 Bold1475968', sans-serif;
	line-height: 28px;
	}
	
	h2 {
    font-size: x-large;
	font-family:'Univers LT W01_65 Bold1475968', sans-serif;
    line-height: 35px;
	}
	
	h3 {
    font-size: x-large;
	font-family:'Univers LT W01_65 Bold1475968', sans-serif;
    line-height: 35px;
	}
	
	.hww h3 {
	font-size: large;
	line-height: 28px;
	}
	
	.intro h2 {
    font-size: x-large;
	font-family:'Univers LT W01_65 Bold1475968', sans-serif;
    line-height: 35px;
	}

	.bg-olive h3 {
    font-size: x-large;
    line-height: 35px;
	}
	
	.bg-brown p {
	font-size: large;
	line-height: 28px;
	}
	
	.bg-ftorange h3 {
	font-size: large;
	line-height: 28px;
	}
	
	.blg h4 {
	font-size: large;
	line-height: 28px;
	}
	
	.signup {
	font-size: large;
	line-height: 28px;
	}
	
	.descriptions p {
	font-size: large;
	line-height: 28px;
	}
	
	.playerbox h2 {
	font-size: large;
	line-height: 28px;
	margin-top: 13px;
	}
	
	.copyrightinfo {
    font-size: medium;
    line-height: 27px;
	}
	
	.contactus {
    font-size: medium;
    line-height: 27px;
    text-align: center;
	}
	
	.contactform p {
    font-size: medium;
    line-height: 27px;
    padding: 0px;
    margin: 0px;

	}
	
	.intro {
	padding-top: 0px;
	padding-bottom: 0px;
	}
	
	.start {
    padding-top: 1.8em;
    padding-bottom: 1.8em;
	}
	
	.starta {
    padding-top: 1.8em;
    padding-bottom: 1.8em;
	}
	
	.hometest {
	height: 26em;
	}
	
	.client-three-col {
    -moz-column-count: 1;
    -moz-column-gap: 25px;
    -webkit-column-count: 1;
    -webkit-column-gap: 25px;
	}  
	
	.colcentered-mobile {
    float: none;
    margin: 0 auto;
	}
	
	.madeby {
   padding:1.2em;
	}

}


@media only screen 
  and (min-width: 768px) 
  and (max-width: 1200px) {
  
  	.overview p {
    font-size: x-large;
    line-height: 35px;
	}
	
	.overview strong {
	font-family:'Univers LT W01_65 Bold1475968', sans-serif;
    font-size: x-large;
    line-height: 35px;
	}
	
		.intro {
	padding-top: 0px;
	padding-bottom: 0px;
	}
	
	.start {
    padding-top: 3.7em;
    padding-bottom: 1.8em;
	}
	
	.starta {
    padding-top: 2.7em;
    padding-bottom: 1.8em;
	}
	

	.bg-olive h3 {
    font-size: x-large;
    line-height: 35px;
	}
	
	.caption p {
    font-size: medium;
    line-height: 27px;
	}

.gelstatusbar p {
font-size: medium; 
line-height: normal;
}

.pastevents {
font-size: medium; 
line-height: normal;
}

.pastevents a {
font-size: medium; 
line-height: normal;
}

	
		.copyrightinfo {
    font-size: medium;
    line-height: 27px;
	}
	
	.contactus {
    font-size: medium;
    line-height: 27px;
    text-align: center;
	}
	
	.contactform p {
    font-size: medium;
    line-height: 27px;
    padding: 0px;
    margin: 0px;

	}
	
		
	.madeby {
   padding:1.2em;
	}

	.descriptions p {
	font-size: large;
	line-height: 28px;
	}

	.bg-olive h3 {
    font-size: medium;
    line-height: 27px;
	}

	.signup {
    padding-bottom: 15px;
	}

	.marginleft {
    padding-left: -15px;
	}

}


@media only screen and (max-width : 750px) {

.gelnav > li > a {
padding-left: 15px;
padding-right: 15px;
}


}


	@media only screen and (max-width : 320px) {

	.start {
    padding-top: .8em;
    padding-bottom: .8em;
	}
	
	.starta {
    padding-top: .8em;
    padding-bottom: .8em;
	}
	
	  	.overview p {
	font-size: large;
	line-height: 28px;
	}
	
	.overview strong {
	font-family:'Univers LT W01_65 Bold1475968', sans-serif;
	font-size: large;
	line-height: 28px;
	}
	
		.bg-magentablog p  {
    font-size: x-large;
	line-height: 24px;
	font-family:'Univers LT W01_45 Light1475944', sans-serif;
    padding-top: .5em;

	}
	
	.bg-orangeblog p  {
	font-size: large;
    font-size: x-large;
	font-family:'Univers LT W01_45 Light1475944', sans-serif;
    padding-top: .5em;
	}



}


@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=dfa72b5c-3fa2-450c-ab19-39e75bcf19dd");
@font-face{

font-family:"Berndal LT W01 SC";

src:url("https://creativegood.com/wp-content/themes/runway-bootstrap-starter/assets/css/Fonts/e65833b2-01e4-4188-8341-0f12953811b2.eot?#iefix");

src:url("https://creativegood.com/wp-content/themes/runway-bootstrap-starter/assets/css/Fonts/e65833b2-01e4-4188-8341-0f12953811b2.eot?#iefix") format("eot"),url("http://creativegood.com/wp-content/themes/runway-bootstrap-starter/assets/css/Fonts/b0cd9428-8780-435e-8467-3ce3104916f1.woff2") format("woff2"),url("http://creativegood.com/wp-content/themes/runway-bootstrap-starter/assets/css/Fonts/bbf9d211-d9d2-49e9-9e48-fea705ccabd9.woff") format("woff"),url("http://creativegood.com/wp-content/themes/runway-bootstrap-starter/assets/css/Fonts/b5081437-47d7-4af2-acec-770229e8f5a3.ttf") format("truetype"),url("http://creativegood.com/wp-content/themes/runway-bootstrap-starter/assets/css/Fonts/64424838-16e8-4c5a-9484-2a58626774f5.svg#64424838-16e8-4c5a-9484-2a58626774f5") format("svg");

}

@font-face{

font-family:"Univers LT W01_45 Light1475944";
	font-weight: normal;
	font-style: normal;
src:url("https://creativegood.com/wp-content/themes/runway-bootstrap-starter/assets/css/Fonts/a91ff084-fc8b-43f4-b0ea-111254b68524.eot?#iefix");

src:url("https://creativegood.com/wp-content/themes/runway-bootstrap-starter/assets/css/Fonts/a91ff084-fc8b-43f4-b0ea-111254b68524.eot?#iefix") format("eot"),url("https://creativegood.com/wp-content/themes/runway-bootstrap-starter/assets/css/Fonts/9fa24f1f-00d8-4d28-910f-78e925eaead6.woff2") format("woff2"),url("https://creativegood.com/wp-content/themes/runway-bootstrap-starter/assets/css/Fonts/d64e7bbc-e9ea-46ad-982c-6195ae4a3c61.woff") format("woff"),url("https://creativegood.com/wp-content/themes/runway-bootstrap-starter/assets/css/Fonts/d270a34d-b6b8-4c07-8454-03a6a3db7603.ttf") format("truetype"),url("https://creativegood.com/wp-content/themes/runway-bootstrap-starter/assets/css/Fonts/b2ea19ff-0237-4d94-a107-eaa12af161ef.svg#b2ea19ff-0237-4d94-a107-eaa12af161ef") format("svg");

}

@font-face{

font-family:"Univers LT W01_45 Light1475950";
	font-weight: normal;
	font-style: normal;
src:url("https://creativegood.com/wp-content/themes/runway-bootstrap-starter/assets/css/Fonts/2f2779cd-9c70-4724-b9b0-c88961257db4.eot?#iefix");

src:url("https://creativegood.com/wp-content/themes/runway-bootstrap-starter/assets/css/Fonts/2f2779cd-9c70-4724-b9b0-c88961257db4.eot?#iefix") format("eot"),url("https://creativegood.com/wp-content/themes/runway-bootstrap-starter/assets/css/Fonts/aeb5cbb5-2077-4a57-88d8-1cc1e9c804e8.woff2") format("woff2"),url("https://creativegood.com/wp-content/themes/runway-bootstrap-starter/assets/css/Fonts/26832c6c-7609-41a6-b856-151be500486b.woff") format("woff"),url("https://creativegood.com/wp-content/themes/runway-bootstrap-starter/assets/css/Fonts/c78521a7-2342-410a-a275-e6d35b853313.ttf") format("truetype"),url("https://creativegood.com/wp-content/themes/runway-bootstrap-starter/assets/css/Fonts/71e4ab52-329c-40d2-89e8-d5cf99d699a5.svg#71e4ab52-329c-40d2-89e8-d5cf99d699a5") format("svg");

}

@font-face{

font-family:"Univers LT W01_65 Bold1475968";
font-weight: bold;
	font-style: normal;
src:url("https://creativegood.com/wp-content/themes/runway-bootstrap-starter/assets/css/Fonts/38dc895e-c366-4a3e-b212-a84a2d07a329.eot?#iefix");

src:url("https://creativegood.com/wp-content/themes/runway-bootstrap-starter/assets/css/Fonts/38dc895e-c366-4a3e-b212-a84a2d07a329.eot?#iefix") format("eot"),url("https://creativegood.com/wp-content/themes/runway-bootstrap-starter/assets/css/Fonts/8a711a0d-3f17-4bfe-887b-6229858332b3.woff2") format("woff2"),url("https://creativegood.com/wp-content/themes/runway-bootstrap-starter/assets/css/Fonts/05a79c4b-9e9d-46e4-9d4b-610be05371c4.woff") format("woff"),url("https://creativegood.com/wp-content/themes/runway-bootstrap-starter/assets/css/Fonts/4e00405b-a96d-4972-bdff-2d55e1066c45.ttf") format("truetype"),url("https://creativegood.com/wp-content/themes/runway-bootstrap-starter/assets/css/Fonts/1e2c0a36-e8bb-4e3b-a4ca-dec00221c06e.svg#1e2c0a36-e8bb-4e3b-a4ca-dec00221c06e") format("svg");

}

@font-face{

font-family:"Univers LT W01_65 Bold_1475974";
font-weight: bold;
	font-style: normal;
src:url("https://creativegood.com/wp-content/themes/runway-bootstrap-starter/assets/css/Fonts/dca67ca5-170f-48b1-91ac-98def05d62bf.eot?#iefix");

src:url("https://creativegood.com/wp-content/themes/runway-bootstrap-starter/assets/css/Fonts/dca67ca5-170f-48b1-91ac-98def05d62bf.eot?#iefix") format("eot"),url("https://creativegood.com/wp-content/themes/runway-bootstrap-starter/assets/css/Fonts/cc843e1a-cf1f-47e9-a03f-ef03d2b85d9a.woff2") format("woff2"),url("https://creativegood.com/wp-content/themes/runway-bootstrap-starter/assets/css/Fonts/653a9f79-b3ad-444c-a6c4-6bf7f1112e6e.woff") format("woff"),url("https://creativegood.com/wp-content/themes/runway-bootstrap-starter/assets/css/Fonts/59d447a0-a4b6-478d-b071-2c949371dca6.ttf") format("truetype"),url("https://creativegood.com/wp-content/themes/runway-bootstrap-starter/assets/css/Fonts/87ad650a-2d30-4c47-a78c-fbdac7b87a16.svg#87ad650a-2d30-4c47-a78c-fbdac7b87a16") format("svg");

}


@import url(https://fonts.googleapis.com/css?family=Roboto:300,300italic,500,500italic,700,700italic);
