/************************************************
OLD resstyle
************************************************/

/* 
Blue 0063DD
Indigo 6531da
Tan Font #FFDEBD
Dark Blue #00137F
Light Logo Blue #0069D9
*/

* {
  box-sizing: border-box;
}


body {
  max-width: 1300px;
  margin: auto;
  font-family: Arial;
  color: #FFDEBD;
  padding: 5px;
  background: #000000;  
}

/* Header */
.header {
  max-width: 90%;
  padding: 2px 5px;
  background: #000000;
  background-image: url(../images/ctcbg1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-origin: content-box;
  color: #FFDEBD;
}

.content {
  padding: 5px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 5px;
}


.header h1 {
  font-size: 30px;
  color: #FFDEBD;
}

.header h2 {
  font-size: 25px;
  color: #FFDEBD;
}

.header h3 {
  font-size: 20px;
  color: #FFDEBD;
}







h1 {
  font-size: 30px;
  color: #FFDEBD;
}

h2 {
  font-size: 25px;
  color: #FFDEBD;
}

h3 {
  font-size: 20px;
  color: #FFDEBD;
}

h4 {
  font-size: 15px;
  color: #FFDEBD;
}

h5 {
  font-size: 10px;
  color: #FFDEBD;
  font-style: italic;
}

h6 {
  font-size: 6px;
  color: #FFDEBD;
  font-style: italic;
}



/* Links */

/* unvisited link */
a:link {
  color: #FFDEBD;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: #FFDEBD;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: #0069D9;
  text-decoration: none;
}

/* selected link */
a:active {
  color: green;
  text-decoration: none;
}



/* Insert Logo Here */

/* Style the top navigation bar */
.topnav {
  overflow: hidden;
  background-color: #000000;
  text-align: center;
  position: center;
  height: 100%;
  overflow: auto;
  top: 0;
  font-size: 12px;
}




/* Style the topnav links */
.topnav a {
  float: left;
  display: block;
  color: #FFDEBD;
  text-align: center;
  position: center;
  padding: 8px 10px;
  text-decoration: none;
}

/* Change color on hover */
.topnav a:hover {
  background-color: #000080;
  color: FFDEBD;
}

/* Create two unequal columns that float next to each other */
/* Left column */
.leftcolumn {   
  float: left;
  width: 75%;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 25%;
  background-color: #000000;
  padding-left: 10px;
  font-size: 11px;
  color: #FFDEBD;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}


img {
  border-radius: 25px;
  max-width: 100%;
  height: auto;
}




/*      Rollover Image Changer    */

.card1 {
max-width: 250px;
max-height: 250px;
position: relative;
display: inline-block;
}
.card1 .img-top {
display: none;
position: absolute;
top: 0;
left: 0;
z-index: 99;
}
.card:hover .img-top {
display: inline;
}


.card2 {
width: 90%;
height: auto;
position: relative;
display: inline-block;
}
.card2 .img-top {
display: none;
position: absolute;
top: 0;
left: 0;
z-index: 99;
}
.card2:hover .img-top {
display: inline;
}




/* Add a card effect for articles */
.card {
  background-color: #000000;
  color: #FFDEBD;
  padding: 10px;
  margin-top: 0px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

div.line {
  border: 0px;
}

div.line img {
  width: 60%;
  height: auto;
}

/* Footer */
.footer {
  background-color: #000000;
  font-size: 11px;
  color: #FFDEBD;
  padding: 5px;
  text-align: center;
  margin-top: 10px;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {
  .leftcolumn, .rightcolumn {   
    width: 100%;
    padding: 0;
  }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 300px) {
  .topnav a {
    float: none;
    width: 100%;
  }
}



/************************************************
OLD CSS
************************************************/
html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}



html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}summary{display:list-item}
audio,canvas,progress,video{display:inline-block}progress{vertical-align:baseline}
audio:not([controls]){display:none;height:0}[hidden],template{display:none}
a{background-color:transparent}a:active,a:hover{outline-width:0}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bolder}dfn{font-style:italic}mark{background:#ff0;color:#000}
small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-0.25em}sup{top:-0.5em}figure{margin:1em 40px}img{border-style:none}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}hr{box-sizing:content-box;height:0;overflow:visible}
button,input,select,textarea,optgroup{font:inherit;margin:0}optgroup{font-weight:bold}
button,input{overflow:visible}button,select{text-transform:none}
button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}
button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}
[type=checkbox],[type=radio]{padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
/* End extract */
html,body{font-family:Verdana,sans-serif;font-size:15px;line-height:1.5}html{overflow-x:hidden}
h1{font-size:36px}h2{font-size:30px}h3{font-size:24px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}
.ctc-serif{font-family:serif}.ctc-sans-serif{font-family:sans-serif}.ctc-cursive{font-family:cursive}.ctc-monospace{font-family:monospace}
h1,h2,h3,h4,h5,h6{font-family:"Segoe UI",Arial,sans-serif;font-weight:400;margin:10px 0}.ctc-wide{letter-spacing:4px}
hr{border:0;border-top:1px solid #eee;margin:20px 0}
.ctc-image{max-width:100%;height:auto}img{vertical-align:middle}a{color:inherit}
.ctc-table,.ctc-table-all{border-collapse:collapse;border-spacing:0;width:100%;display:table}.ctc-table-all{border:1px solid #ccc}
.ctc-bordered tr,.ctc-table-all tr{border-bottom:1px solid #ddd}.ctc-striped tbody tr:nth-child(even){background-color:#f1f1f1}
.ctc-table-all tr:nth-child(odd){background-color:#fff}.ctc-table-all tr:nth-child(even){background-color:#f1f1f1}
.ctc-hoverable tbody tr:hover,.ctc-ul.ctc-hoverable li:hover{background-color:#ccc}.ctc-centered tr th,.ctc-centered tr td{text-align:center}
.ctc-table td,.ctc-table th,.ctc-table-all td,.ctc-table-all th{padding:8px 8px;display:table-cell;text-align:left;vertical-align:top}
.ctc-table th:first-child,.ctc-table td:first-child,.ctc-table-all th:first-child,.ctc-table-all td:first-child{padding-left:16px}
.ctc-btn,.ctc-button{border:none;display:inline-block;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}
.ctc-btn:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}
.ctc-btn,.ctc-button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}   
.ctc-disabled,.ctc-btn:disabled,.ctc-button:disabled{cursor:not-allowed;opacity:0.3}.ctc-disabled *,:disabled *{pointer-events:none}
.ctc-btn.ctc-disabled:hover,.ctc-btn:disabled:hover{box-shadow:none}
.ctc-badge,.ctc-tag{background-color:#000;color:#fff;display:inline-block;padding-left:8px;padding-right:8px;text-align:center}.ctc-badge{border-radius:50%}
.ctc-ul{list-style-type:none;padding:0;margin:0}.ctc-ul li{padding:8px 16px;border-bottom:1px solid #ddd}.ctc-ul li:last-child{border-bottom:none}
.ctc-tooltip,.ctc-display-container{position:relative}.ctc-tooltip .ctc-text{display:none}.ctc-tooltip:hover .ctc-text{display:inline-block}
.ctc-ripple:active{opacity:0.5}.ctc-ripple{transition:opacity 0s}
.ctc-input{padding:8px;display:block;border:none;border-bottom:1px solid #ccc;width:100%}
.ctc-select{padding:9px 0;width:100%;border:none;border-bottom:1px solid #ccc}
.ctc-dropdown-click,.ctc-dropdown-hover{position:relative;display:inline-block;cursor:pointer}
.ctc-dropdown-hover:hover .ctc-dropdown-content{display:block}
.ctc-dropdown-hover:first-child,.ctc-dropdown-click:hover{background-color:#ccc;color:#000}
.ctc-dropdown-hover:hover > .ctc-button:first-child,.ctc-dropdown-click:hover > .ctc-button:first-child{background-color:#ccc;color:#000}
.ctc-dropdown-content{cursor:auto;color:#000;background-color:#fff;display:none;position:absolute;min-width:160px;margin:0;padding:0;z-index:1}
.ctc-check,.ctc-radio{width:24px;height:24px;position:relative;top:6px}
.ctc-sidebar{height:100%;width:200px;background-color:#fff;position:fixed!important;z-index:1;overflow:auto}
.ctc-bar-block .ctc-dropdown-hover,.ctc-bar-block .ctc-dropdown-click{width:100%}
.ctc-bar-block .ctc-dropdown-hover .ctc-dropdown-content,.ctc-bar-block .ctc-dropdown-click .ctc-dropdown-content{min-width:100%}
.ctc-bar-block .ctc-dropdown-hover .ctc-button,.ctc-bar-block .ctc-dropdown-click .ctc-button{width:100%;text-align:left;padding:8px 16px}
.ctc-main,#main{transition:margin-left .4s}
.ctc-modal{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)}
.ctc-modal-content{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px}
.ctc-bar{width:100%;overflow:hidden}.ctc-center .ctc-bar{display:inline-block;width:auto}
.ctc-bar .ctc-bar-item{padding:8px 16px;float:left;width:auto;border:none;display:block;outline:0}
.ctc-bar .ctc-dropdown-hover,.ctc-bar .ctc-dropdown-click{position:static;float:left}
.ctc-bar .ctc-button{white-space:normal}
.ctc-bar-block .ctc-bar-item{width:100%;display:block;padding:8px 16px;text-align:left;border:none;white-space:normal;float:none;outline:0}
.ctc-bar-block.ctc-center .ctc-bar-item{text-align:center}.ctc-block{display:block;width:100%}
.ctc-responsive{display:block;overflow-x:auto}
.ctc-container:after,.ctc-container:before,.ctc-panel:after,.ctc-panel:before,.ctc-row:after,.ctc-row:before,.ctc-row-padding:after,.ctc-row-padding:before,
.ctc-cell-row:before,.ctc-cell-row:after,.ctc-clear:after,.ctc-clear:before,.ctc-bar:before,.ctc-bar:after{content:"";display:table;clear:both}
.ctc-col,.ctc-half,.ctc-third,.ctc-twothird,.ctc-threequarter,.ctc-quarter{float:left;width:100%}
.ctc-col.s1{width:8.33333%}.ctc-col.s2{width:16.66666%}.ctc-col.s3{width:24.99999%}.ctc-col.s4{width:33.33333%}
.ctc-col.s5{width:41.66666%}.ctc-col.s6{width:49.99999%}.ctc-col.s7{width:58.33333%}.ctc-col.s8{width:66.66666%}
.ctc-col.s9{width:74.99999%}.ctc-col.s10{width:83.33333%}.ctc-col.s11{width:91.66666%}.ctc-col.s12{width:99.99999%}
@media (min-width:601px){.ctc-col.m1{width:8.33333%}.ctc-col.m2{width:16.66666%}.ctc-col.m3,.ctc-quarter{width:24.99999%}.ctc-col.m4,.ctc-third{width:33.33333%}
.ctc-col.m5{width:41.66666%}.ctc-col.m6,.ctc-half{width:49.99999%}.ctc-col.m7{width:58.33333%}.ctc-col.m8,.ctc-twothird{width:66.66666%}
.ctc-col.m9,.ctc-threequarter{width:74.99999%}.ctc-col.m10{width:83.33333%}.ctc-col.m11{width:91.66666%}.ctc-col.m12{width:99.99999%}}
@media (min-width:993px){.ctc-col.l1{width:8.33333%}.ctc-col.l2{width:16.66666%}.ctc-col.l3{width:24.99999%}.ctc-col.l4{width:33.33333%}
.ctc-col.l5{width:41.66666%}.ctc-col.l6{width:49.99999%}.ctc-col.l7{width:58.33333%}.ctc-col.l8{width:66.66666%}
.ctc-col.l9{width:74.99999%}.ctc-col.l10{width:83.33333%}.ctc-col.l11{width:91.66666%}.ctc-col.l12{width:99.99999%}}
.ctc-rest{overflow:hidden}.ctc-stretch{margin-left:-16px;margin-right:-16px}
.ctc-content,.ctc-auto{margin-left:auto;margin-right:auto}.ctc-content{max-width:980px}.ctc-auto{max-width:1140px}
.ctc-cell-row{display:table;width:100%}.ctc-cell{display:table-cell}
.ctc-cell-top{vertical-align:top}.ctc-cell-middle{vertical-align:middle}.ctc-cell-bottom{vertical-align:bottom}
.ctc-hide{display:none!important}.ctc-show-block,.ctc-show{display:block!important}.ctc-show-inline-block{display:inline-block!important}
@media (max-width:1205px){.ctc-auto{max-width:95%}}
@media (max-width:600px){.ctc-modal-content{margin:0 10px;width:auto!important}.ctc-modal{padding-top:30px}
.ctc-dropdown-hover.ctc-mobile .ctc-dropdown-content,.ctc-dropdown-click.ctc-mobile .ctc-dropdown-content{position:relative}	
.ctc-hide-small{display:none!important}.ctc-mobile{display:block;width:100%!important}.ctc-bar-item.ctc-mobile,.ctc-dropdown-hover.ctc-mobile,.ctc-dropdown-click.ctc-mobile{text-align:center}
.ctc-dropdown-hover.ctc-mobile,.ctc-dropdown-hover.ctc-mobile .ctc-btn,.ctc-dropdown-hover.ctc-mobile .ctc-button,.ctc-dropdown-click.ctc-mobile,.ctc-dropdown-click.ctc-mobile .ctc-btn,.ctc-dropdown-click.ctc-mobile .ctc-button{width:100%}}
@media (max-width:768px){.ctc-modal-content{width:500px}.ctc-modal{padding-top:50px}}
@media (min-width:993px){.ctc-modal-content{width:900px}.ctc-hide-large{display:none!important}.ctc-sidebar.ctc-collapse{display:block!important}}
@media (max-width:992px) and (min-width:601px){.ctc-hide-medium{display:none!important}}
@media (max-width:992px){.ctc-sidebar.ctc-collapse{display:none}.ctc-main{margin-left:0!important;margin-right:0!important}.ctc-auto{max-width:100%}}
.ctc-top,.ctc-bottom{position:fixed;width:100%;z-index:1}.ctc-top{top:0}.ctc-bottom{bottom:0}
.ctc-overlay{position:fixed;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:2}
.ctc-display-topleft{position:absolute;left:0;top:0}.ctc-display-topright{position:absolute;right:0;top:0}
.ctc-display-bottomleft{position:absolute;left:0;bottom:0}.ctc-display-bottomright{position:absolute;right:0;bottom:0}
.ctc-display-middle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}
.ctc-display-left{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)}
.ctc-display-right{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}
.ctc-display-topmiddle{position:absolute;left:50%;top:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.ctc-display-bottommiddle{position:absolute;left:50%;bottom:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.ctc-display-container:hover .ctc-display-hover{display:block}.ctc-display-container:hover span.ctc-display-hover{display:inline-block}.ctc-display-hover{display:none}
.ctc-display-position{position:absolute}
.ctc-circle{border-radius:50%}
.ctc-round-small{border-radius:2px}.ctc-round,.ctc-round-medium{border-radius:4px}.ctc-round-large{border-radius:8px}.ctc-round-xlarge{border-radius:16px}.ctc-round-xxlarge{border-radius:32px}
.ctc-row-padding,.ctc-row-padding>.ctc-half,.ctc-row-padding>.ctc-third,.ctc-row-padding>.ctc-twothird,.ctc-row-padding>.ctc-threequarter,.ctc-row-padding>.ctc-quarter,.ctc-row-padding>.ctc-col{padding:0 8px}
.ctc-container,.ctc-panel{padding:0.01em 16px}.ctc-panel{margin-top:16px;margin-bottom:16px}
.ctc-code,.ctc-codespan{font-family:Consolas,"courier new";font-size:16px}
.ctc-code{width:auto;background-color:#fff;padding:8px 12px;border-left:4px solid #4CAF50;word-wrap:break-word}
.ctc-codespan{color:crimson;background-color:#f1f1f1;padding-left:4px;padding-right:4px;font-size:110%}
.ctc-card,.ctc-card-2{box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}
.ctc-card-4,.ctc-hover-shadow:hover{box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)}
.ctc-spin{animation:ctc-spin 2s infinite linear}@keyframes ctc-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
.ctc-animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.ctc-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}
.ctc-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.ctc-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.ctc-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.ctc-animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.ctc-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.ctc-animate-input{transition:width 0.4s ease-in-out}.ctc-animate-input:focus{width:100%!important}
.ctc-opacity,.ctc-hover-opacity:hover{opacity:0.60}.ctc-opacity-off,.ctc-hover-opacity-off:hover{opacity:1}
.ctc-opacity-max{opacity:0.25}.ctc-opacity-min{opacity:0.75}
.ctc-greyscale-max,.ctc-grayscale-max,.ctc-hover-greyscale:hover,.ctc-hover-grayscale:hover{filter:grayscale(100%)}
.ctc-greyscale,.ctc-grayscale{filter:grayscale(75%)}.ctc-greyscale-min,.ctc-grayscale-min{filter:grayscale(50%)}
.ctc-sepia{filter:sepia(75%)}.ctc-sepia-max,.ctc-hover-sepia:hover{filter:sepia(100%)}.ctc-sepia-min{filter:sepia(50%)}
.ctc-tiny{font-size:10px!important}.ctc-small{font-size:12px!important}.ctc-medium{font-size:15px!important}.ctc-large{font-size:18px!important}
.ctc-xlarge{font-size:24px!important}.ctc-xxlarge{font-size:36px!important}.ctc-xxxlarge{font-size:48px!important}.ctc-jumbo{font-size:64px!important}
.ctc-left-align{text-align:left!important}.ctc-right-align{text-align:right!important}.ctc-justify{text-align:justify!important}.ctc-center{text-align:center!important}
.ctc-border-0{border:0!important}.ctc-border{border:1px solid #ccc!important}
.ctc-border-top{border-top:1px solid #ccc!important}.ctc-border-bottom{border-bottom:1px solid #ccc!important}
.ctc-border-left{border-left:1px solid #ccc!important}.ctc-border-right{border-right:1px solid #ccc!important}
.ctc-topbar{border-top:6px solid #ccc!important}.ctc-bottombar{border-bottom:6px solid #ccc!important}
.ctc-leftbar{border-left:6px solid #ccc!important}.ctc-rightbar{border-right:6px solid #ccc!important}
.ctc-section,.ctc-code{margin-top:16px!important;margin-bottom:16px!important}
.ctc-margin{margin:16px!important}.ctc-margin-top{margin-top:16px!important}.ctc-margin-bottom{margin-bottom:16px!important}
.ctc-margin-left{margin-left:16px!important}.ctc-margin-right{margin-right:16px!important}
.ctc-padding-small{padding:4px 8px!important}.ctc-padding{padding:8px 16px!important}.ctc-padding-large{padding:12px 24px!important}
.ctc-padding-16{padding-top:16px!important;padding-bottom:16px!important}.ctc-padding-24{padding-top:24px!important;padding-bottom:24px!important}
.ctc-padding-32{padding-top:32px!important;padding-bottom:32px!important}.ctc-padding-48{padding-top:48px!important;padding-bottom:48px!important}
.ctc-padding-64{padding-top:64px!important;padding-bottom:64px!important}
.ctc-padding-top-64{padding-top:64px!important}.ctc-padding-top-48{padding-top:48px!important}
.ctc-padding-top-32{padding-top:32px!important}.ctc-padding-top-24{padding-top:24px!important}
.ctc-left{float:left!important}.ctc-right{float:right!important}
.ctc-button:hover{color:#000!important;background-color:#ccc!important}
.ctc-transparent,.ctc-hover-none:hover{background-color:transparent!important}
.ctc-hover-none:hover{box-shadow:none!important}
/* Colors */
.ctc-amber,.ctc-hover-amber:hover{color:#000!important;background-color:#ffc107!important}
.ctc-aqua,.ctc-hover-aqua:hover{color:#000!important;background-color:#00ffff!important}
.ctc-blue,.ctc-hover-blue:hover{color:#fff!important;background-color:#2196F3!important}
.ctc-light-blue,.ctc-hover-light-blue:hover{color:#000!important;background-color:#87CEEB!important}
.ctc-brown,.ctc-hover-brown:hover{color:#fff!important;background-color:#795548!important}
.ctc-cyan,.ctc-hover-cyan:hover{color:#000!important;background-color:#00bcd4!important}
.ctc-blue-grey,.ctc-hover-blue-grey:hover,.ctc-blue-gray,.ctc-hover-blue-gray:hover{color:#fff!important;background-color:#607d8b!important}
.ctc-green,.ctc-hover-green:hover{color:#fff!important;background-color:#4CAF50!important}
.ctc-light-green,.ctc-hover-light-green:hover{color:#000!important;background-color:#8bc34a!important}
.ctc-indigo,.ctc-hover-indigo:hover{color:#fff!important;background-color:#0069D9!important}
.ctc-khaki,.ctc-hover-khaki:hover{color:#000!important;background-color:#f0e68c!important}
.ctc-lime,.ctc-hover-lime:hover{color:#000!important;background-color:#cddc39!important}
.ctc-orange,.ctc-hover-orange:hover{color:#000!important;background-color:#ff9800!important}
.ctc-deep-orange,.ctc-hover-deep-orange:hover{color:#fff!important;background-color:#ff5722!important}
.ctc-pink,.ctc-hover-pink:hover{color:#fff!important;background-color:#e91e63!important}
.ctc-purple,.ctc-hover-purple:hover{color:#fff!important;background-color:#9c27b0!important}
.ctc-deep-purple,.ctc-hover-deep-purple:hover{color:#fff!important;background-color:#673ab7!important}
.ctc-red,.ctc-hover-red:hover{color:#fff!important;background-color:#f44336!important}
.ctc-sand,.ctc-hover-sand:hover{color:#000!important;background-color:#fdf5e6!important}
.ctc-teal,.ctc-hover-teal:hover{color:#fff!important;background-color:#009688!important}
.ctc-yellow,.ctc-hover-yellow:hover{color:#000!important;background-color:#ffeb3b!important}
.ctc-white,.ctc-hover-white:hover{color:#000!important;background-color:#fff!important}
.ctc-black,.ctc-hover-black:hover{color:#ffffff!important;background-color:#000!important}
.ctc-grey,.ctc-hover-grey:hover,.ctc-gray,.ctc-hover-gray:hover{color:#000!important;background-color:#9e9e9e!important}
.ctc-light-grey,.ctc-hover-light-grey:hover,.ctc-light-gray,.ctc-hover-light-gray:hover{color:#000!important;background-color:#f1f1f1!important}
.ctc-dark-grey,.ctc-hover-dark-grey:hover,.ctc-dark-gray,.ctc-hover-dark-gray:hover{color:#fff!important;background-color:#616161!important}
.ctc-pale-red,.ctc-hover-pale-red:hover{color:#000!important;background-color:#ffdddd!important}
.ctc-pale-green,.ctc-hover-pale-green:hover{color:#000!important;background-color:#ddffdd!important}
.ctc-pale-yellow,.ctc-hover-pale-yellow:hover{color:#000!important;background-color:#ffffcc!important}
.ctc-pale-blue,.ctc-hover-pale-blue:hover{color:#000!important;background-color:#ddffff!important}
.ctc-text-amber,.ctc-hover-text-amber:hover{color:#ffc107!important}
.ctc-text-aqua,.ctc-hover-text-aqua:hover{color:#00ffff!important}
.ctc-text-blue,.ctc-hover-text-blue:hover{color:#2196F3!important}
.ctc-text-light-blue,.ctc-hover-text-light-blue:hover{color:#87CEEB!important}
.ctc-text-brown,.ctc-hover-text-brown:hover{color:#795548!important}
.ctc-text-cyan,.ctc-hover-text-cyan:hover{color:#00bcd4!important}
.ctc-text-blue-grey,.ctc-hover-text-blue-grey:hover,.ctc-text-blue-gray,.ctc-hover-text-blue-gray:hover{color:#607d8b!important}
.ctc-text-green,.ctc-hover-text-green:hover{color:#4CAF50!important}
.ctc-text-light-green,.ctc-hover-text-light-green:hover{color:#8bc34a!important}
.ctc-text-indigo,.ctc-hover-text-indigo:hover{color:#3f51b5!important}
.ctc-text-khaki,.ctc-hover-text-khaki:hover{color:#b4aa50!important}
.ctc-text-lime,.ctc-hover-text-lime:hover{color:#cddc39!important}
.ctc-text-orange,.ctc-hover-text-orange:hover{color:#ff9800!important}
.ctc-text-deep-orange,.ctc-hover-text-deep-orange:hover{color:#ff5722!important}
.ctc-text-pink,.ctc-hover-text-pink:hover{color:#e91e63!important}
.ctc-text-purple,.ctc-hover-text-purple:hover{color:#9c27b0!important}
.ctc-text-deep-purple,.ctc-hover-text-deep-purple:hover{color:#673ab7!important}
.ctc-text-red,.ctc-hover-text-red:hover{color:#f44336!important}
.ctc-text-sand,.ctc-hover-text-sand:hover{color:#fdf5e6!important}
.ctc-text-teal,.ctc-hover-text-teal:hover{color:#009688!important}
.ctc-text-yellow,.ctc-hover-text-yellow:hover{color:#d2be0e!important}
.ctc-text-white,.ctc-hover-text-white:hover{color:#fff!important}
.ctc-text-black,.ctc-hover-text-black:hover{color:#000!important}
.ctc-text-grey,.ctc-hover-text-grey:hover,.ctc-text-gray,.ctc-hover-text-gray:hover{color:#757575!important}
.ctc-text-light-grey,.ctc-hover-text-light-grey:hover,.ctc-text-light-gray,.ctc-hover-text-light-gray:hover{color:#f1f1f1!important}
.ctc-text-dark-grey,.ctc-hover-text-dark-grey:hover,.ctc-text-dark-gray,.ctc-hover-text-dark-gray:hover{color:#3a3a3a!important}
.ctc-border-amber,.ctc-hover-border-amber:hover{border-color:#ffc107!important}
.ctc-border-aqua,.ctc-hover-border-aqua:hover{border-color:#00ffff!important}
.ctc-border-blue,.ctc-hover-border-blue:hover{border-color:#2196F3!important}
.ctc-border-light-blue,.ctc-hover-border-light-blue:hover{border-color:#87CEEB!important}
.ctc-border-brown,.ctc-hover-border-brown:hover{border-color:#795548!important}
.ctc-border-cyan,.ctc-hover-border-cyan:hover{border-color:#00bcd4!important}
.ctc-border-blue-grey,.ctc-hover-border-blue-grey:hover,.ctc-border-blue-gray,.ctc-hover-border-blue-gray:hover{border-color:#607d8b!important}
.ctc-border-green,.ctc-hover-border-green:hover{border-color:#4CAF50!important}
.ctc-border-light-green,.ctc-hover-border-light-green:hover{border-color:#8bc34a!important}
.ctc-border-indigo,.ctc-hover-border-indigo:hover{border-color:#3f51b5!important}
.ctc-border-khaki,.ctc-hover-border-khaki:hover{border-color:#f0e68c!important}
.ctc-border-lime,.ctc-hover-border-lime:hover{border-color:#cddc39!important}
.ctc-border-orange,.ctc-hover-border-orange:hover{border-color:#ff9800!important}
.ctc-border-deep-orange,.ctc-hover-border-deep-orange:hover{border-color:#ff5722!important}
.ctc-border-pink,.ctc-hover-border-pink:hover{border-color:#e91e63!important}
.ctc-border-purple,.ctc-hover-border-purple:hover{border-color:#9c27b0!important}
.ctc-border-deep-purple,.ctc-hover-border-deep-purple:hover{border-color:#673ab7!important}
.ctc-border-red,.ctc-hover-border-red:hover{border-color:#f44336!important}
.ctc-border-sand,.ctc-hover-border-sand:hover{border-color:#fdf5e6!important}
.ctc-border-teal,.ctc-hover-border-teal:hover{border-color:#009688!important}
.ctc-border-yellow,.ctc-hover-border-yellow:hover{border-color:#ffeb3b!important}
.ctc-border-white,.ctc-hover-border-white:hover{border-color:#fff!important}
.ctc-border-black,.ctc-hover-border-black:hover{border-color:#000!important}
.ctc-border-grey,.ctc-hover-border-grey:hover,.ctc-border-gray,.ctc-hover-border-gray:hover{border-color:#9e9e9e!important}
.ctc-border-light-grey,.ctc-hover-border-light-grey:hover,.ctc-border-light-gray,.ctc-hover-border-light-gray:hover{border-color:#f1f1f1!important}
.ctc-border-dark-grey,.ctc-hover-border-dark-grey:hover,.ctc-border-dark-gray,.ctc-hover-border-dark-gray:hover{border-color:#616161!important}
.ctc-border-pale-red,.ctc-hover-border-pale-red:hover{border-color:#ffe7e7!important}.ctc-border-pale-green,.ctc-hover-border-pale-green:hover{border-color:#e7ffe7!important}
.ctc-border-pale-yellow,.ctc-hover-border-pale-yellow:hover{border-color:#ffffcc!important}.ctc-border-pale-blue,.ctc-hover-border-pale-blue:hover{border-color:#e7ffff!important}


/* Resstyle CSS */


* {
  box-sizing: border-box;
}


body {
  max-width: 1300px;
  margin: auto;
  font-family: Arial;
  color: #FFDEBD;
  padding: 5px;
  background: #000000;  
}

/* Header */
.header {
  max-width: 90%;
  padding: 2px 5px;
  background: #000000;
  background-image: url(../images/ctcbg1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-origin: content-box;
  color: #FFDEBD;
}

.content {
  padding: 5px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 5px;
}


.header h1 {
  font-size: 30px;
  color: #FFDEBD;
}

.header h2 {
  font-size: 25px;
  color: #FFDEBD;
}

.header h3 {
  font-size: 20px;
  color: #FFDEBD;
}

h1 {
  font-size: 30px;
  font-style: italic;
  color: #FFDEBD;
}

h2 {
  font-size: 25px;
  font-style: italic;
  color: #FFDEBD;
}

h3 {
  font-size: 20px;
  font-style: italic;
  color: #FFDEBD;
}

h4 {
  font-size: 17px;
  font-style: italic;
  color: #FFDEBD;
}

h5 {
  font-size: 10px;
  font-style: italic;
  color: #FFDEBD;
}

h6 {
  font-size: 6px;
  font-style: italic;
  color: #FFDEBD;
}

/* Links */

/* unvisited link */
a:link {
  color: #FFDEBD;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: #FFDEBD;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: white;
  text-decoration: none;
}

/* selected link */
a:active {
  color: green;
  text-decoration: none;
}



/* Insert Logo Here */

/* Style the top navigation bar */
.topnav {
  overflow: hidden;
  background-color: #000000;
  text-align: center;
  position: center;
  height: 100%;
  overflow: auto;
  top: 0;
  font-size: 12px;
}




/* Style the topnav links */
.topnav a {
  float: left;
  display: block;
  color: #FFDEBD;
  text-align: center;
  position: center;
  padding: 8px 10px;
  text-decoration: none;
}

/* Change color on hover */
.topnav a:hover {
  background-color: #000080;
  color: FFDEBD;
}

/* Create two unequal columns that float next to each other */
/* Left column */
.leftcolumn {   
  float: left;
  width: 75%;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 25%;
  background-color: #000000;
  padding-left: 10px;
  font-size: 11px;
  color: #FFDEBD;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}


img {
  border-radius: 25px;
  max-width: 100%;
  height: auto;
}




/*      Rollover Image Changer    */

.card1 {
max-width: 250px;
max-height: 250px;
position: relative;
display: inline-block;
}
.card1 .img-top {
display: none;
position: absolute;
top: 0;
left: 0;
z-index: 99;
}
.card:hover .img-top {
display: inline;
}


.card2 {
width: 90%;
height: auto;
position: relative;
display: inline-block;
}
.card2 .img-top {
display: none;
position: absolute;
top: 0;
left: 0;
z-index: 99;
}
.card2:hover .img-top {
display: inline;
}




/* Add a card effect for articles */
.card {
  background-color: #000000;
  color: #FFDEBD;
  padding: 10px;
  margin-top: 0px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

div.line {
  border: 0px;
}

div.line img {
  width: 60%;
  height: auto;
}

/* Footer */
.footer {
  background-color: #000000;
  font-size: 11px;
  color: #FFDEBD;
  padding: 5px;
  text-align: center;
  margin-top: 10px;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {
  .leftcolumn, .rightcolumn {   
    width: 100%;
    padding: 0;
  }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 300px) {
  .topnav a {
    float: none;
    width: 100%;
  }
}

