

:root {
--Dark-Color: #ed1c2b;
--Light-Color: #dfedf0;
--Gray-Color: #ebebeb;
--Button-Color: #ed1c2b;
--Button-Hover-Color: #ffffff;
--Link-Color: #ed1c2b;
--Link-Hover-Color: #ed1c2b;
--Link-Active-Color: #ed1c2b;
--Link-Visited-Color: #8a5c5c;
--Main-Text-Color: #000000;
}

@charset "utf-8";

/* Gift Law Pro - Crescendo Interactive (C) Copyright 2022 */

/***********************************************/
/***********************************************/
/**************** GLOBAL STYLES ****************/
/***********************************************/
/***********************************************/

:root {
     --font1: Muli; /* Body text font */
     --font2: Lora; /* Headline font */
}

@font-face {
	font-family: Muli;
	src: url(../fonts/Muli-Regular.ttf) format('truetype');
	font-weight: 300;
}

@font-face {
	font-family: Lora;
	src: url(../fonts/Lora-Bold.ttf) format('truetype');
	font-weight: 700;
}

body {
  font: 400 1.1em/1.4 var(--font1);
  color: var(--Main-Text-Color, #000);
  margin: 0 0 1em 0;
}
  
a:link {
  text-decoration: none;
  color: var(--Link-Color);
}

a:visited {
  text-decoration: none;
  color: var(--Link-Visited-Color);
}

a:hover {
  text-decoration: underline; 
  color: var(--Link-Hover-Color);
}
a[name^="Link"] {
    text-decoration: none;
    color: inherit;
}
.cres_searchicon {
    fill: #fff;
}

.cres_lightcolor {
    fill: var(--Light-Color);
}

.cres_darkcolor {
    fill: var(--Dark-Color);
}

.iconalign {
    text-align: right;
}

.icon0 svg {
    width: 45px;
    height: 45px;
}  
  
.icon1 svg {
    width: 70px;
    height: 70px;
}

.icon2 svg {
    width: 55px;
    height: 55px;
}

.icon3 svg {
    width: 57px;
    height: 57px;
}

.icon4 svg {
    width: 50px;
    height: 50px;
}

.icon5 svg {
    width: 60px;
    height: 60px;
}

.icon6 svg {
    width: 75px;
    height: 75px;
}

.icon7 svg {
    width: 75px;
    height: 75px;
}

.icon8 svg {
    width: 60px;
    height: 60px;
}

.icon9 svg {
    width: 55px;
    height: 55px;
}

.linedivider {
    content: "";
    width: 150px;
    height: 5px;
    background-color: var(--Dark-Color);
    display: block;
    margin: 0 auto 1em auto;
}

.introtable, .introhome {
    margin: auto;
}

.introhome td {
    padding: 0.5em 0.5em 0 0;
}

.introtable td {
    padding: 0.5em 1em 0 0;
}

.introtable ul {
    margin: 0 0 1em 0;
}

.cres_wrapper {
    background-color: #fff;
    max-width: 1024px;
    margin: auto;
    padding: 0 2em 1em 2em;
}

.date {
    font-weight: bold;
    font-size: 1em;
    font-style: italic;
    margin: 0 0 0.5em 0;
}

.breadcrumb {
    margin: 0 0 2em 0;
    font-size: 0.95em;
    line-height: 1.7em;
}

header {
    margin: 0 0 2em 0;
    border-left: 10px solid var(--Dark-Color);
    border-bottom: 1px solid var(--Dark-Color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--Gray-Color);
    padding: 0.5em 1em 0 0;
}

#cres_skip {
    position: absolute;
    top: 0;
    left: -999px;
    padding: 0.4em 1em;
    white-space: nowrap;
    font-size: 0.95em;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    z-index: 999;
}

#cres_skip span::before {
    content: "\00a0\25BA";
}

#cres_skip:visited {
    color: #fff;
}

#cres_skip:focus, #cres_skip:active {
    left: 0;
}

