﻿/************************************************
                    Reset
************************************************/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, 
form, fieldset, input, p, blockquote, table, th, td, embed, object 
{
	padding: 0;
	margin: 0; 
}
	
table 
{
	border-collapse: collapse;
	border-spacing: 0;
}
	
fieldset, img, abbr 
{
	border: 0;
}
	
address, caption, cite, code, dfn, em, 
h1, h2, h3, h4, h5, h6, strong, th, var 
{
	font-style: normal;
	font-weight: normal;
}
	
ul 
{
	list-style: none;
}
	
caption, th 
{
	text-align: left;
	}
	
h1, h2, h3, h4, h5, h6 
{
	font-size: 1.0em;
	}
	
q:before, q:after 
{
	content: '';
}
	
a, ins 
{
	text-decoration: none;
}

html {
      -moz-box-sizing: border-box;   
   -webkit-box-sizing: border-box;   
           box-sizing: border-box;
}

*, *:before, *:after {
      -moz-box-sizing: inherit;   
   -webkit-box-sizing: inherit;  
           box-sizing: inherit;
}

/************************************************
                 Layout Styles
************************************************/	
body 
{

    font-family: 'CentraleSans Book',Verdana,Arial,Helvetica,sans-serif;
    color: #252f47;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility\9;
    /*overflow-x:hidden;*/
    
}

/* Page Elements */
.page-wrapper
{
    width: 960px;
    margin: 0 auto;
}

.app-page-wrapper
{
    width: 980px;
    margin: 0 auto;  
}

.logo
{
    position: relative;
    float: left;
    margin-top: -13px;
    margin-left: -13px;
}


.header-wrapper,
.header-wrapper-home
{
    position: relative;
    /*min-width:960px;*/
    background-repeat: no-repeat;
    background-position: center; 
}

.header-wrapper
{
    height: 364px;
    background-image: url('../_images/imgBgMainHeader16Short.png');

}


.header-wrapper-home
{
    height: 852px;
    background-image: url('../_images/imgBgMainHeader-02.png');
}

.header-content
{
    width:960px;
    margin: 0 auto;
}

.news:after
{
    border-bottom: 1px solid #b0b2c0;
    height: 1px;
    display: block;
    background: #ffffff;
    content: '';
}

.top-nav-wrapper
{
    width: 960px;
    position: relative;
    margin: 0 auto;
    height: 50px;
    padding-top: 20px;
    box-sizing: border-box;
}



