﻿html, body
{
    margin:0;
}
@media (min-width: 36em)
{
    .ui-responsive > .thirtyseventy-block-a {
		width: 30%;
	}
	.ui-responsive > .thirtyseventy-block-b {
		width: 70%;
	}
	.periodpopup
	{
	    width:300px;   
	}
	
	.ui-grid-a > .customperiod-block-a
	{
	    width:25%;   
	}
	.ui-grid-a > .customperiod-block-b
	{
	    width:75%;   
	}
}

@media (max-width: 36em)
{
    .ui-responsive > .thirtyseventy-block-a,
    .ui-responsive > .thirtyseventy-block-b {
		width: 100%;
		float: none;
	}
	.nothingdiv
	{
	    display:none;   
	}
	.periodpopup
	{
	    width:100%;   
	}
	
	.customperiodcontrolgroup
	{
	    margin-top:5px;   
	}
}

.primary-header-list{
	width: 100%;
	height: 20px;
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
}

.primary-header-list li{
	float: right;
	margin-left:50px;
	font-size: 14px;
}
            
.footer
{
    width: 100%;
    background-color: #335F8E;
    color: #FFF;
    padding: 10px;
    border-top: 4px solid #1C3652;
    box-shadow: 0px -6px 30px #CCC;
}
#toTop 
{
    background-image: url('/Content/images/square.png');
    position: fixed;
    bottom: 20px;
    right: 33px;
    display: none;
    z-index: 1001;
    height: 40px;
    width: 40px;
    cursor: pointer;
}
#toTop:hover
{
    background-image: url('/Content/images/square-hover.png');
}

.navlink a
{
    color: #fff;   
}

.navlink a:hover 
{
    text-decoration: underline;   
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px; 
    overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 276px)
{
    #greetings
    {
        display: none;   
    }   
}

@media (max-width: 276px)
{
    #country
    {
        display: none;   
    }   
}

@media (max-width: 991px)
{
    .hiddendiv
    {
        display:none;   
    }
    .solutiondropdown, .subscribedropdown
    {
        width: 296px;   
    }
    .supportdropdown 
    {
        width: 137px;   
    }
}

@media (min-width: 991px)
{
    .solutiondropdown, .subscribedropdown
    {
        width: 665px;   
    }
    .supportdropdown 
    {
        width: 137px;   
    }
}

@media (max-width: 766px)
{
    .solutiondropdown, .subscribedropdown, .supportdropdown 
    {
        width:100%;
    }   
}

.clearfix:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}