.cres_orglogo {
    padding: 0 0 0 1em;
    display: block;
}

.cres_orglogo img {
    width: 300px;
    height: auto;   
}

.cres_giftlawpro {
    padding: 0.1em 1em 0.7em 1em;
    text-align: center;
}

.cres_giftlawpro a {
    color: #000;
}

.cres_giftlawpro div:first-child {
    font-family: var(--font2);
    font-size: 2.5em;
    font-weight: bold;
    line-height: 1.2em;
}

.cres_headerright {
    text-align: right;
}

.cres_headerright a {
    padding: 0 0 1.5em 0;
    display: block;
}

.cres_headerright a:visited {
    color: var(--Link-Color);
}

.cres_search {
    display: flex;
    padding: 0 0 1em 0;
}

.cres_search input {
    width: 300px;
    font-family: inherit;
    padding: 3px 5px;
    border: 1px solid #bbb;
    box-shadow: 1px 1px 2px #bbb inset;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 1em;
    height: 33px;
}

#cres_search button {
    background-color: var(--Dark-Color);
    width: 33px;
    height: 33px;
    border-radius: 0 10px 10px 0;
    border: none;
    cursor: pointer;
    position: relative;
    padding: inherit;
}

#cres_search button:hover {
    opacity: 0.8;
}

#cres_search button svg {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 6px;
    top: 7px;
}

footer {
    margin: 5em 0 1em 0;
    font-size: 0.9em;
    text-align: center;
}

.quizsection {
    display: table;
    margin: 0 auto 2em auto;
    font-size: 1.2em;
}

.quizsection svg {
    width: 60px;
    height: 60px;
    position: relative;
    top: 22px;
    margin: 0 7px 0 0;
}

input[type="submit"], button {
    font-size: 1em;
    line-height: 1.2em;
    font-family: inherit;
    color: #fff;
    border: none;
    padding: 0.7em 1.1em 0.8em 1.4em;
    border-radius: 2em;
    cursor: pointer;
    background-color: var(--Button-Color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button::after {
    content: "\25BA";
    font-size: 0.9em;
    font-family: arial;
    margin: 0 0 0 0.4em;
}

#cres_search button::after {
    display: none;
}

input[type="submit"]:hover, button:hover { 
    background-color: var(--Button-Hover-Color);
}

.cresquiz {
    margin: 0 0 1.2em 0;
}

.cresquiz strong {
    display: block;
    margin: 0 0 0.2em 0;
}


.Description, .PLR2, .Related, .CaseStudy, .Regs, .Quiz, .QuizDetails, .Note4, .Note, .Note5 {
  padding: 1em 1.5em 1.5em 1.5em;
  background-color: #e6e6e6;
  margin: 0 0 2em 0;
  border: 1px solid #666;    
}

.quizcell {
    width: 35px;
    text-align: right;
    padding: 0 7px 0 0;
    vertical-align: top;
}

.quizcorrect {
    width: 30px;
    height: 30px;
}

.quizwrong {
    font: bold 30px/30px "Arial";
    color: #FF0004;
}

.quizexplanation {
    font-style: italic;
    margin: 0.5em 0 1.5em 0;
    background-color: #fff;
    padding: 0.5em 0.7em 0.7em 0.7em;
    border: 1px solid #000;
}

.quizscore {
    font-size: 1.2em;
}

p {
    margin: 1em 0 1.1em 0;
}

.divider15 {
    height: 15px;
}

.divider30 {
    height: 30px;
}

h1 {
    font-size: 2.1em;
    font-family: var(--font2);
    text-align: center;
    line-height: 1.2em;
    margin: 0 0 0.7em 0;
}

h2 {	
  font-family: var(--font2);
  font-size: 1.7em;
  margin: 0 0 0.2em 0;
  line-height: 1.3em;
}

h3 {
  font-size: 1.4em;
  margin: 0 0 0.2em 0;
  font-family: var(--font2);
  line-height: 1.3em;
}

h4 {	
  font-size: 1.3em;
  margin: 0 0 0.2em 0;
  font-family: var(--font2);
  line-height: 1.3em;
}

h5 {	
  font-size: 1.2em;
  margin: 0 0 0.2em 0;
  font-family: var(--font2);
  line-height: 1.3em;
}

h6 {	
  margin-left: 1;
  font-size: 1.1em;
  text-align: center;
  margin: 0 0 0.2em 0;
  font-family: var(--font2);
  line-height: 1.3em;
}


article li {	
  margin: 4px 0 2px 0;
}

.Level2 {
  margin-left: 12px;
}
.Level3 {
  margin-left: 24px;
}
.Level4 {
  margin-left: 36px;
}
.Level5 {
  margin-left: 36px;
}
.Level6 {
  margin-left: 36px;
}

TABLE.t1 td {
    padding: 0.3em 0.5em;
}

TABLE.t1, TABLE.t2, TABLE.t3, TABLE.t4, TABLE.t5, TABLE.t6 { 
  background-color: #fff;
}

.img_right {
  float: right;
  margin-left: 10px;
}

.img_left {
  float: left;
  margin-right: 10px;
}

.cgatables > table {
    margin: auto;
}

.giftlawnote_content {
    display: inline;
}

u {
    text-decoration: none;
    font-weight: bold;
}

#result_box li {
    padding: 0 0 1em 0;
}

