@import "../fonts/stylesheet.css"; 

@font-face {
    font-family: 'CalibriRegular';
    src: url('../fonts/calibri-webfont.eot');
    src: url('../fonts/calibri-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/calibri-webfont.woff') format('woff'),
         url('../fonts/calibri-webfont.ttf') format('truetype'),
         url('../fonts/calibri-webfont.svg#CalibriRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}



*, * focus

{
    outline: none;
    _margin: 0;
    padding: 0;
}

.container
{
    width: 100%;
    border-top: 1px dotted #c80000;
}

h2.acc_trigger
{
    border-top: 0px solid #fff;
    background: transparent;
    padding: 0px 0px 0px 0px;
       width: 100%;
    font-weight: normal;
    float: left; margin:0px;
    text-transform: capitalize;
}
h2.acc_trigger a
{ 	 
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    font-weight: bold;
    text-decoration: none; border:1px solid #fff; margin-top:7px;
    display: block;
    font-weight: normal;
    padding: 10px 10px;
background: rgb(110,193,234); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(110,193,234,1) 0%, rgba(46,172,234,1) 45%, rgba(42,170,234,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(110,193,234,1)), color-stop(45%,rgba(46,172,234,1)), color-stop(99%,rgba(42,170,234,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(110,193,234,1) 0%,rgba(46,172,234,1) 45%,rgba(42,170,234,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(110,193,234,1) 0%,rgba(46,172,234,1) 45%,rgba(42,170,234,1) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(110,193,234,1) 0%,rgba(46,172,234,1) 45%,rgba(42,170,234,1) 99%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(110,193,234,1) 0%,rgba(46,172,234,1) 45%,rgba(42,170,234,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ec1ea', endColorstr='#2aaaea',GradientType=0 ); /* IE6-9 */
 background-repeat: no-repeat;
    border-bottom: 1px dotted #bbb; -webkit-transition:all 300ms linear; -moz-transition:all 300ms linear; -o-transition:all 300ms linear; -ms-transition:all 300ms linear;
}

h2.acc_trigger a:hover
{
    color: #fff;
    font-weight: normal;
background: rgb(69,180,232); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(69,180,232,1) 1%, rgba(27,167,232,1) 45%, rgba(11,158,232,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(69,180,232,1)), color-stop(45%,rgba(27,167,232,1)), color-stop(99%,rgba(11,158,232,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(69,180,232,1) 1%,rgba(27,167,232,1) 45%,rgba(11,158,232,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(69,180,232,1) 1%,rgba(27,167,232,1) 45%,rgba(11,158,232,1) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(69,180,232,1) 1%,rgba(27,167,232,1) 45%,rgba(11,158,232,1) 99%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(69,180,232,1) 1%,rgba(27,167,232,1) 45%,rgba(11,158,232,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45b4e8', endColorstr='#0b9ee8',GradientType=0 ); /* IE6-9 */

}

h2.acc_trigger .current
{
    color: #3e632f;
    font-weight: normal;
}

h2.active a, h2.active a:hover
{
    background-position: left top;
    font-weight: normal;
    color: #fff;
  background: rgb(125,126,125); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */


}


h2.acc_trigger a span {
    background-image: url(icon-plus.gif);
    background-position: right;
    background-repeat: no-repeat; height:20px; width:20px;  display:block; float:right;
}

h2.acc_trigger.active span {
    background-image: url(icon-minus.gif);
    background-position: right;
    background-repeat: no-repeat; height:20px; width:20px;  display:block; float:right;

}

.acc_container
{
    overflow: hidden;
    font-size: 14px;
       width: 94%;
    padding: 10px 3.1%;
    clear: both;
    border: 0px solid #ccc;
    display: block;
    background-color: #f6f6f6;
}
.acc_container p
{ margin:0px; padding:0px; font-size:14px; line-height:16pt;  
}
.acc_container .block
{
    width: 100%;
    clear: both;
    height:250px; overflow-y:scroll;  overflow-x:hidden; margin-bottom:10px;
}



.acc_container .block ul {margin:0px; padding:0px;}
.acc_container .block ul li { background:url(../images/bullet.png) no-repeat left 10px; padding:2px 0px 2px 10px; }
.acc_container .block ul li a {text-decoration:none;}
.acc_container .block ul li a:hover { color:#42b0eb;}
.acc_container .block p
{
    margin: 0px;
}

.job-title
{ 
    font-size: 15px;
    font-weight: normal;
    color: #333;
    padding: 0px 0px 05px 0px;
}

a.apply:link, a.apply:visited, a.apply:active
{
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    background: #00a2e4;
    padding: 3px 8px;
    font-size: 12px;
    text-transform: uppercase; -webkit-transition:all 300ms linear; -moz-transition:all 300ms linear; -o-transition:all 300ms linear; -ms-transition:all 300ms linear;
}
a.apply:hover
{
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    background: #c80000;
    padding: 3px 8px;
    font-size: 12px;
    text-transform: uppercase;
}






/************************************************************************************
I PAD
*************************************************************************************/
@media only screen and ( min-width: 768px) and ( max-width: 979px)
{

.container
{
    width: 100%;
    border-top: 1px dotted #c80000;
}

h2.acc_trigger
{
    border-top: 0px solid #fff;
    background: transparent;
    padding: 0px 0px 0px 0px;
    width: 100%;
    font-weight: normal;
    float: left; margin:0px;
    text-transform: capitalize;
}
h2.acc_trigger a
{ 	 
    font-size: 18px;
    font-weight: normal;
    color: #666;
    font-weight: bold;
    text-decoration: none;
    display: block;
    font-weight: normal;
    padding: 10px 10px;
    background-image: url(icon-plus.gif);
    background-position: right;
    background-repeat: no-repeat;
    border-bottom: 1px dotted #bbb; -webkit-transition:all 300ms linear; -moz-transition:all 300ms linear; -o-transition:all 300ms linear; -ms-transition:all 300ms linear;
}

h2.acc_trigger a:hover
{
    color: #000;
    font-weight: normal;
    background:#d3d3d3; 
    background-image: url(icon-plus.gif);
    background-position: right;
    background-repeat: no-repeat;
}

h2.acc_trigger .current
{
    color: #3e632f;
    font-weight: normal;
}

h2.active a, h2.active a:hover
{
    background-position: left top;
    font-weight: normal;
    color: #fff;
    background-color: #676767;
    background-image: url(icon-minus.gif);
    background-position: right;
    background-repeat: no-repeat;
}

.acc_container
{
    overflow: hidden;
    font-size: 14px;
    width: 95%;
    padding: 10px 10px;
    clear: both;
    border: 0px solid #ccc;
    display: block;
    background-color: #f6f6f6;
}
.acc_container p
{ margin:0px; padding:0px; font-size:14px; line-height:16pt;  
}
.acc_container .block
{
   width: 100%;
    clear: both;
}

}
/************************************************************************************
I PAD
*************************************************************************************/
 
 


/************************************************************************************
MOBILE
*************************************************************************************/
@media only screen and ( min-width: 220px) and ( max-width: 480px)
{

.container
{
    width: 100%;
    border-top: 1px dotted #c80000;
}

h2.acc_trigger
{
    border-top: 0px solid #fff;
    background: transparent;
    padding: 0px 0px 0px 0px;
    width: 100%;
    font-weight: normal;
    float: left; margin:0px;
    text-transform: capitalize;
}
h2.acc_trigger a
{ 	 
    font-size: 18px;
    font-weight: normal;
    color: #666;
    font-weight: bold;
    text-decoration: none;
    display: block;
    font-weight: normal;
    padding: 10px 10px;
    background-image: url(icon-plus.gif);
    background-position: right;
    background-repeat: no-repeat;
    border-bottom: 1px dotted #bbb; -webkit-transition:all 300ms linear; -moz-transition:all 300ms linear; -o-transition:all 300ms linear; -ms-transition:all 300ms linear;
}

h2.acc_trigger a:hover
{
    color: #000;
    font-weight: normal;
    background:#d3d3d3; 
    background-image: url(icon-plus.gif);
    background-position: right;
    background-repeat: no-repeat;
}

h2.acc_trigger .current
{
    color: #3e632f;
    font-weight: normal;
}

h2.active a, h2.active a:hover
{
    background-position: left top;
    font-weight: normal;
    color: #fff;
    background-color: #676767;
    background-image: url(icon-minus.gif);
    background-position: right;
    background-repeat: no-repeat;
}

.acc_container
{
    overflow: hidden;
    font-size: 14px;
    width: 95%;
    padding: 10px 10px;
    clear: both;
    border: 0px solid #ccc;
    display: block;
    background-color: #f6f6f6;
}
.acc_container p
{ margin:0px; padding:0px; font-size:14px; line-height:16pt;  
}
.acc_container .block
{
   width: 100%;
    clear: both;
}

}
/************************************************************************************
MOBILE
*************************************************************************************/
 
 