* {
	margin:0;
	padding:0;
	text-decoration:none;
	font-family:'Red Hat Display';
	box-sizing:border-box;
	image-rendering: -webkit-optimize-contrast;
}

a {
	transition:all 0.3s;
    display:inline-block;
}

p {
	line-height:1.6;
    font-size:18px;
}

.boxbox {
	width:1300px;
}

@media (max-width: 1400px) {
    .boxbox {
        width:90vw;
    }
}

.relative {
    position:relative;
}

.flex {
	display:flex;
    flex-shrink:0;
}

.wrap {
	flex-wrap:wrap;
}

.col {
	flex-direction:column;
}

.around {
	justify-content:space-around;
}

.between {
	justify-content:space-between;
}

.grow {
	flex-grow:1;
}

.max {
	width:100%;
	height:100%;
}

.center {
	align-items:center;
}

.padside {
	padding:0 100px;
}

.padtop {
	padding-top:80px;
	padding-bottom:80px;
}

.end {
	justify-content:flex-end;
}

.half {
    width:47%;
    flex-shrink:0;
}

.spacerbig > *:not(:last-child) {
    margin-bottom:60px; 
}
.spacer > *:not(:last-child) {
    margin-bottom:30px; 
}
.spacersmall > *:not(:last-child) {
    margin-bottom:15px; 
}

.bigspace > *:not(:last-child) {
    margin-bottom:60px;
}

@media only screen and (max-width: 1000px) {
    .bigspace > *:not(:last-child) {
        margin-bottom:30px;
    }
}

.space > *:not(:last-child) {
    margin-bottom:30px;
}

@media only screen and (max-width: 600px) {
    .bigspace > *:not(:last-child) {
        margin-bottom:15px;
    }
    .space > *:not(:last-child) {
        margin-bottom:15px;
    }
}

.smallspace > *:not(:last-child) {
    margin-bottom:15px;
}

.imgright {
	float:right;
	margin-left:30px;
	margin-bottom:30px;
	width:60%;
}

.imgleft {
	float:left;
	margin-right:30px;
	margin-bottom:30px;
	width:60%;
}

.imgrad {
	border-radius:5px;
}

.imgmax {
	height:400px;
	width:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	position:relative;
	margin-bottom:30px;
}

.imgmax span {
	background-color:#192f2c;
	padding:20px 20px;
	border-radius:5px;
	color:#fff;
	bottom:20px;
	right:-20px;
	position:absolute;
	max-width:50%;
}

@media (max-width: 800px) {
	.imgleft {
		float:none;
		max-width:100%;
		width:unset;
		margin-right:0;
	}
	.imgright {
		float:none;
		max-width:100%;
		width:unset;
		margin-left:0;
	}
	.imgmax span {
		max-width:80%;
	}
}

body {
    background-image:url('images/footer_bg.png');
	background-position:bottom -50px right -200px;
    background-repeat:no-repeat;
    background-size:60% auto;
    background-color:#fafafa;
}

/*
@@@@@@@@@@@@@@@@@@@@@@@
Header
@@@@@@@@@@@@@@@@@@@@@@@
*/

header {
    position:fixed;
    width:100%;
    z-index:9;
    padding-top:80px;
    transition:all .5s;
}

header .sub {
    background-color:#daa116;
    padding:10px 20px;
    padding-right:50px;
    border-radius:5px;
    color:#fff;
    font-size:18px;
    font-weight:bold;
    margin-bottom:30px;
    background-image:url('images/header_mailing.png');
    background-position:center right 20px;
    background-repeat:no-repeat;
    box-shadow:0 3px 5px rgba(0,0,0,.15);
    cursor:pointer;
    transition:all .3s;
}

header .sub:hover {
    padding-right:70px;
    background-position:center right 30px;
    background-color:#e8b91e;
}

.shrink .sub {
    margin-top:-80px;
}

header .logo {
    background-image:url('images/dg_logo.png');
    background-repeat:no-repeat;
    background-position:top center;
    width:370px;
    height:165px;
}

@media only screen and (max-width: 1300px) {
    header .logo {
        width:300px;
        background-size:contain;
        background-position:center center;
    }
}

header .small-button {
    background:none;
    border:none;
    display:none;
}

header nav .mainmenu {
    color:#333;
    font-size:18px;
    font-weight:600;
    padding:15px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    position:relative;
    transition:all .3s;
}

header nav .mainmenu .top {
    color:#333;
    cursor:default;
}

header nav .mainmenu:hover .top {
    color:#d89c1e;
}

header nav .mainmenu .lower {
    position:absolute;
    top:75;
    left:0;
    width:250px;
    opacity:0;
    transition:all .3s;
    pointer-events:none;
}

header nav .mainmenu:hover .lower {
    pointer-events:all;
    top:50;
    opacity:1;
}

header nav .mainmenu .lower span {
    display:block;
    color:#daa116;
    font-size:11px;
    padding:10px 15px;
    background-color:#777;
}

header nav .mainmenu .lower .active {
    background-color:#777;
    border-bottom:0 !important;
    color:#fff;
}

header nav .mainmenu .lower a {
    display:block;
    color:#777;
    font-size:16px;
    padding:15px 15px;
    background-color:#fff;
}

header nav .mainmenu .lower a:hover {
    color:#fff;
    background-color:#daa116;
}

header nav .mainmenu .lower a:last-of-type {
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
}

header nav .mainmenu .lower a:not(:last-of-type) {
    border-bottom:1px solid #ddd;
}

header nav .mainmenu:hover {
    background-color:#fff;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
}

header nav .mainmenu:hover .lower {
    box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
}

header nav .mainmenu:not(:first-of-type) {
    margin-left:100px;
}

header .menu .contact {
    color:#333;
    font-size:18px;
    font-weight:600;
    padding:15px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    margin-left:100px;
}

header .menu .contact:hover {
    background-color:#d89c1e;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
    color:#fff;
    border-radius:5px;
    transition:all .3s;
}

header .logosmall {
    background-image:url('images/dg_logo_small.png');
    width:0;
    height:70px;
    background-position:center right;
    background-repeat:no-repeat;
    display:inline-block;
    opacity:0;
}

.shrink .logosmall {
    display:inline-block;
    width:80px;
    opacity:1;
}

.shrink {
    background-color:#fff;
    padding-top:unset;
    box-shadow:0 3px 5px rgba(0,0,0,.15);
}

.shrink .logo {
    opacity:0;
    height:70px;
    width:0;
}

.shrink nav .mainmenu:hover {
    box-shadow:unset;
}

/*
~~~~~~~~
Media Queries
~~~~~~~~
*/

