/*
   VARIABLES for dark skin
   color rank from 1 (light) to 5 (dark)
*/

:root {
--color-light1: #ffffff;
--color-light2: #27ae60;
--color-light3: #f66908;
--color-0: #FF6600;
--color-dark1: f50000;
--color-dark2: #e16262;
--color-dark3: #c77;
--color-dark4: #3c3b3b;
--color-dark5: #3c3b3b;
--bg-light1: #f9f9f9;
--bg-light2: #b8d1f3;
--bg-light3: #e0edec;
--bg-light4: #c8d8d7;
--bg-light5: #efd1d1;
--bg-light6: #679ec5;
--bg-0: rgba(46, 186, 174, 0.05);
--bg-1: rgba(160, 160, 160, 0.075);
--bg-2: #f9f9f9;
--bg-dark1: #aaaaaa;
--bg-dark2: #4c8c88;
--bg-dark3: #efdbdd;
--bg-dark4: #d7dbec;
--bg-dark5: #d00404;
--border-light1: #d1d1d1;
--border-light2: #c8c8c8;
--border-light3: rgba(160, 160, 160, 0.3);
--border-light4: rgba(160, 160, 160, 0.65);
--border-dark1: #841e1e;
--border-dark2: #0f2baa;
--shadow-light1: #ccc;
--shadow-light2: rgba(255,255,255,0.2);
--shadow-light3: rgba(255,255,255,.15);
--shadow-dark1: rgba(0,0,0,0.2);
--graphfont-dark:#000;
--table-odd-row-grey:#e4e4e6;
--table-odd-even-row-grey:#999;
--graph-fonts:'Raleway';
--graph-fonts-size:'15px';

}


#main section:nth-of-type(odd) { background-color:#FFF;padding:40px 0;color:#2E1856; }
#main section:nth-of-type(even){ padding:40px 0;color:#FFF !important;}


#main section:nth-of-type(odd) a,
#main section:nth-of-type(odd) a:link,
#main section:nth-of-type(odd) a:active,
#main section:nth-of-type(odd) a:visited,
#main section:nth-of-type(odd) a:hover
{color:#00F;}

#main section:nth-of-type(even) a,
#main section:nth-of-type(even) a:link,
#main section:nth-of-type(even) a:active,
#main section:nth-of-type(even) a:visited,
#main section:nth-of-type(even) a:hover
{color:#FFF !important;}

#main section:nth-of-type(even) strong,
#main section:nth-of-type(even) b
{color:#FFF !important;font-weight:bold !important;}

#main section:nth-of-type(even) h1,
#main section:nth-of-type(even) h2,
#main section:nth-of-type(even) h3,
#main section:nth-of-type(even) h4,
#main section:nth-of-type(even) h5,
#main section:nth-of-type(even) h6
{color:#FFF !important;}


.try-it-out-today {background-image: url('../../StaticHTML/images/Clouds_Banner.jpg');background-repeat: no-repeat;position: relative;width: 100%;height: 253px;margin-left: auto;margin-right: auto;display: table;}
.try-it-out-today a,.try-it-out-today a:link,.try-it-out-today a:active,.try-it-out-today a:visited,.try-it-out-today a:hover {color:#00F !important;}

.inner-header-h1-feature	{width:100%;height:70px; font-size:250%;text-align:center;padding:0 !important;margin:0 !important;background-color:#F39A32 !important;	color:#FFF !important;max-width:100% !important;overflow: hidden !important;}
.inner-header-h1			{width:100%;height:70px;font-size:250%;text-align:center;padding:0 !important;margin:0 !important;color:#FFF !important;max-width:100% !important;overflow: hidden !important;}
.Home-Image:after		    {content: url('../../StaticHTML/images/Inner_Top_Banner.jpg');position: relative;margin:0 !important;padding:0 !important;vertical-align: bottom;}

#homepageboxone		{background-color:#F4F2F6;padding:40px 0;}
#homepageboxtwo		{background-color:#F2F6F8;padding:40px 0;}
#homepageboxthree	{background-color:#FEF6F6;padding:40px 0;}
#homepageboxfour	{background-color:#FFF9F4;padding:40px 0;}

#homepageboxone h2		{color:#2C0554 !important;}
#homepageboxtwo h2		{color:#05527E !important;}
#homepageboxthree h2	{color:#E24647 !important;}
#homepageboxfour h2		{color:#F7921E !important;}

#hrone		{height:12px;background-color:#2C0555;margin:0 !important;padding:0 !important;}
#hrtwo		{height:12px;background-color:#06527E;margin:0 !important;padding:0 !important;}
#hrthree	{height:12px;background-color:#E24747;margin:0 !important;padding:0 !important;}
#hrfour		{height:12px;background-color:#F7921E;margin:0 !important;padding:0 !important;}

#PageMain section:nth-of-type(even),#PageMain .inner-header-h1
{background-color:var(--div-color) !important;}
#PageMain section:nth-of-type(odd) h1,
#PageMain section:nth-of-type(odd) h2,
#PageMain section:nth-of-type(odd) h3,
#PageMain section:nth-of-type(odd) h4,
#PageMain section:nth-of-type(odd) h5,
#PageMain section:nth-of-type(odd) h6
{color:var(--div-color) !important;}

#TopTitle {background-color:var(--topTitle-color) !important;}