.cres_loadingplr {
    color: #000;
    cursor: pointer;
    font-weight: bold;
    font-style: italic;
}

.cres_loadingplr span::after {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    -webkit-animation: ellipsis steps(4,end) 900ms infinite;
    animation: ellipsis steps(4,end) 900ms infinite;
    content: "...";
    width: 0px;
    letter-spacing: 1px;
    margin: 0 0 0 0.2em;
}

@keyframes ellipsis {
  to {
    width: 1.25em;    
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 1.25em;    
  }
}

.cres_chapterheadline h1 {
    margin: 0 0 0.5em 0;
    text-align: left;
}

#cres_contact {
    display: flex;
}

#cres_contactbooklet {
    width: 30%;
    box-sizing: border-box;
    padding: 1em 1em 0 1em;
    max-width: 250px;
    background-color: var(--Light-Color);
    border: 1px solid #bbb;
    text-align: center;
    flex-shrink: 0;
    margin: 1em 0 0 0;
}

#cres_contactbooklet p {
    margin: 0.3em 0 0.7em 0;
    line-height: 1.3em;
}

#cres_contact fieldset {
    border-spacing: 0;
    border: none;
    padding: 0 0 0 1.5em;
    margin: 1em 0 0 0;
    box-sizing: border-box;
}

.cresquiz fieldset {
    border: 0;
}

#cres_contacttable tr td:first-child {
    text-align: right;
    min-width: 120px;
}

#cres_contacttable td {
    padding: 0.3em 0.3em 0.7em 0.3em;
}

#cres_contactbooklet img {
    width: 100%;
    border: 1px solid #aaa;
    box-shadow: 1px 2px 4px #999;
}

#cres_contact input[type="text"], #cres_contact input[type="email"], #cres_contact input, #cres_contact select, #cres_contact textarea {
    font-size: 1em;
    font-family: inherit;
    padding: 3px 5px;
    border: 1px solid #bbb;
    box-shadow: 1px 1px 2px #bbb inset;
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
}

#cres_contact input.cres_required_active {
    border: 3px solid #C11B1D;
    background-color: rgba(193,27,29,0.2);
}

.cres_field300 {
    max-width: 300px;
}

.cres_field600 {
    max-width: 600px;
}

#cres_contact textarea {
    margin: 0 0 0.8em 0;
    height: 200px;
}

.cres_adaerrormessage {
    font-size: 0;
    line-height: 0;
}

#cres_submitprocessing {
    font-weight: bold;
    font-style: italic;
    margin: 0.5em 0 0 0;
    display: none;
}