@media only screen and (max-width: 1200px) {
	header .menu {
		display:none;
	}

    header .small-button {
		display:block;
        width:50px;
        position:relative;
        opacity:.9;
	}

    header .small-button:hover {
        opacity:1;
    }

    header .small-button div {
        height:5px;
    }

    header .small-button .line-1 {
        width:100%;
        margin-bottom:10px;
        background-color:#333;
        transition:.3s all;
    }

    header .small-button:hover .line-1 {
        width:85%;
        margin-right:15%;
        background-color:#d89c1e;
    }

    header .small-button .line-2 {
        width:60%;
        margin-left:40%;
        margin-bottom:10px;
        background-color:#333;
        transition:.3s all;
    }

    header .small-button:hover .line-2 {
        margin-right:40%;
        margin-left:0;
        background-color:#d89c1e;
    }

    header .small-button .line-3 {
        width:85%;
        margin-left:15%;
        background-color:#333;
        transition:.3s all;
    }

    header .small-button:hover .line-3 {
        width:100%;
        margin-left:0;
        background-color:#d89c1e;
    }
}

@media only screen and (max-width: 900px) {
    header .small-button {
        margin-right:5px;
    }
    header .logo {
        width:250px;
        height:130px;
    }
}

@media only screen and (max-width: 600px) {
    header .logolink img {
        max-width:70vw;
    }
    header .sub {
        display:none;
    }
    header {
        padding-top:5vw;
    }
    header .logo {
        width:200px;
        height:100px;
    }
    header .boxbox {
        align-items:flex-start;
    }
    .shrink .boxbox {
        align-items:center;
    }
    .shrink .small-button {
        margin-top:0;
    }
}

@media only screen and (max-width: 500px) {
    header {
        padding:20px 0;
    }
    .shrink {
        padding:0;
    }
}

.light h2 {
    color:#daa116;
    font-size:72px;
    font-weight:600;
    line-height:72px;
}

.light h3 {
    color:#daa116;
    font-size:48px;
    font-weight:500;
    line-height:48px;
}

.light h4 {
    color:#333;
    font-size:32px;
    font-weight:500;
}

.light p {
    color:#333;
}

.light .mainlink {
    border-radius:30px;
    border:2px solid #333;
    font-weight:600;
    color:#333;
    padding:15px 40px;
    background-color:transparent;
    font-size:18px;
    text-transform:capitalize;
    cursor:pointer;
    transition:all .3s;
}

.light .mainlink:hover {
    background-color:#333;
    color:#fff;
}

.light .news-box .mainlink {
    margin-bottom:30px;
}

.dark h2 {
    color:#fff;
    font-size:72px;
    font-weight:600;
    line-height:86px;
}

.dark p {
    color:#fff;
}

.dark .mainlink {
    border-radius:30px;
    border:2px solid #fff;
    font-weight:600;
    color:#fff;
    padding:12px 36px;
}

.main {
    background-image:url('images/main_bg.jpg');
    background-position:top -50px left;
    background-repeat:no-repeat;
    padding-top:340px;
}

.main .sidebar {
    border-radius:5px;
    background-color:#fafafa;
    box-shadow:0 3px 5px rgba(0,0,0,.15);
    align-self:flex-start;
}

.main .sidebar a {
    color:#aaa;
    font-size:18px;
    padding:15px 20px;
    width:350px;
    font-weight:500;
    display:block;
}

.main .sidebar a:hover {
    color:#333;
    padding-left:30px;
}

.main .sidebar a:not(:last-of-type) {
    border-bottom:1px solid #eee;
}

.main .sidebar .active {
    background-color:#daa116;
    color:#fff;
    pointer-events:none;
    padding-left:30px;
}

.main .content {
    padding:60px;
    background-color:#fff;
    box-shadow:0 2px 5px rgba(0,0,0,.15);
    border-radius:5px;
    margin-left:-20px;
    margin-top:-50px;
}

.main .content .newslist a {
    font-size:18px;
    font-weight:600;
    display:block;
    width:100%;
    color:#333;
    padding:20px 0;
    text-transform:uppercase;
}

.main .content .newslist a span {
    font-weight:400;
    display:block;
}

.main .content .newslist a:not(:last-of-type) {
    border-bottom:1px solid #eee;
}

.main .content .newslist a:hover {
    color:#daa116;
    text-decoration:underline;
}

.main .topper {
    margin-top:-80px;
}

.main .topper span {
    padding:5px 25px;
    border-radius:5px;
    background-color:#333;
    color:#fff;
    font-weight:500;
    font-size:36px;
}

.content .sub {
    background-color:#daa116;
    background-image:url('images/roadmap_bg.jpg');
    background-size:cover;
    background-position:right center;
    border-radius:5px;
    padding:40px;
    padding-bottom:20px;
    margin-right:-90px;
}

.content .sub h3 {
    font-size:42px;
    color:#fff;
    line-height:42px;
}

@media only screen and (max-width: 500px) {
    .content .sub h3 {
        font-size:32px;
    }
}

.content .sub p {
    font-size:18px;
    color:#fff;
    margin-top:10px;
    margin-bottom:20px;
    max-width:60%;
}

.content .sub form {
    max-width:60%;
}

.content .sub form input {
    padding:15px 25px;
    background-color:#fff;
    border:0;
    border-radius:5px;
    color:#333;
    font-size:18px;
}

.content .sub form button {
    width:60px;
    background-image:url('images/sub-arrow.png');
    background-repeat:no-repeat;
    background-position:center center;
    border:0;
    background-color:unset;
    transition:all .3s;
    cursor:pointer;
    opacity:.75;
}

.content .sub form button:hover {
    background-position:center right;
    opacity:1;
}

.content h1 {
    text-transform:uppercase;
    font-size:48px;
    font-weight:500;
    color:#333;
}

.content img {
    max-width:100%;
    height:auto !important;
}

.hero {
    width:100%;
    min-height:100%;
    overflow:hidden;
    background-image:url('images/hero_bg.jpg');
    background-position:top -70px right -70px;
    background-size:auto 115vh;
    padding-top:300px;
    background-repeat:no-repeat;
    background-color:#f0f0f0;
}

.hero .text {
    width:500px;
    flex-shrink:0;
}

.hero .text p {
    font-size:24px;
}

