/**
 * @file
 * A CSS style sheet to be used for custom styling.
 *
 * Just be sure to make a backup of this file prior to updating to a new version of the GT Subtheme,
 * or your styles will get overridden when updating.
 * After updating you'll need to replace this file with your backup.
 *
 */

/*** Callout Box *****/

.callout-wrap{
  border: 4px solid #EEB211;
  padding: 15px 10px;
  border-radius: 8px;
  margin: 40px auto;
  width: 60%;
}
.callout-body{
  margin: 10px 35px;
}
.callout-body p.intro-text{
  font-size: 1.25em;
  font-weight: 400 !important;
}

/*** End Callout **/



body.node-type-horizontal-landing-page #main .row {
	padding: 0;
	max-width: 100%;
}

body p{
	letter-spacing:0;
}

body.page-node-1 .bg-style,.page-node-118 .bg-style,.page-node-119 .bg-style,.page-node-120 .bg-style,.page-node-121 .bg-style,.page-node-122 .bg-style,.page-node-123 .bg-style,.page-node-124 .bg-style ,.page-node-125 .bg-style,.page-node-126 .bg-style,.page-node-127 .bg-style,.page-node-128 .bg-style,.page-node-129 .bg-style,.page-node-130 .bg-style,.page-node-131 .bg-style,.page-node-132 .bg-style,.page-node-133 .bg-style{
	background-color: #EFF5FF;
}

body.page-node-1 .block-row-even,body.page-node-119 .block-row-even,body.page-node-120 .block-row-even,body.page-node-121 .block-row-even {
	background-color: #F4F4F4;
}

.block .block-body {
	padding: 0 !important;
}

#breadcrumb {
	display: none;
}


#node-1 .content .block-row-odd:first-child {
	background-color: #4A4A4A;
	color: white;
}
/*
body.page-node-118 .block-row-even{
	background-image: url("/sites/default/files/images/data_governance/governance_gt_bg.png");
	background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: transparent !important;
	color:white !important;
}
*/

body.page-node-133 #node-133 .content .block-row:nth-child(4){
	background-image: url("/sites/default/files/images/get_started/get_started_bottom_bg.png");
	background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: transparent !important;
	color:white !important;
	padding: 20px 0 20px 0;
}

body.page-node-122 #node-122 .content a:hover, body.page-node-122 #node-122 .content a:active{
	text-decoration: none !important;
}

body.page-node-1 #node-1 .content a:hover, body.page-node-1 #node-1 .content a:active{
	text-decoration: none !important;
}

body #page-title {
	display:none;
}

.div-shadow {
	background: #FFFFFF;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.10);
	padding: 0px 0px 20px 0px !important;
	-webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1); 
}
.div-shadow:hover {
	-webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
	transform: scale(1.05);
}
.div-shadow p {
	padding:0 20px;
}
.div-shadow img {
	margin:0 0 20px 0;
}
.div-shadow a {
	text-decoration: none;
	color:inherit;
}
.float-left-60{
	width: 60%;
	float: left;
    padding: 5px 14px 10px 0;
}
.float-left-40{
	width: 40%;
	float: left;
    padding: 5px 14px 10px 0;
}
.float-right-40{
	width: 40%;
	float: right;
    padding: 5px 14px 10px 0;
}
.float-right-60{
	width: 60%;
	float: right;
    padding: 5px 14px 10px 0;
}
.ckeditor-accordion-container > dl {
    position: relative;
    border: none;
}
.ckeditor-accordion-container > dl dt > a {
    background-color: transparent;
    color: #545454;
    cursor: pointer;
    -webkit-transition: background-color 300ms;
    transition: background-color 300ms;
    border-bottom: none;
	text-decoration: none;
}
.ckeditor-accordion-container > dl dt.active > a {
    background-color: transparent;
}
.ckeditor-accordion-container > dl dt > a:hover {
    background-color: transparent;
}
a:focus {
	outline:none
}
.ckeditor-accordion-container > dl dt > .ckeditor-accordion-toggle:before, .ckeditor-accordion-container > dl dt > .ckeditor-accordion-toggle:after {
    background: #262626;
}
.ckeditor-accordion-container > dl dt > .ckeditor-accordion-toggle {
    display: inline-block;
    position: absolute;
    padding: 0 10px 0 0;
    width: 30px;
    height: 30px;
    z-index: 1;
    top: calc(50% - 1px);
    left: 0px;
    box-sizing: border-box;
}
a.ckeditor-accordion-toggler{
	font-size: 20px;
	color: #545454;
}

@media only screen and (max-width: 31em){
	.float-left-60, .float-right-40, .float-left-40, .float-right-60 {
		float: none;
		width:100%;
	}
	.page_header img {
		display:none;
	}
}

@media only screen and (min-width: 20em)  and (max-width: 64em){
	.callout-wrap {	min-width: 90%;	}
	.callout-body {	margin: 10px 15px;}
}