.cres_loadingplr span::after, #cres_submitprocessing span::after {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    -webkit-animation: ellipsis steps(4,end) 900ms infinite;
    animation: ellipsis steps(4,end) 900ms infinite;
    content: "...";
    width: 0px;
    letter-spacing: 1px;
    margin: 0 0 0 0.2em;
}

img[src*="aline"], img[src*="170A"] {
    display: none;
}

td[bgcolor="#deeaff"] {
    background-color: #eee;
}

font[color="#000066"] {
    color: inherit;
}

font[face="Arial"] {
    font-family: var(--font1); 
}

.cres_warningmssg {
    border: 1px solid #cc0000;
    padding: 10px 15px 13px;
    text-align: center;
    font-weight: bold;
    background-color: rgba(204, 0, 0, 0.15);
    display: none;
    margin: 1em 0 0 0;
}


/*************************************************************/
/*************************************************************/
/**************** TABLET/SMALL DESKTOP STYLES ****************/
/*************************************************************/
/*************************************************************/

@media (max-width: 1279px) {
    
.cres_orglogo img {
    width: 250px;
}
    
.cres_search input {
    width: 220px;
}    

}

@media (max-width: 1024px) {

html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    }

.cres_wrapper {
    padding: 0 1em 1em ;
    width: auto;
}
    
header {
    border-left: none;
    display: block;
    padding: 0.5em 1em 0 1em;
}
    
.cres_orglogo {
    padding: 0;
}    
    
.cres_giftlawpro {
    padding: 0.1em 0 1em 0;
}
    
.cres_headerright a {
    position: absolute;
    top: 1em;
    right: 1.5em;
    font-size: 0.95em;
}    

.cres_search {
    justify-content: center;
}
    
.cres_search input {
    max-width: 350px;
    width: calc(100% - 33px);
}   

table {
    width: 100%;
}

.introtable h1 {
    text-align: left;
}
    
    
}



/**********************************************/
/**********************************************/
/**************** PHONE STYLES ****************/
/**********************************************/
/**********************************************/


@media (max-width: 767px) { 
    
.cres_wrapper {
    padding: 0 .7em 1em;
}
    
header {
    margin: 0 0 1.5em 0;
    padding: 0 1em 0 1em;
    overflow: hidden;
}
    
.cres_headerright a {
    top: 0.5em;
    font-size: 0.9em;
}    
    
.cres_orglogo {
    text-align: center;
    margin: 3em 0 0.5em 0;
}    

.cres_giftlawpro {
    text-align: center;
}

.cres_giftlawpro div:first-child {
    font-size: 2em;
}
    
.cres_giftlawpro div:nth-child(2) {
    padding: 0.3em 2em 0.2em 2em;
}    

.cres_search {
    margin: 0 auto;
}

.introtable {
    border-spacing: 0;
}

.introtable li {
    padding: 0 0 12px 0;
}

article li {
    margin: 4px 0 12px 0;
}


.icon0 {
    background-size: 35px 35px;
}
    
.icon1 {
    background-size: 50px 50px;
}
    
.icon2 {
    background-size: 45px 45px;
}
    
.icon3 {
    background-size: 50px 50px;
}
    
.icon4 {
    background-size: 50px 50px;
}
    
.icon5 {
    background-size: 50px 50px;
}
    
.icon6 {
    background-size: 50px 50px;
}
    
.icon7 {
    background-size: 50px 50px;
}
    
.icon8 {
    background-size: 50px 50px;
}
    
.icon9 {
    background-size: 50px 50px;
}    

.introtable.introinterior h1 {
    font-size: 1.7em;   
    margin: 0;   
}

h1 {
    font-size: 1.8em;
}
    
h2 {	
  font-size: 1.6em;
}
    

.Description, .PLR2, .Related, .CaseStudy, .Regs, .Quiz, .QuizDetails, .Note4, .Note, .Note5 {
    padding: 0.8em 1em 1em 1em;
}

.cgatables > table {
    margin: auto;
}

.cgatables > table > tbody > tr > td, div[align="center"] > table > tbody > tr > td, TABLE.t1, TABLE.t2, TABLE.t3, TABLE.t4, TABLE.t5, TABLE.t6, table[style="border: 1px solid #000066;"] td, table[style="border: 1px solid #000066;"] td font { 
    font-size: 2.5vw;
}

.Level2 {
  margin-left: 6px;
}
    
.Level3 {
  margin-left: 12px;
}
    
.Level4 {
  margin-left: 24px;
}
    
.Level5 {
  margin-left: 24px;
}
    
.Level6 {
  margin-left: 24px;
}
    
.revproc table {
    font-size: 3vw;
}    

#cres_contactbooklet {
    display: none;
}
    