.top-nav li,
.top-nav-home li
{
    height:20px;
    text-align: center;
    display: table-cell;
}

    .top-nav li a,
    .top-nav-home li a {
        color: #fff;
        font-family: 'CentraleSans Light',Verdana,Arial,Helvetica,sans-serif;
        font-size: 14px;
        text-decoration: none;
        border-top: 1px transparent;
        display: inline-block;
        border-bottom: 1px solid #cccccc;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }

.top-nav>li:first-child,
.top-nav-home>li:first-child
{
    padding-left: 40px;
}



.menu,
.menu-home
{ 
    position: absolute;
    left: 0;
    right: 0;
    /*min-width:960px;*/
    background-color: #0089c4;
    height: 59px;
    font-size: 11pt;
    margin:0 auto;
    -moz-opacity: .8;
    -khtml-opacity: .8;
    -webkit-opacity: .8;
    opacity: .8;
    -ms-filter: alpha(opacity=80);
    filter: alpha(opacity=80);
}

.menu-home
{
    top: 793px;
}

.menu
{ 
    top: 305px;
}

.menu-home ul,
.menu ul

{
    display: table;
    margin: 0 auto;
}

.menu li,
.menu-home li
{
    height:59px;
    text-align: center;
    display: table-cell;
}

.menu li:last-child,
.menu-home li:last-child,
.footer-menu li:last-child
{
    border-right: 0;
}

.menu li a,
.menu-home li a
{
    /*color: #2b3148;*/
    color: #fff;
    font-family: 'CentraleSans Light',Verdana,Arial,Helvetica,sans-serif;
    font-size: 16px;
    text-decoration: none;
    line-height: 61px;
    height: 60px;
    border-top: 1px transparent;
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px; 
    margin-right: -1px;
    margin-left: -1px;
}

.home-tagline-wrapper
{
    padding: 526px 160px 100px 160px;
}

.tagline-wrapper
{ 
    padding: 50px 280px 20px 160px;
}

.regulatory-warning 
{
  font-family: 'CentraleSans Thin',Verdana,Arial,Helvetica,sans-serif; 
  font-size: 13px;
  margin-left : 130px;
}

.main-getting-started,
.section-menu
{
    position: relative;
    height: 180px;
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 2px solid #ccc;
}

.main-getting-started
{
    border-bottom:none;
} 


.main-getting-started-header
{
    font-size: 28px;
}

.home-tagline h1
{
    font-size: 50px;
    /*color: #631d76;*/
    color: #ffffff;
    text-shadow: 0 0 4px rgba(0,0,0,0.8);
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#0000FF,direction=30);
}

.home-tagline h2
{
    font-size: 28px;
    color: #ffffff;
    text-shadow: 0 0 4px rgba(0,0,0,0.8);
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#0000FF,direction=30);
}

.tagline h1
{
    font-size: 42px;
    color: #631d76;
}

.tagline h2
{
    font-size: 22px;
    width:800px;
}

.main-hex
{
    position:absolute;
    left: 650px;
    top: -50px;
}

.section-menu
{
    margin-bottom: 10px;
}

.section-menu-hex
{
    position:absolute;
    left: 600px;
    top: 30px;
}


.menu a:visited,
.menu-home a:visited
{
    color: white;
}

.menu a:hover,
.menu-home a:hover
{
    background-color: #fff;
    color: #0089c4;
}

.menu a:active,
.menu-home a:active
{
    background-color: #fff;
    color: #0089c4;
}


.menu-rule,
.menu-home-rule
{
    position: relative;
    height: 2px;
    background-color: #ad6ff6;
}

.hero
{
    width: 100%;
    padding: 44px;
}

.home-banner
{
    position: relative;
    height: 45px;

}

.home-banner p
{
    font-family: 'CentraleSans Book',Verdana,Arial,Helvetica,sans-serif;
    font-size: 11pt;
    line-height:43px;
    text-align: center;
    margin-top: 0;
    color: #2b3148; /*gray*/
}


/* columns */

.col-full,
.news
{
    width: 960px;
    position: relative;
    margin: 0 auto;
}


.col-two-third
{
    position: relative;
    display:inline-block;
    vertical-align: top;
    width: 630px;

}

.col-one-half
{
    position: relative;
    display:inline-block;
    vertical-align: top;
    width: 445px;
    margin-right:30px;
}

.col-one-half h3
{
    margin-bottom: 14px;
}

.col-one-third
{
    position: relative;
    display:inline-block;
    vertical-align: top;
    width: 290px;
    margin-right:25px;
}


.features
{
    height: auto;
    padding-top: 55px;
    padding-bottom: 55px;
}

.features h4,
.features p
{
    color: #fff;
    margin-bottom: 6px;
}

.features p a
{
    color: #b6be00;
    padding-bottom: 50px;
}

.features img
{
    margin-bottom: 15px;
}

.latest-news-topic:after 
{
  content: "";
  display: table;
  clear: both;
}

.isp-pearls h3
{
    padding: 12px;
    border-bottom: 1px solid #87899a;
    font-size: 18px;
}



/**********************************
           TABBED PANEL
**********************************/

.bg-app-page
{
    background-image: url('../_images/bgGradientPanel.png');
    background-repeat:repeat-x;
}

.tabbed-panel-wrapper
{
    width:980;
    margin-top: 55px;
}

.tabbed-content-wrapper
{
    z-index:-9999;
    width: 827px;
	display:inline-block;
	vertical-align: top;
	margin-left: -5px;
	margin-bottom: 55px;
	border: 1px solid #cccccc
}

.tabbed-content-wrapper h1 
{
	padding: 20px 0 5px 20px;
}

.tab-content-left
{
    position: relative;
    width:379px;
    float:left
}

.tab-content-right {
    float: right;
    text-align: center;
    word-wrap: break-word;
    color: white;
    font-size: 18px;
}


.tabs-wrapper
{
   z-index:888;
   width:150;
   display: inline-block;
   vertical-align: top;
}

.tabs ul li 
{
    font-family: 'CentraleSans Book',Verdana,Arial,Helvetica,sans-serif;
    font-size: 15px;
	cursor: pointer;
	width: 150px;
	height: 66px;
	line-height:66px;
	text-align: center;
	color: #fff;
	background: #76b914;
	border-bottom: 1px solid white;
	border-left: 1px solid #cccccc;
}

.tabs ul li:first-child
{
    border-top: 1px solid #cccccc;
}

.tabs ul li:last-child
{
    border-bottom: 1px solid #cccccc;
}

.tabs ul li:hover {
	background: #2eaab3;
}	

.tabs ul li.active
{
    position: relative;
    z-index:110;
    color: #2eaab3;
	background: #fff;
	border-right: 1px solid #ffffff;
}

.shadow
{
    
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.25);
       -moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.25);
            box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.25);
}