.hero img {
    width:500px;
    cursor:pointer;
    align-self:center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.hero img:hover {
    opacity:.75;
}

.highlights {
    background-color:#f0f0f0;
    background-image:url('images/highlights_bg.jpg');
    background-position:top center;
    background-size:100% auto;
    background-repeat:no-repeat;
}

.highlights p {
    font-size:24px;
    max-width:75%;
    margin-top:30px;
}

.highlights .item {
    width:48%;
    background-color:#fff;
    border-radius:5px;
    border:1px solid #ccc;
    flex-shrink:0;
    padding:30px;
    margin-top:50px;
    background-position:center left -6px;
    background-repeat:no-repeat;
    transition:all .3s;
}

.highlights .item span {
    font-size:24px;
    color:#333;
    font-weight:600;
    padding-bottom:10px;
    display:block;
    padding-left:100px;
    padding-right:20px;
    transition:all .3s;
}

.highlights .item p {
    font-size:18px;
    max-width:unset;
    padding-left:100px;
    margin-top:unset;
    transition:all .3s;
    padding-right:20px;
}

.highlights .item:hover {
    background-color:#333;
    background-position:center left 10px;
    border-color:#333;
}

.highlights .item:hover p, .highlights .item:hover span {
    color:#fff;
    padding-left:120px;
    padding-right:0;
}

.highlights .itembox {
    margin-bottom:-30px;
}

.highlights .quebec {
    background-image:url('images/quebec_outline.png');
}

.highlights .quebec:hover {
    background-image:url('images/quebec.png');
}

.highlights .nunavut {
    background-image:url('images/nunavut_outline.png');
}

.highlights .nunavut:hover {
    background-image:url('images/nunavut.png');
}

.highlights .nwt {
    background-image:url('images/nwt_outline.png');
}

.highlights .nwt:hover {
    background-image:url('images/nwt.png');
}

.highlights .saskatchewan {
    background-image:url('images/saskatchewan_outline.png');
}

.highlights .saskatchewan:hover {
    background-image:url('images/saskatchewan.png');
}

.highlights .ontario {
    background-image:url('images/ontario_outline.png');
}

.highlights .ontario:hover {
    background-image:url('images/ontario.png');
}

.roadmap {
    background-color:#dba31c;
    background-image:url('images/roadmap_bg.jpg');
    background-position:center center;
    background-size:cover;
    box-shadow:inset 0 3px 10px rgba(0,0,0,.15), inset 0 -3px 10px rgba(0,0,0,.15);
}

.roadmap p {
    font-size:24px;
    max-width:75%;
    margin-top:30px;
}

.forward .sub {
    background-color:#daa116;
    border-radius:5px;
    padding:30px;
    padding-bottom:10px;
    box-shadow:0 3px 5px rgba(0,0,0,.15);
}

.forward .sub h3 {
    font-size:42px;
    color:#fff;
    line-height:42px;
}

.forward .sub p {
    font-size:24px;
    color:#fff;
    margin-top:10px;
    margin-bottom:20px;
}

.forward .sub form input {
    padding:15px 25px;
    background-color:#fff;
    border:0;
    border-radius:5px;
    color:#333;
    font-size:24px;
}

.forward .sub form button {
    width:80px;
    background-image:url('images/sub-arrow.png');
    background-repeat:no-repeat;
    background-position:center center;
    border:0;
    background-color:unset;
    transition:all .3s;
    cursor:pointer;
    opacity:.75;
}

.forward .sub form button:hover {
    background-position:center right;
    opacity:1;
}

.forward h2 {
    margin-bottom:0 !important;
}

.forward h3 {
    color:#333;
    font-size:32px;
    font-weight:600;
}

.forward ul li {
    list-style-type:none;
    line-height:2em;
    font-size:24px;
    background-image:url('images/right-arrow.png');
    background-repeat:no-repeat;
    background-size:24px auto;
    background-position:center left;
    padding-left:40px;
    transition:all .3s;
}

.forward ul li:hover {
    padding-left:60px;
    background-position:center left 10px;
}

/*
~~~~~~~~
Media Queries
~~~~~~~~
*/

@media only screen and (max-width: 1400px) {
    .light h2, .dark h2 {
        font-size:58px;
        line-height:58px;
    }
    .forward .sub p {
        font-size:18px;
        max-width:100%;
    }
    .forward .sub form input {
        font-size:18px;
    }
    .hero {
        height:auto;
        min-height:100vh;
        background-size:auto 100%;
        padding-bottom:100px;
    }
    .hero .text {
        width:400px;
    }
    .hero .text p, .roadmap p {
        font-size:18px;
    }
    .hero .map {
        margin-top:-50px;
        margin-bottom:-50px;
    }
    .main {
        background-position:top -35px left -250px;
    }
}

@media only screen and (max-width: 1200px) {
    .forward .boxbox {
        flex-direction:column-reverse;
    }
    .forward .half {
        width:100%;
    }
    .forward .sub {
        background-color:#333;
        margin-top:-100px;
        margin-bottom:60px;
    }
    .hero {
        background-position:top left;
        background-size:auto;
    }
    .hero .boxbox {
        flex-direction:column;
    }
    .hero img {
        width:100%;
        height:auto;
        margin-top:100px;
    }
    header nav {
        display:none !important;
    }
    .content .sub p {
        max-width:100%;
    }
    .content .sub form {
        max-width:100%;
    }
    .hero .text {
        width:50%;
    }
}

@media only screen and (max-width: 1000px) {
    .highlights .item {
        width:100%;
    }
    .roadmap p {
        max-width:100%;
    }
    .forward .sub p {
        max-width:unset;
    }
    .main .boxbox {
        flex-direction:column-reverse;
        width:100%;
    }
    .main .sidebar {
        width:90%;
        margin-left:auto;
        margin-right:auto;
    }
    .main .sidebar a {
        width:100%;
    }
    .main .content {
        margin-left:0;
        border-radius:0;
    }
    .main .topper {
        display:block;
    }
    .main .topper span {
        margin-left:-75px;
        padding-left:75px;
    }
    .main {
        background-size:auto 600px;
    }
    .content .sub {
        margin-right:0;
    }
}

@media only screen and (max-width: 900px) {
    .hero {
        background-position:top left -200px;
    }
}

@media only screen and (max-width: 800px) {
    .hero .text {
        width:80%;
    }
    .main {
        background-size:auto 440px;
    }
    .content .sub {
        margin-left:-60px;
        margin-right:-60px;
        padding-left:60px;
        padding-right:60px;
        border-radius:0;
    }
}

@media only screen and (max-width: 600px) {
    .hero {
        padding-top:200px;
        background-position:top -200px right -1100px;
    }
    .hero .text {
        width:100%;
    }
    .light h2, .dark h2 {
        font-size:36px;
        line-height:44px;
    }
    .forward .sub h3 {
        font-size:32px;
    }
    .forward .sub form button {
        flex-shrink:0;
    }
    .main .topper span {
        font-size:24px;
        padding-top:15px;
        padding-bottom:15px;
    }
    .main .topper {
        margin-top:-45px;
        padding-bottom:25px;
    }
    .main .content {
        padding:30px;
    }
    .main .content h1 {
        font-size:32px;
    }
    .content .sub {
        margin-left:-30px;
        margin-right:-30px;
        padding-left:30px;
        padding-right:30px;
    }
}

@media only screen and (max-width: 500px) {
    .forward .sub form button {
        background-position:center right;
        width:50px;
    }
    .forward h3 {
        font-weight:bold;
        font-size:24px;
    }
    .main .topper {
        margin-top:-45px;
        padding-bottom:25px;
    }
    .main .topper span {
        display:block;
    }
    .main .content {
        padding:20px;
    }
    .highlights .item span {
        padding:0;
    }
    .highlights .item {
        text-align:center;
        background-position:top 20px center;
        padding-top:160px;
    }
    .highlights .item p {
        padding:0;
    }
}

@media only screen and (max-width: 400px) {
    .forward .sub form input {
        padding:10px 15px;
    }
    .main {
        background-size:auto 340px;
        background-position:top -40px left;
    }
}

/*
@@@@@@@@@@@@@@@@@@@@@@@
FooterS
@@@@@@@@@@@@@@@@@@@@@@@
*/

footer {
	padding-top:80px;
	padding-bottom:40px;
}

footer .info {
	width:25%;
}

footer .info p {
	font-size:16px;
	margin-top:30px;
}

footer .info span {
	display:block;
	font-size:14px;
	color:#ccc;
	font-weight:bold;
	letter-spacing:0.1em;
	margin-top:30px;
}

footer h5 {
    font-weight:500;
    font-size:24px;
    color:#ddd;
}

footer .connect a {
	width:32px;
	height:32px;
	background-position:center center;
	background-repeat:no-repeat;
	display:inline-block;
	opacity:.75;
	transition:all .3s;
	margin-top:10px;
}

footer .connect a:hover {
	opacity:1;
}

footer .connect a:not(:last-of-type) {
	margin-right:5px;
}

.sitemap {
    width:70%;
}

.sitemap div {
    width:18%;
}

.sitemap .small {
    color:#dba31c;
    display:block;
    margin-top:20px;
}

.sitemap .small:hover {
    color:#ffba00;
    text-decoration:underline;
}

.sitemap .large {
    color:#dba31c;
    font-size:24px;
    font-weight:500;
}

.sitemap .large:hover {
    color:#ffba00;
    text-decoration:underline;
}

.subfooter {
	margin-top:80px;
}

.subfooter span {
	font-size:16px;
	color:#333;
}

.subfooter a {
	font-size:16px;
	color:#333;
    font-weight:bold;
}

.subfooter a:hover {
	color:#dba31c;
}

@media (max-width: 1000px) {
    footer .sitemap {
		display:none;
	}
	footer .info {
		width:100%;
	}
}

/*
@@@@@@@@@@@@@@@@@@@@@@@
Archive Page
@@@@@@@@@@@@@@@@@@@@@@@
*/

.archive-year-link {
    padding:10px 20px;
    color:#333;
    border:2px solid #333;
    border-radius:5px;
    font-weight:600;
    font-size:14px;
    opacity:.5;
}

.archive-year-link:hover {
    opacity:1;
}

.archive-year-link:not(:last-of-type) {
    margin-right:20px;
}

.archive-year-active {
    background-color:#daa116;
    border-color:#daa116;
    color:#fff;
    opacity:1;
    pointer-events:none;
}

/*
@@@@@@@@@@@@@@@@@@@@@@@
ContactS
@@@@@@@@@@@@@@@@@@@@@@@
*/

.content .contact h3 {
    margin-bottom:30px;
}

.content .contact .office a {
    display:block;
    font-size:18px;
    color:#222;
    font-weight:500;
    background-size:22px auto;
    background-position:center left;
    background-repeat:no-repeat;
    padding:5px 0;
    padding-left:30px;
}

.content .contact .tel {
    background-image:url('images/contact-tel.png');
}

.content .contact .email {
    background-image:url('images/contact-email.png');
}

.content .contact .fax {
    background-image:url('images/contact-fax.png');
}

.content .contact .office a:hover {
    color:#d89c1e;
    padding-left:40px;
    background-position:center left 5px;
}

.content .contact .office a:first-of-type {
    margin-top:30px;
}

.content .contact .office {
    padding-right:80px;
}

.content .map {
    border-radius:5px;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
}

.content .map iframe {
    width:100%;
    height:100%;
    border:0;
    border-radius:5px;
}

.content .contact .form {
    margin-top:80px;
}

.content .contact form input, .content .contact form textarea {
    border-radius:5px;
    border:1px solid #ccc;
    padding:15px 20px;
    font-size:18px;
    transition:0.5s;
}

.content .contact form input {
    width:50%;
}

.content .contact form input:first-of-type {
    margin-right:30px;
}

.content .contact .formrow {
    margin-bottom:30px;
}

.content .contact form textarea {
    width:100%;
    min-height:300px;
}

.content .contact .checkbox {
    width:24px;
    height:24px;
    border-radius:5px;
    border:2px solid #222;
    margin-right:10px;
    opacity:.25;
    position:relative;
    overflow:visible;
    cursor:pointer;
    transition:all .3s;
}

.content .contact .checkbox:hover {
    opacity:.5;
}

.content .contact .checkbox .check {
    width:0;
    height:24px;
    position:absolute;
    background-image:url('images/check.png');
    background-repeat:no-repeat;
    background-position:center left;
    top:-3;
    opacity:0;
    transition:all .3s;
}

.content .contact .checked .check {
    opacity:1;
    width:24px;
}

.content .contact .main-button {
    background-color:#fff;
}

.content .contact .main-button:hover {
    background-color:#d89c1e;
}

.content .contact span {
    font-weight:500;
    display:block;
    color:#ed2121;
    opacity:0;
    transition:all .3s;
    padding-left:40px;
    font-size:18px;
}

.content .contact .pop {
    opacity:1;
    padding-left:20px;
}

.content .contact .missing {
    background-color:#fde8e8;
    border-color:#fac7c7 !important;
}

/*
~~~~~~~~
Media Queries
~~~~~~~~
*/

@media only screen and (max-width: 800px) {
    .content .map {
        display:none;
    }
    .content .contact .office {
        padding-right:0;
    }
}

@media only screen and (max-width: 600px) {
    .content .contact .formrow {
        display:block;
    }
    .content .contact form input {
        width:100%;
    }
    .content .contact form input:first-of-type {
        margin-bottom:30px;
    }
    .content .contact .sys-send {
        flex-direction: column-reverse;
    }
    .content .contact .pop {
        margin-bottom:20px;
        text-align:center;
        padding-left:0;
    }
    .content h3 {
        font-size:32px;
    }
}

/*
@@@@@@@@@@@@@@@@@@@@@@@
Contact Popup
@@@@@@@@@@@@@@@@@@@@@@@
*/

.thanks {
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color:rgba(106,194,89,.95);
    z-index:100;
    opacity:0;
    pointer-events:none;
    transition:all .5s;
    color:#fff;
    text-align:center;
    margin-bottom:0 !important;
}

.thanks-on {
    opacity:1;
    pointer-events:all;
}

.check {
    background-image:url('images/check-mark.png');
    background-repeat:no-repeat;
    background-position:center top;
    padding-top:100px;
    transition:all .3s;
}

.thanks span {
    display:block;
    font-size:48px;
    line-height:48px;
    font-weight:400;
    margin-bottom:15px;
    text-shadow: 0px 3px 5px rgba(0,0,0,0.25);
}

.thanks .close {
    font-size:18px;
    background-color:#eee;
    color:#6ac259;
    padding:15px 100px;
    font-weight:500;
    display:inline-block;
    border-radius:5px;
    transition:all .3s;
    cursor:pointer;
    opacity:0;
}

.thanks .close:hover {
    background-color:#fff;
    color:#222;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
}

.hidedown {
    margin-top:20px;
    opacity:0;
}

.closedown {
    margin-top:20px;
    opacity:1 !important;
}

.slide {
    margin-top:30px;
    max-width:100%;
    border-radius:5px;
    transition:all .3s;
    cursor:pointer;
    box-shadow:0 3px 5px rgba(0,0,0,.15);
}

.slide:hover {
    box-shadow:0 6px 10px rgba(0,0,0,.35);
}

.hidden {
    display:none;
}

/*
@@@@@@@@@@@@@@@@@@@@@@@
Small Menu
@@@@@@@@@@@@@@@@@@@@@@@
*/

.small-menu {
	background-color:rgba(250,250,250,.95);
	transition:height 1s, min-height 1s;
	top:0;
    bottom:0;
    left:0;
    right:0;
	position:fixed;
	z-index:1000;
	display:none;
}

.small-menu .menu-link:last-of-type {
	border-bottom:0;
}

.small-menu .mainmenu {
    padding:25px;
    padding-bottom:0;
}

.small-menu .big {
    padding:0 25px;
}

.small-menu .big:last-of-type {
    padding-top:25px;
}

.small-menu .big, .small-menu .top {
	color:#999;
	transition:all 0.4s;
	font-weight:500;
	font-size:24px;
	display:block;
}

.small-menu .top {
    padding-bottom:0;
}

.small-menu .mainmenu div a {
    display:block;
    color:#b28a37;
    font-size:18px;
    padding:10px 25px;
    font-weight:500;
}

.small-menu .mainmenu div span {
    width:200px;
    color:#daa116;
    font-size:11px;
    padding:10px 15px;
    background-color:#777;
    display:table;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}

.small-menu .mainmenu div .active {
    background-color:#777;
    border-bottom:0 !important;
    color:#fff;
    width:200px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}

.small-menu .mainmenu div {
    display:none;
}

.small-menu-active {
    color:#222 !important;
    padding-left:25px;
    margin-bottom:10px;
}

.small-menu .sub-button {
    position:fixed;
    right:0;
    bottom:0;
    width:90px;
    height:80px;
    margin-bottom:30px;
    margin-right:-100px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    background-color:#daa116;
    color:#fff;
    text-align:center;
    background-image:url('images/small-mailing.png');
    background-repeat:no-repeat;
    background-position:center left 15px;
    background-size:48px auto;
    box-shadow:0 2px 5px rgba(0,0,0,0.25);
    transition:all .5s;
}

.small-menu .sub-slide {
    margin-right:0;
}

.header-x-small {
	position:relative;
	width:40px;
	height:40px;
    margin-top:50px;
    margin-right:40px;
}

.small-x1, .small-x2{
	position:absolute;
	width:100%;
	height:2px;
	background-color:#999;
	transition:all .3s;
	display:inline-block;
	top:0;
    right:0;
}

.small-x1-rot {
	transform:rotate(45deg);
}

.small-x2-rot {
	transform:rotate(-45deg);
}

/*
~~~~~~~~
Media Queries
~~~~~~~~
*/

@media only screen and (max-width: 600px) {
    header .small-button {
        margin-top:10px;
    }
}

@media only screen and (max-width: 500px) {
    header .small-button {
        width:40px;
    }

    header .small-button div {
        height:3px;
    }
}

/*
@@@@@@@@@@@@@@@@@@@@@@@
Content Page
@@@@@@@@@@@@@@@@@@@@@@@
*/

.content .section img {
    border-radius:5px;
    cursor:pointer;
}

.content .section img:hover {
    box-shadow:0 1px 4px rgba(0,0,0,.35);
    opacity:.9;
}

.graybox {
    background-color:#eee;
    border-radius:5px;
    padding:40px;
    box-shadow:0 1px 4px rgba(0,0,0,.35);
}

.graybox ul {
    margin-top:20px;
}

.graybox ul li {
    list-style-type:none;
    line-height:2em;
    font-size:18px;
    background-image:url('images/right-arrow.png');
    background-repeat:no-repeat;
    background-size:18px auto;
    background-position:top 10px left;
    padding-left:30px;
    transition:all .3s;
    color:#333;
}

.graybox ul li:not(:last-of-type) {
    margin-bottom:15px;
}

.graybox .map {
    width:50%;
    background-color:#333;
    border-radius:5px;
    background-size:100% auto;
    background-position:center center;
    transition:all .3s;
    cursor:pointer;
    box-shadow:unset;
    flex-shrink:0;
}

.graybox .map:hover {
    background-size:130% auto;
}

.graybox .map span {
    background-color:rgba(33,33,33,0.33);
    color:#fff;
    padding:160px 0 140px 0;
    text-align:center;
    display:block;
    font-weight:bold;
    opacity:0;
    transition:all .3s;
}

.graybox .map:hover span {
    opacity:1;
    padding:150px 0 150px 0;
}

.graybox a {
    margin-top:20px;
    background-color:#daa116;
    padding:10px 20px;
    font-size:18px;
    font-weight:600;
    color:#fff;
    border-radius:5px;
}

.section h4 {
    font-size:36px;
    color:#333;
    font-weight:500;
}

.section > *:not(:last-child) {
    margin-bottom:20px;
}

.content .disclaimer {
    background-color:#333;
    color:#fff;
    border-radius:5px;
    padding:20px;
    font-style:italic;
    font-weight:400;
}

.content .bluebox {
    background-color:#2c313b;
    color:#fff;
    border-radius:5px;
    padding:40px;
    box-shadow:0 1px 4px rgba(0,0,0,.35);
    background-size:cover;
    background-position:center center;
}

.content .bluebox h4 {
    font-size:36px;
    color:#daa116;
    font-weight:500;
}

.content .bluebox > *:not(:last-child) {
    margin-bottom:20px;
}

.content .bluebox p {
    color:#eee;
}

.content .left {
    margin-left:-90px;
}

.content .right {
    margin-right:-90px;
}

@media only screen and (max-width: 1000px) {
    .content .left {
        margin-left:-60px;
        border-top-left-radius:0;
        border-bottom-left-radius:0;
    }

    .content .right {
        margin-right:-60px;
        border-top-right-radius:0;
        border-bottom-right-radius:0;
    }
}

@media only screen and (max-width: 500px) {
    .content .left {
        margin-left:-30px;
    }

    .content .right {
        margin-right:-30px;
    }
}

.content .projlink {
    padding:15px 20px;
    border:1px solid #333;
    border-right-width:0;
    color:#333;
    width:100%;
    font-size:18px;
    text-align:center;
    opacity:0.5;
    font-weight:500;
}

.content .projlink:hover {
    opacity:1;
}

.content .projlink:first-of-type {
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}

.content .projlink:last-of-type {
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    border-right-width:2px;
}

@media only screen and (max-width: 700px) {
    .content .proflex {
        display:block;
    }
    .content .proflex .projlink {
        border-radius:0;
        border-width:1;
        border-bottom-width:0;
    }
    .content .proflex .projlink:first-of-type {
        border-top-left-radius:5px;
        border-top-right-radius:5px;
    }
    .content .proflex .projlink:last-of-type {
        border-bottom-left-radius:5px;
        border-bottom-right-radius:5px;
        border-bottom-width:1px;
    }
}

.content .projact {
    background-color:#daa116;
    color:#fff;
    border-color:#daa116;
    opacity:1;
    pointer-events:none;
}

/*
@@@@@@@@@@@@@@@@@@@@@@@
Management Page
@@@@@@@@@@@@@@@@@@@@@@@
*/

.content .person {
    border: 1px solid transparent;
}

.content .person:not(:last-of-type) {
    border-bottom:1px dotted #ccc;
    margin-bottom:30px;
    padding-bottom:30px;
}

.content .person h4 {
    font-size:32px;
    font-weight:500;
    color:#333;
    line-height:32px;
}

.content .person h5 {
    font-size:24px;
    font-weight:600;
    color:#daa116;
    text-transform:uppercase;
    margin-top:-6px;
}

.content .person h4 span {
    font-size:18px;
    font-weight:600;
}

/*
@@@@@@@@@@@@@@@@@@@@@@@
Directory Page
@@@@@@@@@@@@@@@@@@@@@@@
*/

.content .corp-item:not(:last-of-type) {
    border:1px dotted transparent;
    border-bottom-color:#ccc;
    padding-bottom:60px;
}

.content .corp-item a {
    padding:10px 20px;
    border:2px solid #333;
    margin-top:20px;
    color:#333;
    border-radius:5px;
    align-self:flex-end;
    opacity:.66;
    font-weight:600;
    background-image:url('images/button_ext.png');
    background-position:center right -30px;
    background-repeat:no-repeat;
}

.content .corp-item a:hover {
    opacity:1;
    color:#fff;
    background-color:#333;
    padding-right:46px;
    background-position:center right 10px;
}

/*
@@@@@@@@@@@@@@@@@@@@@@@
Project Page
@@@@@@@@@@@@@@@@@@@@@@@
*/

.content .gallery .catspan {
    padding:5px 10px;
    text-transform:uppercase;
    font-size:24px;
    border:1px solid #aaa;
    background-color:#fff;
    color:#333;
    border-radius:5px;
    text-align:center;
}

.content .gallery .toggled {
    margin-left:30px;
}

.content .gallery .togmed:hover {
    background-color:#333;
    border-color:#333;
    color:#fff;
}

.content .gallery .togmed span {
    font-weight:bold;
    color:#daa116;
}

.content .mediabox {
    border:1px solid #aaa;
    margin-top:-21px;
    padding-top:20px;
    border-radius:5px;
}

.content .gallery .gallpics .imgbox {
    width:170px;
    height:170px;
    margin:20px;
    background-position:center center;
    background-size:contain;
    background-repeat:no-repeat;
    border-radius:5px;
    cursor:pointer;
    transition:all .2s;
}

.content .gallery .gallpics .imgbox:hover {
    transform:scale(1.05);
}

.content .gallery .mediabox a:hover {
    box-shadow:0 3px 5px rgba(0,0,0,.35);
}

.content .mediabox .rowholder {
    width:170px;
    height:170px;
    margin:20px;
}

@media only screen and (max-width: 1400px) {
    .content .mediabox .rowholder:nth-of-type(3) {
        display:none;
    }
    .content .mediabox .rowholder {
        width:14vw;
        height:14vw;
    }
    .content .gallery .mediabox a {
        width:14vw;
        height:14vw;
    }
}

@media only screen and (max-width: 1200px) {
    .content .mediabox .rowholder:nth-of-type(2) {
        display:none;
    }
    .content .mediabox .rowholder {
        width:18vw;
        height:18vw;
    }
    .content .gallery .mediabox a {
        width:18vw;
        height:18vw;
    }
}

@media only screen and (max-width: 1000px) {
    .content .mediabox .rowholder:nth-of-type(2) {
        display:block;
    }
    .content .mediabox .rowholder {
        width:22vw;
        height:22vw;
    }
    .content .gallery .mediabox a {
        width:22vw;
        height:22vw;
    }
}

@media only screen and (max-width: 800px) {
    .content .mediabox .rowholder:nth-of-type(2) {
        display:none;
    }
    .content .mediabox .rowholder {
        width:32vw;
        height:32vw;
    }
    .content .gallery .mediabox a {
        width:32vw;
        height:32vw;
    }
}

@media only screen and (max-width: 600px) {
    .content .mediabox .rowholder:nth-of-type(1) {
        display:none;
    }
    .content .mediabox .rowholder {
        width:80vw;
        height:80vw;
    }
    .content .gallery .mediabox a {
        width:80vw;
        height:80vw;
    }
}

/*
@@@@@@@@@@@@@@@@@@@@@@@
Media Page
@@@@@@@@@@@@@@@@@@@@@@@
*/

.content .bigbox:not(:last-of-type) {
    border:1px dotted transparent;
    border-bottom-color:#ccc;
    padding-bottom:60px;
}

/*
@@@@@@@@@@@@@@@@@@@@@@@
Stock Page
@@@@@@@@@@@@@@@@@@@@@@@
*/

.chart {
	height:400px;
	margin-bottom:80px;
}

@media only screen and (max-width: 500px) {
	.chart {
		height:250px;
	}
}

.stock .chart, .stock .structure {
    margin-top:30px;
}

.structure {
    margin-bottom:80px;
}

.structure div {
    font-size:36px;
    line-height:36px;
    font-weight:400;
    text-align:center;
    color:#111;
    padding:25px 30px;
    border:1px solid #ccc;
    border-right-width:0;
    transition:all .3s;
    flex-grow:1;
}

.structure div:first-of-type {
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    color:#fff;
    background-color:#333;
    border-color:#333;
}

.structure div:last-of-type {
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    border-right-width:1px;
}

.structure span {
    display:block;
    color:#daa116;
    font-weight:500;
    font-size:18px;
    line-height:18px;
    text-transform:uppercase;
}

.stock .schedule {
    width:48%;
}

.stock .schedule div {
    border:1px solid #ccc;
    border-top-width:0;
    padding:10px 20px;
    font-size:18px;
}

.stock .schedule div:first-of-type {
    background-color:#222;
    color:#a7d3d3;
    border-color:#222;
    font-weight:500;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    margin-top:30px;
}

.stock .schedule div:last-of-type {
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}

.stock .schedule div span {
    min-width:33%;
    text-align:right;
}

.stock .schedule div span:first-of-type {
    text-align:left;
}

.stock .schedule div:nth-child(odd) {
    background-color:#fefefe;
}

.stock .stockquote {
    border-radius:5px;
    border:1px solid #333;
    margin-top:20px;
}

@media only screen and (max-width: 700px) {
    .stock .stockquote .flex {
        display:block;
    }
}

.stock .stockquote .big {
    padding:50px 30px;
    flex-shrink:0;
    width:50%;
    color:#333;
    font-size:18px;
    font-weight:bold;
    border-bottom:1px solid #333;
    text-align:right;
}

.stock .stockquote .big:first-of-type {
    border-right:1px solid #333;
    text-align:left;
}

@media only screen and (max-width: 700px) {
    .stock .stockquote .big {
        width:100%;
        display:flex;
        justify-content:space-between;
        align-items:center;
        border-width:0 !important;
        border-bottom:1px solid #333 !important;
    }
}

.stock .stockquote .big span {
    color:#daa116;
    font-size:92px;
    font-weight:500;
    display:block;
    line-height:76px;
}

@media only screen and (max-width: 1200px) {
    .stock .stockquote .big span {
        font-size:72px;
    }
}

@media only screen and (max-width: 1100px) {
    .stock .stockquote .big span {
        font-size:58px;
    }
}

@media only screen and (max-width: 1000px) {
    .stock .stockquote .big span {
        font-size:72px;
    }
}

@media only screen and (max-width: 500px) {
    .stock .stockquote .big span {
        font-size:48px;
    }
}

.stock .stockquote .small {
    padding:20px 40px;
    flex-shrink:0;
    width:50%;
    color:#333;
    font-size:18px;
    font-weight:bold;
    background-color:#fafafa;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}

.stock .stockquote .small:first-of-type {
    border-right:1px solid #333;
}

@media only screen and (max-width: 700px) {
    .stock .stockquote .small {
        width:100%;
        display:flex;
        justify-content:space-between;
        align-items:center;
        border-width:0 !important;
        border-bottom:1px solid #333 !important;
        border-radius:0;
    }
    .stock .stockquote .small:last-of-type {
        border-bottom:0 !important;
        border-radius:5px;
    }
}

.stock .stockquote .small span {
    color:#333;
    font-weight:500;
    text-align:right;
    font-size:24px;
}

@media only screen and (max-width: 1200px) {
    .stock .stockquote .small span {
        font-size:18px;
    }
}

/*
~~~~~~~~
Media Queries
~~~~~~~~
*/

@media only screen and (max-width: 1300px) {
    .stock .structure div {
        font-size:32px;
    }
    .stock .structure div span {
        font-size:18px;
    }
    .stock .sched-box {
        display:block;
    }
    .stock .schedule {
        width:100%;
    }
    .stock .schedule:last-of-type {
        margin-top:60px;
    }
}

@media only screen and (max-width: 1200px) {
    .stock .structure {
        display:block;
    }
    .stock .structure div {
        display:flex;
        flex-direction:row-reverse;
        justify-content:space-between;
        align-items:center;
        border-bottom-width:0;
        border-right-width:1px;
    }
    .stock .structure div:first-of-type {
        border-radius:0;
        border-top-left-radius:5px;
        border-top-right-radius:5px;
    }
    .stock .structure div:last-of-type {
        border-radius:0;
        border-bottom-left-radius:5px;
        border-bottom-right-radius:5px;
        border-bottom-width:1px;
    }
}

@media only screen and (max-width: 500px) {
    .stock .structure div {
        display:block;
        text-align:left;
    }
}

/*
@@@@@@@@@@@@@@@@@@@@@@@
Sub Popup
@@@@@@@@@@@@@@@@@@@@@@@
*/

.subpop {
	height:100%;
    width:100%;
    position:fixed;
    z-index:97;
    transition: all .5s;
}

.subpop .sublay {
    background-color:rgba(250,250,250,.90);
    height:100%;
    width:100%;
    position:fixed;
    z-index:97;
}

.subpop .subimg {
    background-image:url('images/dg_logo_small.png');
    background-repeat:no-repeat;
    background-position:center bottom;
    height:48px;
}

.subpop .subtext {
    background-image:url('images/subtext_bg.png');
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center center;
    width:1100px;
    padding:300px;
    padding-top:250px;
    text-align:center;
    z-index:99;
    transition: margin-left .5s;
    position:relative;
}

@media only screen and (max-width: 700px) {
    .subpop .subtext {
        background-image:unset;
        background-color:#fff;
        width:90%;
        padding:30px;
        box-shadow:0 2px 5px rgba(0,0,0,0.25);
    }
}

.subpop .subout {
    color:#daa116;
    font-weight:500;
    font-size:13px;
    padding:5px 10px;
    border-radius:5px;
    cursor:pointer;
    opacity:.75;
}

.subpop .subout:hover {
    text-decoration:underline;
    opacity:1;
}

.subpop .subtext h5 {
    font-size:36px;
    color:#222;
    font-weight:500;
}

.subpop .subtext p {
    font-size:18px;
    color:#222;
}

.subpop .subtext form input {
    padding:15px 25px;
    background-color:#fff;
    border:1px solid #ccc;
    border-radius:5px;
    color:#333;
    font-size:18px;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    border-right-width:0;
}

.subpop .subtext form button {
    width:80px;
    background-color:#daa116;
    background-image:url('images/sub-arrow.png');
    background-repeat:no-repeat;
    background-position:center center;
    border:0;
    transition:all .3s;
    cursor:pointer;
    opacity:.75;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}

.subpop .subtext form button:hover {
    background-position:center right 15px;
    opacity:1;
}

.subpop .subback {
    position:fixed;
    width:600px;
    height:600px;
    background-image:url('images/subback_bg.png');
    background-size:contain;
    background-position:center center;
    background-repeat:no-repeat;
    z-index:98;
    margin-left:200px;
    transition: margin-left .5s;
    opacity:.75;
}

@media only screen and (max-width: 700px) {
    .subpop .subback {
        margin-left:0;
        top:-200;
        right:-200;
    }
}

.subpop .subtext span, .consub span, .homesub span {
    display:block;
    padding-top:20px;
    padding-left:20px;
    font-size:18px;
    font-weight:500;
    color:#cc0000;
    opacity:0;
    transition:all .5s;
}

.subpop .subtext .showmsg, .consub .showmsg, .homesub .showmsg {
    opacity:1 !important;
    padding-left:0 !important;
}

.unpop {
    opacity:0;
    pointer-events:none;
}

.unpop .subtext {
    margin-left:-40px;
    pointer-events:none;
}

.unpop .subback {
    margin-left:230px;
}

.blur {
    filter:blur(5px);
}

@media only screen and (max-width: 500px) {
	.chart {
		height:250px;
	}
}

.consub, .subsend, .homesend {
    transition: opacity 1s;
}

.dimmer {
    opacity:.5;
    pointer-events:none !important;
}

@media only screen and (max-width: 500px) {
	.subsend .flex {
        display:block;
    }
    .subsend input {
        width:100%;
        border-width:1px !important;
        border-radius:5px !important;
    }
    .subsend button {
        height:60px;
        width:100% !important;
        border-radius:5px !important;
        margin-top:10px;
    }
}

/*
    #########
    THANK YOU
    #########
*/

.almost {
    top:0;
    bottom:0;
    left:0;
    right:0;
    position:fixed;
    background-color:rgba(106,194,89,.95);
    z-index:100;
    opacity:0;
    pointer-events:none;
    transition:all .5s;
    color:#fff;
    text-align:center;
}

.almost-on {
    opacity:1;
    pointer-events:all;
}

.check {
    background-image:url('images/contact-mark.png');
    background-repeat:no-repeat;
    background-position:center top;
    padding-top:100px;
    transition:all .3s;
}

.almost span {
    display:block;
    font-size:48px;
    line-height:48px;
    font-weight:400;
    margin-bottom:15px;
    text-shadow: 0px 3px 5px rgba(0,0,0,0.25);
}

.almost .close {
    font-size:18px;
    background-color:#eee;
    color:#6ac259;
    padding:15px 100px;
    font-weight:500;
    display:inline-block;
    border-radius:5px;
    transition:all .3s;
    cursor:pointer;
    opacity:0;
}

.almost .close:hover {
    background-color:#fff;
    color:#222;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
}

.hidedown {
    margin-top:20px;
    opacity:0;
}

.closedown {
    margin-top:20px;
    opacity:1 !important;
}

/*
~~~~~~~~
Media Queries
~~~~~~~~
*/

@media only screen and (max-width: 800px) {
    .almost {
        padding:25px;
    }
}

/*
    66
*/

.presentation .link {
    font-size:18px;
    color:#daa116;
    font-weight:500;
    padding:10px 15px;
    padding-left:55px;
    margin-top:25px;
    border:2px solid #daa116;
    border-radius:5px;
    background-repeat:no-repeat;
    background-size:24px auto;
    background-position:center left 15px;
    display:block;
}

.presentation .link:hover {
    background-color:#daa116;
    border-color:#daa116;
    color:#111;
    padding-left:65px;
}

.presentation .link span {
    display:block;
    font-weight:400;
    font-size:16px;
}

.presentation .link {
    margin-top:0;
}

.sidebar .pdf, .presentation .pdf {
    background-image:url('images/pdf.png');
}

.sidebar .pdf:hover, .presentation .pdf:hover {
    background-image:url('images/pdf-over.png');
    background-size:32px auto;
    background-position:center left 11px;
}

@media only screen and (max-width: 1200px) {
    .presentation {
        display:block;
    }
    .presentation .link {
        margin-top:15px;
        display:table;
    }
}

@media only screen and (max-width: 500px) {
    .presentation .link {
        width:100%;
    }
}

/*@@@@@@@@@@@@@@@@@@@@@@@ Honey Pot @@@@@@@@@@@@@@@@@@@@@@@*/

 #contactadd {
     height:0;
     width:0;
     padding:0;
     margin:0;
     overflow:hidden;
     border:0;
}

.agm-pdf {
    background-image:url('images/agm-pdf.png');
    background-position:center left 20px;
    background-repeat:no-repeat;
    background-size:24px auto;
    padding:20px;
    padding-left:55px;
    opacity:.75;
    border-radius:5px;
    border:2px solid #221f1f;
    color:#221f1f;
    transition:all .2s;
    display:block;
    font-weight:bold;
}

.agm-pdf:hover {
    opacity:1;
    padding-left:70px;
    background-position:center left 25px;
    color:#daa116;
    border-color:#daa116;
}

.agm-pdf:not(:last-of-type) {
    margin-bottom:20px;
}

/* Newspop Section */

.newspop {
    background-color:rgba(255,255,255,0.98);
    height:100%;
    width:100%;
    position:fixed;
    z-index:97;
    transition: all .5s;
    display:none;
}

.newspop .outer {
    padding:60px;
    max-width:800px;
    display:none;
    position:relative;
}

.newspop .inner {
    padding:60px;
    text-align:center;
    border:1px solid rgba(0,0,0,0.15);
}

.newspop .inner span {
    text-transform:uppercase;
    color:#333;
    font-weight:600;
    font-size:36px;
    color:#343434;
}

.newspop .inner img {
    max-height:300px;
    width:auto;
}

.newspop .outer .ex {
    position:absolute;
    top:10px;
    right:10px;
    color:#111;
    font-size:48px;
    font-weight:400;
    opacity:.25;
    transition:all .2s;
    cursor:pointer;
}

.newspop .outer .ex:hover {
    opacity:1;
}

.newspop .mainlink {
    border-radius:30px;
    border:2px solid #333;
    font-weight:600;
    color:#333;
    padding:15px 40px;
    background-color:transparent;
    font-size:18px;
    text-transform:capitalize;
    cursor:pointer;
    transition:all .3s;
}

.newspop .mainlink:hover {
    background-color:#333;
    color:#fff;
}

@media only screen and (max-width:1500px) {
    .newspop .inner img {
        max-height:200px;
    }
    .newspop .inner span {
        font-size:24px;
    }
    .newspop .inner {
        padding:30px;
    }
}

@media only screen and (max-width:600px) {
    .newspop .inner img {
        max-height:150px;
    }
    .newspop .inner span {
        font-size:18px;
    }
    .newspop .inner {
        padding:10px 5px;
    }
}

header .agm {
    border:2px solid #daa116;
    padding:10px 20px;
    border-radius:5px;
    color:#daa116;
    font-size:18px;
    font-weight:bold;
    margin-bottom:30px;
    cursor:pointer;
    transition:all .3s;
    margin-right:10px;
}

header .agm:hover {
    background-color:#daa116;
    color:#fff;
}

.shrink .agm {
    display:none;
}

@media only screen and (max-width:800px) {
    header .agm {
        display:none;
    }
}