#cres_contact fieldset {
    padding: 0;
}
    
#cres_contacttable tr td:first-child {
    text-align: left;
    min-width: auto;
}
    
#cres_contacttable td {
    padding: 0.3em 0.3em 0 0.3em;
    display: block;
}
    
#cres_contact input[type="text"], #cres_contact input[type="email"], #cres_contact input, #cres_contact select, #cres_contact textarea {
    margin: 0 0 1em 0;
}    
    
}/* License for DM Sans v 1.200 Google Font
http://www.giftplanning.com/fonts/google/DM_Sans/1_200/OFL.txt */
/*@font-face {*/
/*	font-family: DM Sans;*/
/*	font-style: normal;*/
/*	font-weight: 400;*/
/*	src: url(/fonts/google/DM_Sans/1_200/DMSans-Regular.ttf) format('truetype');*/
/*}*/

/*@font-face {*/
/*	font-family: DM Sans;*/
/*	font-style: normal;*/
/*	font-weight: 500;*/
/*	src: url(/fonts/google/DM_Sans/1_200/DMSans-Medium.ttf) format('truetype');*/
/*}*/

/*@font-face {*/
/*	font-family: DM Sans;*/
/*	font-style: normal;*/
/*	font-weight: 700;*/
/*	src: url(/fonts/google/DM_Sans/1_200/DMSans-Bold.ttf) format('truetype');*/
/*}*/

/*@font-face {*/
/*	font-family: DM Sans;*/
/*	font-style: italic;*/
/*	font-weight: 400;*/
/*	src: url(/fonts/google/DM_Sans/1_200/DMSans-Italic.ttf) format('truetype');*/
/*}*/

/*@font-face {*/
/*	font-family: DM Sans;*/
/*	font-style: italic;*/
/*	font-weight: 500;*/
/*	src: url(/fonts/google/DM_Sans/1_200/DMSans-MediumItalic.ttf) format('truetype');*/
/*}*/

/*@font-face {*/
/*	font-family: DM Sans;*/
/*	font-style: italic;*/
/*	font-weight: 700;*/
/*	src: url(/fonts/google/DM_Sans/1_200/DMSans-BoldItalic.ttf) format('truetype');*/
/*}*/

/*@font-face {*/
/*  font-family: DM Sans;*/
/*  font-style: normal;*/
/*  font-weight: 600;*/
/*  src: url(/fonts/google/DM_Sans/1_200/DMSans-Medium.ttf) format('truetype');*/
/*}*/

/***********************************************/
/**************** GLOBAL STYLES ****************/
/***********************************************/

/*:root {*/
/*	--font1: DM Sans;*/
/*	--font2: DM Sans;*/
/*}*/

/*body {*/
/*	font: 400 1.25em/1.6 var(--font1);*/
/*}*/

/*h1, */
/*h2,*/
/*h3{*/
/*    line-height: 1.15em;*/
/*}*/

/*header {*/
/*	border-left: none;*/
/*	background-color: #fff;*/
/*}*/

/*.cres_orglogo,*/
/*.cres_giftlawpro,*/
/*.cres_headerright {*/
/*	width: 33%;*/
/*}*/

/*.cres_search {*/
/*	justify-content: flex-end;*/
/*}*/

/*.cres_orglogo img {*/
/*	width: 160px;*/
/*}*/