.shadow-tab
{
    
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.25);
       -moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.25);
            box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.25);
} 
	
.tab-content 
{
    background-color: White;
	padding: 0 0 0 20px;
	font-size: 14px;
	min-height: 600px;
	display: none;
}

.tab-content h4
{
    font-family: 'CentraleSans Light',Verdana,Arial,Helvetica,sans-serif;
    font-size: 16pt;
}

/**********************************
            GRADIENTS
**********************************/

.violet-gradient
{
    background: #f6f0fd; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjBmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmQ0ZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #f6f0fd 0%, #e6d4fc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f0fd), color-stop(100%,#e6d4fc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f6f0fd 0%,#e6d4fc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f6f0fd 0%,#e6d4fc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f6f0fd 0%,#e6d4fc 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f6f0fd 0%,#e6d4fc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f0fd', endColorstr='#e6d4fc',GradientType=0 ); /* IE6-8 */

}

.gradient-med-blue 
{
background-color: #0093eb;
background-repeat: repeat-x;
background: -webkit-linear-gradient(to bottom right,#003352 0,#00639e 50%,#0093eb 100%);
background: -moz-linear-gradient(to bottom right,#003352 0,#00639e 50%,#0093eb 100%);
background: linear-gradient(to bottom right,#003352 0,#00639e 50%,#0093eb 100%);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#003352', midColorstr='#00639e', endColorstr='#0093eb', GradientType=0)";
}

.gradient-dark-blue
{
    color: #fff;
background-color: #0c3aa7;
background-repeat: repeat-x;
background: -webkit-linear-gradient(to bottom right,#020819 0,#072160 50%,#0c3aa7 100%);
background: -moz-linear-gradient(to bottom right,#020819 0,#072160 50%,#0c3aa7 100%);
background: linear-gradient(to bottom right,#020819 0,#072160 50%,#0c3aa7 100%);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#020819', midColorstr='#072160', endColorstr='#0c3aa7', GradientType=0)";
}


.main-content
{
    padding-top: 55px;
    padding-bottom: 55px;
    width: 960px;
    margin: 0 auto;
}

.main-content :last-child
{
    border-right: 0;
}

.home-content-left
{
    display: inline-block;
    width: 344px;
    vertical-align: top;
    padding-right:24px;
    font-size: 13pt;
}


.home-content-right
{
    display: inline-block;
    position: absolute;
    width: 280px;
}


.home-content-right p 
{
    margin-top: 18px;
    margin-bottom: -8px;
    font-size: 9pt;
    line-height: 18pt;
}







/******* footer *******/

.footer-wrapper
{
    height: 208px;
    padding-top: 46px;
}

.footer-content
{
    position: relative;
    margin: 0 auto;
    width: 960px;
    padding-bottom: 18px;
}

.sprites
{
    background: url('../images/imgSprites.png') top left no-repeat;
    display: block;
    width: 46px;
    height: 46px;
    text-indent: -500000px;
    outline: none;
    border: none;
}

#footer-content div span a#twitter-icon.sprites
{
    display: inline-block;
    width:46px;
    background-position: 0 0;

}

#footer-content div span a#linkedin-icon.sprites
{
    display: inline-block;
    width:46px;
    background-position: -46px 0;
}

#footer-content div span a#facebook-icon.sprites
{
    display: inline-block;
    background-position: -92px 0;
}

#copyright
{
    position: relative;
    height: 24px;
    width: 960px;

}

#copyright p
{
    text-align: center;
    font-size: 10pt;
    color: #cccccc;
}




/******* Global Styles *******/

.centered
{
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.active
{
    background-color: #ad6ff6;
    color: White;
}

.strong
{
    font-family: 'CentraleSans Bold',Verdana,Arial,Helvetica,sans-serif;
}

.italic
{
    font-style: italic;
}

.float-right
{
    float: right;
    margin-left: 12px;
}


.dark-gray
{
    color: #252525;
}

.label-content
{
    font-size:10pt;
}

.opacity-50
{
     -moz-opacity: .5;
    -khtml-opacity: .5;
    -webkit-opacity: .5;
    opacity: .5;
    -ms-filter: alpha(opacity=50);
    filter: alpha(opacity=50);
}




/******* Typography *******/

p
{
    font-family: 'CentraleSans Book',Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #2b3148; /*gray*/
    margin-bottom: 1em;
}


h1
{
    font-family: 'CentraleSans Light',Verdana,Arial,Helvetica,sans-serif;
    font-size: 42px;
    color: #76b914;
}

h2
{
    font-family: 'CentraleSans Thin',Verdana,Arial,Helvetica,sans-serif;
    font-size: 16px;
    color: #7CBD2A; /*green*/
}

h3
{
    font-family: 'CentraleSans Book',Verdana,Arial,Helvetica,sans-serif;
    font-size: 18px;
    color: #5d5d5d; /*gray*/
}

h4
{
    font-family: 'CentraleSans Bold',Verdana,Arial,Helvetica,sans-serif;
    font-size: 16px;
    color: #252525;

}

h5
{
    font-family: 'CentraleSans Light',Verdana,Arial,Helvetica,sans-serif;
    font-size: 24px;
    margin-bottom: 12px;
}

h6
{

}

.heading-reverse
{
    color: #fff;
}

.heading-thin
{
    font-family: 'CentraleSans Thin',Verdana,Arial,Helvetica,sans-serif;
}

.heading-light
{
    font-family: 'CentraleSans Light',Verdana,Arial,Helvetica,sans-serif;
}

.heading-bold
{
    font-family: 'CentraleSans Bold',Verdana,Arial,Helvetica,sans-serif;
}

.heading-xbold
{
    font-family: 'CentraleSans XBold',Verdana,Arial,Helvetica,sans-serif;
}

/************************************************
                  Global Styles
************************************************/

a  
{
    font-family: 'CentraleSans Book',Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    color:#0089c4; 
    
} /* Globally */


a:visited { text-decoration: none; color:#008ac4; }
a:hover { text-decoration: none; color:#008ac4; }
a:focus { text-decoration: none; color:#008ac4; }
a:hover, a:active { text-decoration: underline; color:#008ac4; cursor: pointer }

.link-text a
{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
}

.link-text a:after
{
content: "\203a";
display: inline-block;
font-family: 'CentraleSans XBold',tahoma,arial,helvetica,sans-serif;
height: 16px;
overflow: hidden;
vertical-align: top;
margin-left: 5px;
color:#0089c4; 
}

.list-spacing li
{
    margin-bottom: 8px;
}

.bullet-list li
{
    list-style-type: disc;
    font-size: 14px;
    margin-left: 36px;
}

.align-center
{
    text-align: center;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.bottom-margin
{
    margin-bottom: 15px;
}

.isp-highlights {
    position: relative;
    text-align: center;
    word-wrap: break-word;
    color: white;
    font-size: 18px;
}

.image-overlay-text-defaultPage {
    position: absolute;
    top: 78px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.feature-text {
    padding: 0 30px 0 60px;
    font-size: 12px;
}

.float-right
{
    float: right;
    margin-left: 14px;
}

.link
{
    color: #ad6ff6;
}

.red
{
    color: #e72822;
}

.teal
{
    color: #2eaab3;
}

.green
{   
    color: #76b914;
}

.blue
{   
    color: #3057d5;
}

.orange 
{
    color: #ff5912;
}

.violet
{
    color: #631d76;
}

.white 
{
    color: #fff;
}

.dark-gray
{
    color: #2b3148;
}

.light-blue
{
    color: #b3c8e6;
}


.bottom-border-gray
{
    border-bottom: 2px solid #87899a;
}

.header-text-shadow
{
    text-shadow: 0 0 4px rgba(0,0,0,0.2);
}

.image-overlay-text {
    position: inherit;
    background: #072160;
    width: 410px;
    padding: 18px;
}