/*li {*/
/*	padding: 10px 0;*/
/*}*/

/*a:hover,*/
/*a:focus {*/
/*	text-decoration: none;*/
/*}*/

/*h2 a:link,*/
/*h2 a:link:visited {*/
/*	color: var(--Main-Text-Color);*/
/*	text-decoration: none;*/
/*}*/

/*.cres_orglogo {*/
/*	position: relative;*/
/*	top: 4px;*/
/*}*/

/*.cres_headerright {*/
/*	font-size: 1em;*/
/*	font-weight: 600;*/
/*}*/

/*.cres_giftlawpro div:first-child {*/
/*	font-family: var(--font3);*/
/*	font-weight: 600;*/
/*	font-size: 2.25em;*/
/*}*/

/*.cres_search input {*/
/*	box-shadow: none;*/
/*}*/

/*h1 {*/
/*	font-size: 2.5em;*/
/*	font-weight: 600;*/
/*}*/

/*a:link {*/
/*	font-weight: 700;*/
/*}*/

/*a:link:visited {*/
/*	color: var(--Link-Visited-Color);*/
/*}*/

/*.cres_headerright a {*/
/*	text-decoration: none;*/
/*}*/

/*h2 + br,*/
/*a[name="Link1"] + br,*/
/*a[name="Link2"] + br,*/
/*a[name="Link3"] + br,*/
/*a[name="Link4"] + br,*/
/*a[name="Link5"] + br,*/
/*a[name="Link6"] + br,*/
/*a[name="Link7"] + br,*/
/*a[name="Link8"] + br,*/
/*a[name="Link9"] + br,*/
/*a[name="Link10"] + br {*/
/*	display: none;*/
/*}*/

/*.Description, .PLR2, .Related, .CaseStudy, .Regs, .Quiz, .QuizDetails, .Note4, .Note, .Note5 {*/
/*	background-color: var(--Light-Color);*/
/*	border-color: var(--Dark-Color);*/
/*	padding-top: 1.5em;*/
/*}*/

/*@media screen and (max-width: 1279px) {*/
/*	.cres_orglogo, .cres_giftlawpro, .cres_headerright {*/
/*		width: unset;*/
/*		display: block;*/
/*	}*/
	
/*	.cres_giftlawpr {*/
/*    	padding: 0;*/
/*	}*/
	
/*	.cres_orglogo {*/
/*    	margin: 0 0 0.4em 0;*/
/*	}*/
	
/*	.cres_headerright a {*/
/*    	font-size: 0.9em;*/
/*    	margin: 0 0 1em 0;*/
/*	}*/
	
/*	.cres_search {*/
/*		justify-content: center;*/
/*	}*/
	
/*	h1 {*/
/*		font-size: 2em;*/
/*	}*/
/*}*/

/*@media screen and (max-width: 767px) {*/
/*	header {*/
/*		padding: 2em 1em 0.5em;*/
/*		margin-bottom: 0.75em;*/
/*	}*/
	
/*	.cres_orglogo {*/
/*		margin-top: .2em;*/
/*	}*/
	
/*	.cres_orglogo img {*/
/*		width: 145px;*/
/*	}*/
	
/*	.cres_giftlawpro div:first-child {*/
/*		font-size: 2em;*/
/*	}*/
	
/*	h1 {*/
/*		font-size: 1.9em !important;*/
/*		line-height: 1.05em;*/
/*	}*/
	
/*	h2 {*/
/*		font-size: 1.5em;*/
/*	}*/
	
/*	h3 {*/
/*		font-size: 1.35em;*/
/*	}*/
	
/*	.cres_headerright a {*/
/*		left: 40%;*/
/*    	transform: translateX(-55%);*/
/*    	width: 100%;*/
/*	}*/
	
/*	.Description, .PLR2, .Related, .CaseStudy, .Regs, .Quiz, .QuizDetails, .Note4, .Note, .Note5 {*/
/*		padding-top: 0.8em;*/
/*	}*/
/*}*/


/*Jane Edits ==========================================*/
:root {
     --font1: proxima-nova; /* Body text font */
     --font2: trajan-pro-3; /* Headline font */
}

@import url("https://p.typekit.net/p.css?s=1&k=ipa1lzh&ht=tk&f=15669&a=691610&app=typekit&e=css");

@font-face {
font-family:"trajan-pro-3";
src:url("https://use.typekit.net/af/a4a436/00000000000000007735d60a/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"),url("https://use.typekit.net/af/a4a436/00000000000000007735d60a/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"),url("https://use.typekit.net/af/a4a436/00000000000000007735d60a/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:600;font-stretch:normal;
}

.tk-trajan-pro-3 { font-family: "trajan-pro-3",serif; }

@import url("https://p.typekit.net/p.css?s=1&k=kvw1kbv&ht=tk&f=139.173.175.176.25136.143.144.147.148.156.157.161.162.9882.9892.14545.14548.14549.14550.15665.15666&a=691610&app=typekit&e=css");

@font-face {
font-family:"proxima-nova";
src:url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:700;font-stretch:normal;
}

@font-face {
font-family:"proxima-nova";
src:url("https://use.typekit.net/af/78aca8/00000000000000007735e60d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"),url("https://use.typekit.net/af/78aca8/00000000000000007735e60d/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"),url("https://use.typekit.net/af/78aca8/00000000000000007735e60d/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:600;font-stretch:normal;
}

@font-face {
font-family:"proxima-nova";
src:url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
}

@font-face {
font-family:"proxima-nova";
src:url("https://use.typekit.net/af/3322cc/00000000000000007735e616/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/3322cc/00000000000000007735e616/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/3322cc/00000000000000007735e616/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:400;font-stretch:normal;
}

@font-face {
font-family:"proxima-nova";
src:url("https://use.typekit.net/af/23e139/00000000000000007735e605/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),url("https://use.typekit.net/af/23e139/00000000000000007735e605/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),url("https://use.typekit.net/af/23e139/00000000000000007735e605/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:500;font-stretch:normal;
}

@font-face {
font-family:"proxima-nova-condensed";
src:url("https://use.typekit.net/af/15606c/00000000000000007735e60c/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/15606c/00000000000000007735e60c/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/15606c/00000000000000007735e60c/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:700;font-stretch:normal;
}

@font-face {
font-family:"proxima-nova-condensed";
src:url("https://use.typekit.net/af/1ea53e/00000000000000007735e61d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),url("https://use.typekit.net/af/1ea53e/00000000000000007735e61d/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),url("https://use.typekit.net/af/1ea53e/00000000000000007735e61d/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:700;font-stretch:normal;
}

@font-face {
font-family:"proxima-nova-condensed";
src:url("https://use.typekit.net/af/669f97/00000000000000007735e623/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/669f97/00000000000000007735e623/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/669f97/00000000000000007735e623/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
}

@font-face {
font-family:"proxima-nova-condensed";
src:url("https://use.typekit.net/af/4d69d6/00000000000000007735e62c/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/4d69d6/00000000000000007735e62c/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/4d69d6/00000000000000007735e62c/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:400;font-stretch:normal;
}

@font-face {
font-family:"proxima-nova-extra-condensed";
src:url("https://use.typekit.net/af/de3701/00000000000000007735e618/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),url("https://use.typekit.net/af/de3701/00000000000000007735e618/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),url("https://use.typekit.net/af/de3701/00000000000000007735e618/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:700;font-stretch:normal;
}

@font-face {
font-family:"proxima-nova-extra-condensed";
src:url("https://use.typekit.net/af/7cc641/00000000000000007735e60b/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/7cc641/00000000000000007735e60b/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/7cc641/00000000000000007735e60b/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:700;font-stretch:normal;
}

@font-face {
font-family:"proxima-nova-extra-condensed";
src:url("https://use.typekit.net/af/6a4fa5/00000000000000007735e629/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/6a4fa5/00000000000000007735e629/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/6a4fa5/00000000000000007735e629/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:400;font-stretch:normal;
}

@font-face {
font-family:"proxima-nova-extra-condensed";
src:url("https://use.typekit.net/af/4c1fee/00000000000000007735e620/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/4c1fee/00000000000000007735e620/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/4c1fee/00000000000000007735e620/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
}


@font-face {
font-family:"trajan-pro-3";
src:url("https://use.typekit.net/af/6799c3/000000000000000000012e92/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/6799c3/000000000000000000012e92/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/6799c3/000000000000000000012e92/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
}

@font-face {
font-family:"trajan-pro-3";
src:url("https://use.typekit.net/af/183be2/000000000000000000012e8f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/183be2/000000000000000000012e8f/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/183be2/000000000000000000012e8f/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:700;font-stretch:normal;
}



.tk-proxima-nova { font-family: "proxima-nova",sans-serif; }
.tk-proxima-nova-condensed { font-family: "proxima-nova-condensed",sans-serif; }
.tk-proxima-nova-extra-condensed { font-family: "proxima-nova-extra-condensed",sans-serif; }
.tk-trajan-pro-3 { font-family: "trajan-pro-3",serif; }


@font-face {
  font-family: "Cres Social Icons";
  src: url("/fonts/cressocialicons.ttf");
}


/* License for IcoMoon
http://www.giftplanning.com/fonts/IcoMoon/License.txt */  
@font-face {
  font-family: 'IcoMoon-Ultimate';
  src: url('/fonts/IcoMoon/font/IcoMoon-Ultimate.ttf?-mxku12') format('truetype');
  font-weight: normal;
  font-style: normal;
}


*, *::before, *::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
 
body {
  font: 400 1.25rem/1.4 var(--font1);
  color: var(--Main-Text-Color, #000);
  margin: 0 auto;
  background-color: #eee;
  box-sizing: border-box;
  max-width: 2500px;
}

header {
	background-color: var(--Dark-Color);
	color: #fff;
}

.cres_headerright a, .cres_headerright a:visited {
	color: #fff;
}

.cres_giftlawpro div:first-child {
	font-weight: 600;
	font-size: 2em;
}

.cres_orglogo {
	display: flex;
    align-items: center;
    padding-bottom: 5px;
}

.cres_orglogo img {
    width: 78px;
}

.cres_orglogo::after {
	content: 'Doing the Most Good®';
    font-family: var(--font2);
    font-size: 2.1625rem;
    line-height: 1.2em;
    font-weight: 400;
    color: #fff;
	width: 250px;
    padding-left: 5px;
}

.cres_wrapper {
	background-color: transparent;
}

#cres_search {
    align-self: stretch;
    display: flex;
    background-color: #be1622;
    padding: 0;
    justify-content: start;
    flex-direction: row-reverse;
}

#cres_search button {
    background-color: transparent;
	width: 50px;
    min-height: 50px;
    flex: 0 0 auto;
    border-radius: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cres_search input {
    font-family: var(--font1);
    font-size: 1.25rem;
    font-weight: 500;
    width: 190px;
    padding: 5px 3px 4px 10px;
    background-color: transparent;
    box-shadow: none;
    border: 0;
    color: #fff;
    height: 50px;
}

#cres_search input::placeholder {
	   color: #fff;
	   opacity: 0.7;
}

#cres_search button svg {
    left: 15px;
    top: 15px;
}

.Description, .PLR2, .Related, .CaseStudy, .Regs, .Quiz, .QuizDetails, .Note4, .Note, .Note5 {
	background-color: var(--Light-Color);
	border: none;
	border-left: 5px solid var(--Dark-Color);
}

a:hover {
    text-decoration: none;
	
}

.cres_headerright a:hover {
	opacity: 0.7;
}

@media (max-width: 767px) {
	.cres_headerright a {
	    margin: 10px auto 20px !important;
	    right: 0;
	    text-align: center;
	    width: 100%;
	}
	
	.cres_orglogo {
		justify-content: center;
	}
}

